This is the IRC::Channel class.
$channel = Channel($conn: Connection, $name: Str)
Creates a new Channel class instance.
-
conn: Connection
-
name: Str
$channel.privmsg($message: Str::Any)
Sends a message to the channel.
- message: Str::Any
End of the IRC::Channel class.
This file was generated automatically by the Ferret compiler from Channel.frt.