From: ijackson Date: Mon, 15 Jan 2001 02:49:56 +0000 (+0000) Subject: Spot it's only me regardless of case of my nick. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=7a26f75dbb32a011c4d01d00871c913f626220be;p=ircbot.git Spot it's only me regardless of case of my nick. --- diff --git a/bot.tcl b/bot.tcl index e313f5b..fd2bdf9 100755 --- a/bot.tcl +++ b/bot.tcl @@ -526,7 +526,7 @@ proc check_justme {lchan} { global nick upvar #0 chan_nicks($lchan) nlist if {[llength $nlist] != 1} return - if {"[lindex $nlist 0]" != "$nick"} return + if {"[lindex $nlist 0]" != "[irctolower $nick]"} return if {[chandb_exists $lchan]} { set mode [chandb_get $lchan mode] if {"$mode" != "*"} {