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

by xcoldfyrex
Sat Jul 01, 2006 4:26 pm
Forum: Scripting Help
Topic: need to rehash bot to change log files for custom tcl?
Replies: 1
Views: 2810

need to rehash bot to change log files for custom tcl?

im sure the coding can be better in order for it to start writing to a different file, the bot needs to be rehashed, and i dont want this, it should just log to a file based on the realtime date ###########################THIS TCL BY COLDFYRE bind pubm - "*" save_message bind join - "...
by xcoldfyrex
Tue Nov 22, 2005 5:56 am
Forum: Eggdrop Help
Topic: partial user file updates on botnet
Replies: 0
Views: 6096

partial user file updates on botnet

here is WHAT WORKS(every linked bots gets these changes, from any bot) they are linked perfect the hub sees all bot flags as +gs ; .chattr +bflov all bots see the hub as +ghp the channels are set +shared EVERYTHING with regular users(-b) works all leafs will *additional* bot (.+bot) adding/removing ...
by xcoldfyrex
Mon Jun 27, 2005 3:37 pm
Forum: Archive
Topic: if user changes nick, how to pull info for nick in userfile
Replies: 4
Views: 1891

if i am reading that right, that event is triggered when the user changes thier nick, the code i posted is when somone is a channel does "!flag <nick>" . the stats.mod works like that, it keeps correct info reguardless of nickname
by xcoldfyrex
Mon Jun 27, 2005 3:28 pm
Forum: Archive
Topic: if user changes nick, how to pull info for nick in userfile
Replies: 4
Views: 1891

if user changes nick, how to pull info for nick in userfile

This tcl works, but the nick must be in the userlist, how can this work for people who changed thier nicknames(it wont recognize them right now) proc flags {nick host hand chan text} { set fl [chattr $nick | $chan] set fl2 [chattr $text | $chan] set nnick [getchanhost $text] set fuser [finduser $nni...