diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-25 23:00:18 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-25 23:00:18 +0100 |
commit | a35364524af23eff7a8d532cd2596857a10587f9 (patch) | |
tree | 32a3f1ef9c64d915cc52581a91bfd2a15f0fe0d0 /doc/de/autogen/plugin_api/infos.txt | |
parent | 68948f9747432bcfeaec82dbc30992388d3194d5 (diff) | |
download | weechat-a35364524af23eff7a8d532cd2596857a10587f9.zip |
irc: add optional server in info "irc_is_channel" (before channel name) (bug #35124), add optional server in info_hashtable "irc_message_parse"
Diffstat (limited to 'doc/de/autogen/plugin_api/infos.txt')
-rw-r--r-- | doc/de/autogen/plugin_api/infos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/plugin_api/infos.txt b/doc/de/autogen/plugin_api/infos.txt index 6846e71ca..875fdf7f3 100644 --- a/doc/de/autogen/plugin_api/infos.txt +++ b/doc/de/autogen/plugin_api/infos.txt @@ -6,7 +6,7 @@ | irc | irc_buffer | hole Buffer Pointer für einen IRC Server/Channel/Nick | server,channel,nick (Channel und Nicks sind optional) -| irc | irc_is_channel | 1, falls die Zeichenkette ein gültiger IRC-Channel ist | Channelname +| irc | irc_is_channel | 1 if string is a valid IRC channel name for server | server,channel (server is optional) | irc | irc_is_nick | 1, falls die Zeichenkette ein gültiger IRC Nickname ist | Nickname |