Re: Anti spam/away script

2003-02-07 Thread R. Joseph Newton
"G.D. Bell" wrote: > # Variables > $alt_nick = "set_alt_nick"; > ... > # Away Functions > IRC::add_command_handler("gbell72", set_alt_nick); > IRC::add_command_handler("gbell72|afk", set_alt_nick); So what is going on here? I see a bareword being offered to a function. This seems to me that it

RE: Anti spam/away script

2003-02-07 Thread Dan Muey
Just out of curiousity, I assume your script sends a message back to the sender asking for verification / an away message. How do you incorporate IRC into it? What is it's overall function? Just curious because I've been wanting to do something similar but the IRC thing sounded interesting. D

RE: Anti spam/away script

2003-02-07 Thread wiggins
On Fri, 7 Feb 2003 13:53:03 -0500 (EST), "G.D. Bell" <[EMAIL PROTECTED]> wrote: > Hi all > > I've started composing this script but seem to be a > little stuck at the moment ..when I run script as it > is presntly these errors occur..Name "main::a

Re: Anti spam/away script

2003-02-07 Thread Rob Dixon
G.D. Bell wrote: > Hi all > > I've started composing this script but seem to be a > little stuck at the moment ..when I run script as it > is presntly these errors occur..Name "main::alt_nick" > used only once: possible typo at maria.pl line 26. > Name "main::awaytime" used only once: possible typo

Anti spam/away script

2003-02-07 Thread G.D. Bell
Hi all I've started composing this script but seem to be a little stuck at the moment ..when I run script as it is presntly these errors occur..Name "main::alt_nick" used only once: possible typo at maria.pl line 26. Name "main::awaytime" used only once: possible typo at maria.pl line 28. Name "ma