diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-20 22:49:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-20 22:49:11 +0200 |
commit | 051788f7317487a6ca752f143d8a7270f693acd5 (patch) | |
tree | 0249e6ef8381ce50868205d0500b8af9a90b7470 /doc/en/autogen/plugin_api | |
parent | 1d3c3ffb92596c354d1ef5bad4a114388f766308 (diff) | |
download | weechat-051788f7317487a6ca752f143d8a7270f693acd5.zip |
Send channel topic to relay client when joining a channel
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index 9eee2fec8..ddbd46de1 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -4,7 +4,7 @@ | alias | alias | list of aliases | alias pointer (optional) | alias name (can start or end with "*" as wildcard) (optional) -| irc | irc_channel | list of channels for an IRC server | channel pointer (optional) | server name +| irc | irc_channel | list of channels for an IRC server | channel pointer (optional) | server,channel (channel is optional) | irc | irc_ignore | list of IRC ignores | ignore pointer (optional) | - |