bast Voice
Joined: 07 Oct 2006 Posts: 37
|
Posted: Tue Jun 12, 2007 9:00 pm Post subject: [REQ] Key encryption ok/fail script |
|
|
I got this script.
| Code: |
bind pub - !test test
proc test { nick host hand chan arg } {
puthelp "PRIVMSG $chan :$nick-$host-$hand-$chan-$arg - Key encryption ok"
} |
But i want to make it alittle different and allitle better.
want i want it to do is this.
| Quote: | <user> test
<bot> Key encryption ok |
| Quote: | <user> test
<bot> Key encryption failed |
So if any kind soul want to set up this script i would be glad.
if its even possible that is =) |
|