- Contents
- Initializer
- Methods
IRC::Channel
This is the IRC::Channel class.
Initializer
$channel = Channel($conn: Connection, $name: Str)
Creates a new Channel class instance.
-
conn: Connection
-
name: Str
Methods
privmsg
$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.