Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
Synopsis:
$chanmode(<channel>|* [<channel> ...])
Technical:
This function is used to retrieved the current channel mode for the given
channel. If no channel, or a "*", is given, the current is assumed. You
must be on the channel specified for it to function properly. Multiple
channels may be specified.
Practical:
You give it a list of channels you want to know the channel mode for, and
it returns the modes on that channel. Of course, you have to be on the
channel for it to make any sense. You can use an asterisk ('*') to stand
for the current channel. If you don't specify any arguments, the current
channel is assumed.
Returns:
modes for specified channels
Examples:
$chanmode(#blah) returns modes for #blah
$chanmode(#foo #bar) returns modes for #foo and #bar
$chanmode(*) returns modes for current channel
$chanmode() returns modes for current channel too
See also:
key(6); mode(1); onchannel(6)