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 11 matches

by Nimo
Sat Dec 20, 2003 4:31 pm
Forum: Archive
Topic: Auto voice
Replies: 2
Views: 1152

bind join - * auto_voice proc auto_voice {nick uhost hand channel } { if {![matchattr $hand q|q $channel]} { utimer [expr 1700 + [rand 200]] if {((![isvoice $nick $channel]) && ([ison $nick $channel]) && (![matchattr $hand q|q $channel]))} {pushmode $channel +v $nick} } } I haven't ...
by Nimo
Tue Nov 11, 2003 5:25 pm
Forum: Archive
Topic: Password encrypting..
Replies: 3
Views: 1131

Oki, I think I've got it working now.


Thankyou.
by Nimo
Tue Nov 11, 2003 5:23 pm
Forum: Archive
Topic: Eggdrop not encrypting passwds?
Replies: 3
Views: 1408

First off, the bots passwords are encrypted, however, you are forgetting that the bots would need to know the unencrypted versions for them to match :o Instead, they use MD5 hashes mixed with key data to determine if they match. So don't worry about that. The other issue is more worrying however. D...
by Nimo
Sat Nov 08, 2003 9:01 am
Forum: Archive
Topic: Password encrypting..
Replies: 3
Views: 1131

Password encrypting..

If I rebind the msg pass -command to an own proc, do I need to use 'setuser handle PASS [encpass the_password]' to get the eggdrop to encrypt the password, or is 'setuser handle PASS the_password' enough?
by Nimo
Sat Nov 08, 2003 7:47 am
Forum: Archive
Topic: Eggdrop not encrypting passwds?
Replies: 3
Views: 1408

Eggdrop not encrypting passwds?

When I checked the userfile for one of my eggdrops I noticed that many of the passwords wasn't encrypted. It seemed like only the passwds that had been set via '.newpass' or '/msg bot pass' were encrypted, the passwds automatically setted by the bots when they link together were not either encrypted...
by Nimo
Wed Jun 18, 2003 1:26 pm
Forum: Archive
Topic: blowfish/base64 encryption
Replies: 3
Views: 1553

by Nimo
Tue Jun 17, 2003 2:14 pm
Forum: Archive
Topic: Secure tcl-scripts
Replies: 4
Views: 1350

Thanks

Thanks.



BTW. Have anyone a copy of http://www.soft.net.uk/staffs/eggdrop/characters.html as it didn't seems to exist anylonger.
by Nimo
Mon Jun 16, 2003 2:18 pm
Forum: Archive
Topic: Secure tcl-scripts
Replies: 4
Views: 1350

Secure tcl-scripts

Could someone give some hints of how I shall code my scripts so that they will be secure?, (eg. how to prevent all bots from dieing when someone with the nick [die] joins.)



Thanks in advance.
by Nimo
Wed Jun 11, 2003 11:46 am
Forum: Archive
Topic: botnetop.tcl problems
Replies: 1
Views: 1123

Problem solved

I've found the error. I'd set bop_hcheck to "o" instead of "0".
by Nimo
Mon Jun 09, 2003 5:05 am
Forum: Archive
Topic: botnetop.tcl problems
Replies: 1
Views: 1123

botnetop.tcl problems

I've two eggdrops (1.6.13) linked together and netbots.tcl(v.4.09) with botnetop.tcl-component(v.4.09.1) loaded but when one of the bots requests ops from the other one I got this error msg from the bot who should give ops: [12:10] Tcl error [bop_botwantsops]: expected boolean value but got "o&...
by Nimo
Wed May 07, 2003 2:09 pm
Forum: Archive
Topic: statuslog-setting
Replies: 2
Views: 1159

statuslog-setting

Is there anyway to have statuslog turned on for a channel without having to see the statuslog in the partyline?