yeah i know, binds dont usually cause any problems, nor does the other binds in my script, i tried a simple script just to check how the NICK binding worked, here's the script
bind nick - * action_proc
proc action_proc { nick uhost chan newnick } {
putlog "someone changed nicks"
}
but even this simple script wont trigger on a nick change, i might be missing the whole point of the NICK bind though
, i thought that this particular bind should trigger when someone changes nicks and then give you a way of determining "before & after" nicks. ie the nick the user had and the new nick, but perhaps im just wrong
thanx
/o