Handbook
Glossary
privmsg
Vocabulary
irc
.
messages
Definition
USING:
irc.messages.base
;
IN:
irc.messages
TUPLE:
privmsg
<
irc-message
target text
;
Methods
USING:
accessors
irc.logbot.log-line
irc.messages
kernel
make
;
M:
privmsg
>log-line
[
"<"
%
dup
sender>>
%
"> "
%
text>>
%
]
""
make
;
USING:
irc.messages
irc.messages.base
kernel
;
M:
privmsg
irc-parameter-slots
drop
{
"target"
}
;
USING:
irc.messages
irc.messages.base
kernel
;
M:
privmsg
irc-trailing-slot
drop
"text"
;