10 if (!&IsParam("Interface") or $param{'Interface'} =~ /IRC/) {
18 &status("Using CLI...");
19 &status("Now type what you want.");
21 $nuh = "local!local\@local";
25 $ident = $param{'ircNick'};
26 $chan = $talkchannel = "#cli";
35 $_ = &process() if $message;