Jynx
2004-07-01 22:33:52 UTC
on 1:text:*:?: {
if ($away) {
if ($nick isop #) goto op
.msg $nick I am currently not responding to private messages, please try
later :)
close -m $nick
/echo 4 -s Ignored a message from $nick $+ .
/halt
:op
/echo 4 -s private message from $nick $+ .
/beep 5 1
/halt
}
else {
/echo 4 -s private message from $nick $+ .
/beep 5 1
/halt
}
}
I'm sure there must be a way that doesn't repeat a whole bunch of script but
I'm a newbie at this ;-)
if ($away) {
if ($nick isop #) goto op
.msg $nick I am currently not responding to private messages, please try
later :)
close -m $nick
/echo 4 -s Ignored a message from $nick $+ .
/halt
:op
/echo 4 -s private message from $nick $+ .
/beep 5 1
/halt
}
else {
/echo 4 -s private message from $nick $+ .
/beep 5 1
/halt
}
}
I'm sure there must be a way that doesn't repeat a whole bunch of script but
I'm a newbie at this ;-)
--
Email address is real but very rarely checked
If, for some obscure reason, you wish to mail me
change 'spam.catcher' to my name.
Jynx.
Email address is real but very rarely checked
If, for some obscure reason, you wish to mail me
change 'spam.catcher' to my name.
Jynx.