Sets a channels modes
unknown_type
chanMode
(string $target, string $modes)
-
string
$target
-
string
$modes
Set a channel mode.
Legacy place holder.
void
cmode
(string $channel, string $modes)
-
string
$channel
-
string
$modes
Show an 'Access Denied' string to a client.
void
denied
(string $target)
Handle help requests for the service client.
void
help
(string $nick, [string $arguments = false])
-
string
$nick
-
string
$arguments
Initialize the generic model
void
initialize
(string $nick, string $username, string $host, string $name)
-
string
$nick
-
string
$username
-
string
$host
-
string
$name
Introduce the client to the network
void
introduce
()
Join a channel
void
join
(string $channel)
Kick a user from a channel
void
kick
(string $channel, string $who, [string $reason = 'No reason specified.'])
-
string
$channel
-
string
$who
-
string
$reason
Load the helpfiles.
void
load_help
()
Send a PRIVMSG
void
msg
(string $target, string $message)
-
string
$target
-
string
$message
Sends an IRC Notice
void
notice
(string $target, string $message)
-
string
$target
-
string
$message
Sends an operwall
void
operwall
(string $message)
Part a channel
void
part
(string $channel, [string $reason = false])
-
string
$channel
-
string
$reason
Quits the current service client
void
quit
([string $reason = 'BuddyServ by Lynk'])
Change a channel topic
void
topic
(string $channel, string $topic)
-
string
$channel
-
string
$topic