From: Ian Jackson Date: Mon, 15 Jan 2001 15:24:56 +0000 (+0000) Subject: Attempts at fixing nick-changing. X-Git-Tag: branchpoint-2001-10-09-tell~33 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/942864785b8cdd578610d780e6b983f57caaea3d Attempts at fixing nick-changing. --- diff --git a/bot.tcl b/bot.tcl index d5afa81..bcbc1bc 100755 --- a/bot.tcl +++ b/bot.tcl @@ -625,7 +625,7 @@ proc msg_NICK {p c newnick} { if {[info exists new]} { error "nick collision ?! $ary $n $newnick" } if {[info exists old]} { set new $old; unset old } } - upvar #0 nick_onchans($new) + upvar #0 nick_onchans($new) oc set luser [irctolower $n] set lusernew [irctolower $newnick] foreach ch $oc {