sub dispatch($$$) {
my ($src, $dst, $msg) = @_;
$msg = s/^s|//;
my @args = ($src, $dst, split(/\s+/, $msg);
if ($msg =~ (identifier)) { }
return;
}
- get_user_id(%user)
- get_user_nick(%user)
- guestnick($nick)
- get_host($srcid)
- get_vhost($srcid)
- returns ($ident, $vhost)
- vhosts are a tad unreliable, as it may at times return '*' for the vhost.
- get_root_nick($nick)
- chk_pass($nick, $pass, $srcid)
- is_identified($nick, $rnick)
- is_registered($nick)
- is_online($nick)
- returns bool, i think.
- only checks if a given nick is online. does not check a user->id
Portions of wiki contributed by other users.
All other portions © SurrealChat.net 2003, 2004, 2005, 2006, 2007, 2008, 2009