regchan.add Registers a channel |
Usage |
regchan.add <channel:string> [netmask:string] |
Description |
Registers the <channel> with the specified [netmask].
[netmask] can be a full network name or a wildcard string
that will be matched against network names.
For example, if you want to register #kvirc on IRCNet
you can use regchan.add #kvirc IRCNet.
If you want to handle #kvirc on all the IRC networks then
you can use regchan.add #kvirc * Obviously if you register both #kvirc/IRCNet and #kvirc/ * then #kvirc/IRCNet will be looked first. If netmask is not passed a netmask of * is assumed. |
Examples |
regchan.add #kvirc openprojects |