speak ( message irc-chat -- )
IRC Client

Prev:hear ( irc-chat -- message )


Vocabulary
irc.client
Sends a message through a chat

Inputs
messagea string or irc message object
irc-chatan irc chat object


Outputs
None

Word description
Sends message through irc-chat. Strings are automatically promoted to privmsg objects.

Definition