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 - "...
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 ...
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
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...