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"
}
want i want it to do is this.
<user> test
<bot> Key encryption ok
So if any kind soul want to set up this script i would be glad.<user> test
<bot> Key encryption failed
if its even possible that is =)