This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[REQ] Key encryption ok/fail script

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
b
bast
Voice
Posts: 37
Joined: Sat Oct 07, 2006 10:24 pm

[REQ] Key encryption ok/fail script

Post by bast »

I got this script.

Code: Select all

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.
<user> test
<bot> Key encryption ok
<user> test
<bot> Key encryption failed
So if any kind soul want to set up this script i would be glad. :D

if its even possible that is =)
Post Reply