summaryrefslogtreecommitdiff
path: root/docs/help/in/channel.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-26 17:52:19 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-26 17:52:19 +0000
commitd9f9b64c76105977fccabd7e99dc1f6cef970de3 (patch)
tree34736d1d41734bcfc00e518b237ec050566c093f /docs/help/in/channel.in
parent1fe6d11d7e628d94ebafaeb5eefa37457e44a0d6 (diff)
downloadirssi-d9f9b64c76105977fccabd7e99dc1f6cef970de3.zip
Help files by lite
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@536 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in/channel.in')
-rw-r--r--docs/help/in/channel.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/help/in/channel.in b/docs/help/in/channel.in
new file mode 100644
index 00000000..7484ac15
--- /dev/null
+++ b/docs/help/in/channel.in
@@ -0,0 +1,35 @@
+
+@SYNTAX:channel@
+
+Irssi can automatically join to specified channels in specified
+IRC networks. It can also automatically send the password when
+manually joining to channel without specifying the password.
+
+/CHANNEL ADD [-auto | -noauto] [-bots <masks>] [-botcmd <command>]
+ <channel> <ircnet> [<password>]
+
+With -bots and -botcmd arguments you can automatically send
+commands to someone in channel. This is useful for automatically
+getting ops for channels, for example
+
+/CHANNEL ADD -auto -bots "*!bot@bothost.org bot*!*@host2.org"
+ -botcmd "msg $0 op mypass" #channel ircnet
+
+You can also use the -botcmd without -bots argument. The command is
+then sent whenever you join the channel.
+
+If you want to remove some settings from existing channel record,
+for example bots, just give the -bots "" parameters to it. Password
+can be removed by setting it to - (or actually, "" works too).
+
+You can remove the channels with
+/CHANNEL REMOVE <channel> <ircnet>
+
+/CHANNEL LIST displays list of channels with settings.
+
+/CHANNEL without any arguments displays list of channels you have
+joined. You can also use /CHANNEL to join to channels just as with
+/JOIN, like /CHANNEL #a.
+
+See also: TS, JOIN
+