/[weechat]/weechat/doc/weechat_doc_pt.texi
ViewVC logotype

Diff of /weechat/doc/weechat_doc_pt.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by flashcode, Tue Nov 29 08:23:03 2005 UTC revision 1.59 by flashcode, Tue Nov 29 22:43:14 2005 UTC
# Line 2013  None.@* Line 2013  None.@*
2013    
2014  @item  @item
2015  @command{char *get_info (t_weechat_plugin  @command{char *get_info (t_weechat_plugin
2016  *plugin, char *info, char *server, char *channel)}@*  *plugin, char *info, char *server)}@*
2017  @*  @*
2018  Return an info about WeeChat or a channel.@*  Return an info about WeeChat or a channel.@*
2019    
# Line 2032  Return an info about WeeChat or a channe Line 2032  Return an info about WeeChat or a channe
2032  @item @option{weechat_sharedir}: get WeeChat system share dir  @item @option{weechat_sharedir}: get WeeChat system share dir
2033  @end itemize  @end itemize
2034  @item @option{server}: name of server for reading info (if needed)  @item @option{server}: name of server for reading info (if needed)
 @item @option{channel}: name of channel for reading info (if needed)  
2035  @end itemize  @end itemize
2036  @*  @*
2037  @emph{Return value:}@*  @emph{Return value:}@*
# Line 2043  use.@* Line 2042  use.@*
2042  @*  @*
2043  @emph{Examples:}@*  @emph{Examples:}@*
2044  @*  @*
2045  @code{char *version = plugin->get_info (plugin, "version", NULL, NULL);}@*  @code{char *version = plugin->get_info (plugin, "version", NULL);}@*
2046  @code{char *nick = plugin->get_info (plugin, "nick", "freenode", NULL);}@*  @code{char *nick = plugin->get_info (plugin, "nick", "freenode");}@*
2047  @*  @*
2048    
2049  @item  @item
# Line 2545  Execute a command or send a message to a Line 2544  Execute a command or send a message to a
2544  @*  @*
2545    
2546  @item  @item
2547  Perl: @command{weechat::get_info ( name, [server, [channel] ] );}@*  Perl: @command{weechat::get_info ( name, [server] );}@*
2548  Python: @command{weechat.get_info ( name, [server, [channel] ] )}@*  Python: @command{weechat.get_info ( name, [server] )}@*
2549  @*  @*
2550  Get various info about WeeChat, server or user.@*  Get various info about WeeChat, server or user.@*
2551    
# Line 2565  Get various info about WeeChat, server o Line 2564  Get various info about WeeChat, server o
2564    
2565  @end itemize  @end itemize
2566  @item @option{server}: internal name of server  @item @option{server}: internal name of server
 @item @option{channel}: channel name  
2567  @end itemize  @end itemize
2568  @*  @*
2569  @emph{Return value:}@*  @emph{Return value:}@*

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26