Description
boolean
ircg_channel_mode
( resource connection, string channel, string mode_spec, string
nick)
Mode
flags
are
set
or
cleared
by
specifind
a
mode
character
and
prepending
it
with
a
plus
or
minus
character
respectively
.
E.g
.
operator
mode
is
granted
by
'
+o
'
and
revoked
by
'-o
'
passed
as
mode_spec
.