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

Diff of /weechat/doc/weechat_doc_en.texi

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

revision 1.59 by flashcode, Tue Nov 29 08:23:03 2005 UTC revision 1.60 by flashcode, Tue Nov 29 22:43:14 2005 UTC
# Line 2015  None.@* Line 2015  None.@*
2015    
2016  @item  @item
2017  @command{char *get_info (t_weechat_plugin  @command{char *get_info (t_weechat_plugin
2018  *plugin, char *info, char *server, char *channel)}@*  *plugin, char *info, char *server)}@*
2019  @*  @*
2020  Return an info about WeeChat or a channel.@*  Return an info about WeeChat or a channel.@*
2021    
# Line 2034  Return an info about WeeChat or a channe Line 2034  Return an info about WeeChat or a channe
2034  @item @option{weechat_sharedir}: get WeeChat system share dir  @item @option{weechat_sharedir}: get WeeChat system share dir
2035  @end itemize  @end itemize
2036  @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)  
2037  @end itemize  @end itemize
2038  @*  @*
2039  @emph{Return value:}@*  @emph{Return value:}@*
# Line 2045  use.@* Line 2044  use.@*
2044  @*  @*
2045  @emph{Examples:}@*  @emph{Examples:}@*
2046  @*  @*
2047  @code{char *version = plugin->get_info (plugin, "version", NULL, NULL);}@*  @code{char *version = plugin->get_info (plugin, "version", NULL);}@*
2048  @code{char *nick = plugin->get_info (plugin, "nick", "freenode", NULL);}@*  @code{char *nick = plugin->get_info (plugin, "nick", "freenode");}@*
2049  @*  @*
2050    
2051  @item  @item
# Line 2553  Execute a command or send a message to a Line 2552  Execute a command or send a message to a
2552  @*  @*
2553    
2554  @item  @item
2555  Perl: @command{weechat::get_info ( name, [server, [channel] ] );}@*  Perl: @command{weechat::get_info ( name, [server] );}@*
2556  Python: @command{weechat.get_info ( name, [server, [channel] ] )}@*  Python: @command{weechat.get_info ( name, [server] )}@*
2557  @*  @*
2558  Get various info about WeeChat, server or user.@*  Get various info about WeeChat, server or user.@*
2559    
# Line 2573  Get various info about WeeChat, server o Line 2572  Get various info about WeeChat, server o
2572    
2573  @end itemize  @end itemize
2574  @item @option{server}: internal name of server  @item @option{server}: internal name of server
 @item @option{channel}: channel name  
2575  @end itemize  @end itemize
2576  @*  @*
2577  @emph{Return value:}@*  @emph{Return value:}@*

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

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