Otherwise /OPping Blight fails.
set chan_initialop([irctolower $chan]) $u
sendprivmsg $n \
"Thanks. You can use `channel manager ...' to register this channel."
set chan_initialop([irctolower $chan]) $u
sendprivmsg $n \
"Thanks. You can use `channel manager ...' to register this channel."
- if {![string length [nickdb_get_username $n username]]} {
+ if {![string length [nickdb_get_username $n]]} {
sendprivmsg $n \
"(But to do that you must register your nick securely first.)"
}
sendprivmsg $n \
"(But to do that you must register your nick securely first.)"
}