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

Diff of /weechat/doc/weechat_doc_es.texi

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

revision 1.42 by flashcode, Tue Nov 29 08:23:03 2005 UTC revision 1.43 by flashcode, Tue Nov 29 22:43:14 2005 UTC
# Line 2018  None.@* Line 2018  None.@*
2018    
2019  @item  @item
2020  @command{char *get_info (t_weechat_plugin  @command{char *get_info (t_weechat_plugin
2021  *plugin, char *info, char *server, char *channel)}@*  *plugin, char *info, char *server)}@*
2022  @*  @*
2023  Return an info about WeeChat or a channel.@*  Return an info about WeeChat or a channel.@*
2024    
# Line 2037  Return an info about WeeChat or a channe Line 2037  Return an info about WeeChat or a channe
2037  @item @option{weechat_sharedir}: get WeeChat system share dir  @item @option{weechat_sharedir}: get WeeChat system share dir
2038  @end itemize  @end itemize
2039  @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)  
2040  @end itemize  @end itemize
2041  @*  @*
2042  @emph{Return value:}@*  @emph{Return value:}@*
# Line 2048  use.@* Line 2047  use.@*
2047  @*  @*
2048  @emph{Examples:}@*  @emph{Examples:}@*
2049  @*  @*
2050  @code{char *version = plugin->get_info (plugin, "version", NULL, NULL);}@*  @code{char *version = plugin->get_info (plugin, "version", NULL);}@*
2051  @code{char *nick = plugin->get_info (plugin, "nick", "freenode", NULL);}@*  @code{char *nick = plugin->get_info (plugin, "nick", "freenode");}@*
2052  @*  @*
2053    
2054  @item  @item
# Line 2550  Execute a command or send a message to a Line 2549  Execute a command or send a message to a
2549  @*  @*
2550    
2551  @item  @item
2552  Perl: @command{weechat::get_info ( name, [server, [channel] ] );}@*  Perl: @command{weechat::get_info ( name, [server] );}@*
2553  Python: @command{weechat.get_info ( name, [server, [channel] ] )}@*  Python: @command{weechat.get_info ( name, [server] )}@*
2554  @*  @*
2555  Get various info about WeeChat, server or user.@*  Get various info about WeeChat, server or user.@*
2556    
# Line 2570  Get various info about WeeChat, server o Line 2569  Get various info about WeeChat, server o
2569    
2570  @end itemize  @end itemize
2571  @item @option{server}: internal name of server  @item @option{server}: internal name of server
 @item @option{channel}: channel name  
2572  @end itemize  @end itemize
2573  @*  @*
2574  @emph{Return value:}@*  @emph{Return value:}@*

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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