2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
Syntax:
|
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
@SYNTAX:channel@
|
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
Parameters:
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
LIST: Displays the list of configured channels.
|
|
|
|
ADD: Adds a channel to your configuration.
|
|
|
|
REMOVE: Removes a channel from your configuration.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
-auto: Automatically join the channel.
|
|
|
|
-noauto: Don't join the channel automatically.
|
|
|
|
-bots: The list of hostnames send automated commands to.
|
|
|
|
-botcmd: The automated commands to perform.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
The channel and network to add to the configuration; you can optionally
|
|
|
|
specify the password of a channel.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
If no parameters are given, the list of channels you have joined will be
|
|
|
|
displayed.
|
|
|
|
|
|
|
|
Description:
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
Adds, removes or displays the configuration of channels; this method is
|
|
|
|
used to automate and simplify your workflow.
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
Examples:
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
/CHANNEL ADD -auto #irssi Freenode
|
|
|
|
/CHANNEL ADD -auto -bots "*!@*.meow.net *!basement@cat.org" -botcmd "msg $0 op myPassword" #hideout Freenode
|
|
|
|
/CHANNEL ADD -auto -bots "Q!TheQBot@CServe.quakenet.org" -botcmd "^MSG Q op #irssi" #irssi Quakenet
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
/CHANNEL
|
|
|
|
/CHANNEL LIST
|
|
|
|
/CHANNEL REMOVE #hideout Freenode
|
2000-07-26 13:52:19 -04:00
|
|
|
|
2014-07-03 11:41:15 -04:00
|
|
|
See also: JOIN, TS
|
2000-07-26 13:52:19 -04:00
|
|
|
|