summaryrefslogtreecommitdiff
path: root/doc/de/user/plugin_irc.de.xml
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-05-28 16:07:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-05-28 16:07:40 +0200
commit0e040e8301aff16022887a85c00d03b3df97dfa5 (patch)
tree60c7245686d1d4d2d5694ffc8a84ba68d760ce36 /doc/de/user/plugin_irc.de.xml
parent62e2f1f808dd2bfbda61ec501eb92e59ed97b5b5 (diff)
downloadweechat-0e040e8301aff16022887a85c00d03b3df97dfa5.zip
Convert all docs to asciidoc format, add scripting guide
Diffstat (limited to 'doc/de/user/plugin_irc.de.xml')
-rw-r--r--doc/de/user/plugin_irc.de.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/doc/de/user/plugin_irc.de.xml b/doc/de/user/plugin_irc.de.xml
deleted file mode 100644
index 4f68f2498..000000000
--- a/doc/de/user/plugin_irc.de.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-
-WeeChat documentation (german version)
-
-Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org>
-
-This manual is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or
-(at your option) any later version.
-
-This manual is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-
--->
-
-<section id="secPluginIrc">
- <!-- TRANSLATION NEEDED -->
- <title>IRC plugin</title>
-
- <para>
- The IRC plugin is designed to chat thru IRC protocol with other people.
- It is multi-servers, and offers all supported IRC commands including DCC
- chat and file transfer (via xfer plugin, see
- <xref linkend="secPluginXfer" />).
- </para>
-
- <section id="secIrcCommandLineOptions">
- <title>Command line options</title>
-
- <para>
- It is possible to give URL for one or many IRC servers, as
- follow:
- <screen>irc[6][s]://[pseudo[:mot_passe]@]irc.example.org[:port][/channel][,channel[...]</screen>
- Example to join #weechat and #toto on
- "<literal>irc.freenode.net</literal>" server, default port (6667),
- with "nono" nick:
- <screen><prompt>$ </prompt><userinput>weechat-curses irc://nono@irc.freenode.net/#weechat,#toto</userinput></screen>
- </para>
-
- </section>
-
- <section id="secIrcOptions">
- <title>Options (file irc.conf)</title>
-
- <para>
- &irc_options.xml;
- </para>
-
- </section>
-
- <section id="secIrcCommands">
- <title>Commandes</title>
-
- <para>
- Almost all commands must be executed on a server or channel buffer.
- Exceptions are: <command>/server</command>, <command>/connect</command>
- and <command>/ignore</command>.
- </para>
-
- <para>
- &irc_commands.xml;
- </para>
-
- </section>
-
-</section>