on ^*:notice:*:*:{
if ($1- == "AWAY") {
echo # $nick is now away.
}
if ($1- == "BACK") {
echo # $nick has returned.
}
else {
echo # - $+ $nick $+ - $1-
}
haltdef
}
I'm having problems with this. I don't know why, but it just won't work lol.. Is there some kind of syntax wrong or if statement not correct in it?
Thanks in advanced!
~Josh`