diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-05 18:52:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-05 18:52:59 +0200 |
commit | ae612a811bc05d43e8df3e96135e7d734ba842b0 (patch) | |
tree | 70508776e9cd9b6767c34f9f17deca74f3f32545 /doc/de/autogen/irc_infos.xml | |
parent | e43dd396469ce3b2bd6dd598f7720fc5ce179d44 (diff) | |
download | weechat-ae612a811bc05d43e8df3e96135e7d734ba842b0.zip |
Many changes in doc
Diffstat (limited to 'doc/de/autogen/irc_infos.xml')
-rw-r--r-- | doc/de/autogen/irc_infos.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/de/autogen/irc_infos.xml b/doc/de/autogen/irc_infos.xml new file mode 100644 index 000000000..2add5d5d3 --- /dev/null +++ b/doc/de/autogen/irc_infos.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>info</entry> + <entry>irc_buffer</entry> + <entry>get buffer pointer for an IRC server/channel</entry> +</row> +<row> + <entry>info</entry> + <entry>irc_is_channel</entry> + <entry>1 if string is an IRC channel</entry> +</row> +<row> + <entry>info</entry> + <entry>irc_nick_from_host</entry> + <entry>get nick from IRC host</entry> +</row> +<row> + <entry>infolist</entry> + <entry>irc_channel</entry> + <entry>list of channels for an IRC server</entry> +</row> +<row> + <entry>infolist</entry> + <entry>irc_ignore</entry> + <entry>list of IRC ignore</entry> +</row> +<row> + <entry>infolist</entry> + <entry>irc_nick</entry> + <entry>list of nicks for an IRC channel</entry> +</row> +<row> + <entry>infolist</entry> + <entry>irc_server</entry> + <entry>list of IRC servers</entry> +</row> |