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.

Search found 3 matches

by RaZ
Sat Jul 30, 2005 8:37 am
Forum: Archive
Topic: Blowfish decrypt
Replies: 5
Views: 3498

fixed!

set proc [pub:test $nick $uhost $handle $channel [string range $arg 0 9999]]



Thanks
by RaZ
Sat Jul 30, 2005 5:31 am
Forum: Archive
Topic: Blowfish decrypt
Replies: 5
Views: 3498

with putserv "PRIVMSG $chan :arg = $arg" its ok but the bot no reply, example: set key "keytest" bind pub - !test pub:test bind pub - "#test *" decryptall proc pub:test { nick uhost handle channel arg } { putquick "PRIVMSG $channel :HELLO" } proc decryptall { ...
by RaZ
Fri Jul 29, 2005 9:07 pm
Forum: Archive
Topic: Blowfish decrypt
Replies: 5
Views: 3498

Blowfish decrypt

Hello, I've use this to decrypt http://forum.egghelp.org/viewtopic.php?t=4269 but my bot no responding in channel with this code: set key "keytest" bind pub - "#test *" decryptall proc decryptall { nick uhost handle chan arg } { global key set arg [decrypt $key [string range $arg...