Handbook
Glossary
channel-mode? ( object -- ? )
Vocabulary
irc
.
messages
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
channel-mode
class.
Definition
USING:
accessors
kernel
sequences
;
IN:
irc.messages
:
channel-mode?
( object -- ? )
dup
mode?
[
name>>
first
"#&"
member?
]
[
drop
f
]
if
;