AlIt0 Voice
Joined: 14 Apr 2010 Posts: 11
|
Posted: Wed Apr 14, 2010 8:14 am Post subject: joinsms |
|
|
| Code: |
set memo " -> Is on IRC !"
set num "+number@sms.globul.bg"
bind join - * join:on_join
proc join:on_join {nick uhost hand chan} {
if {$nick == "Ronin"} {
global num memo
exec echo $uhost $memo | mail $num
}
return 0
}
|
Hi, this is the code I use for this tcl but Unfortunately I do not send sms. sms.globul.bg it's Bulgarian GSM operator. |
|