I have unziped the file I downloaded but I do not understand what to do.
Here is the script.
----------------Start-------------
set memo " -> Is on IRC !"
set num xxxxxxxx@sms.ISP.com"
bind join - * join:on_join
proc join:on_join {nick uhost hand chan} {
if {$nick == "ANYNICK"} {
global num memo
exec echo $uhost $memo | mail $num
pushmode $chan +v $nick
}
return 0
}
---------END----------------
anyone here that have gotten it to work.. please help me.