Showing revision 10
sub dispatch($$$) {
    my ($src, $dst, $msg) = @_;
    $msg = s/^s|//;
    my @args = ($src, $dst, split(/\s+/, $msg);
    if ($msg =~ (identifier)) { }
    return;
}
-  get_nick_id($nick) 
 -  get_id_nick($nickid) 
 -  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