Code: Select all
bind raw - "322" do_raw_channellist
proc do_raw_channellist {from raw text} {
set chan [lindex $text 1]
if {![validchan $chan]} {
channel add $chan
}
}
Code: Select all
[22:50] Tcl error [do_raw_channellist]: list element in quotes followed by "," instead of space
...I don't understand a [censored] of it.. A topic including something that it want inside quotes? Or?
The IRCd I am running with, gives the reply:
:hub.uk.staynet.org 322 recipient #channel users :topic
I hope someone have any ideas to this.. Thanks in advance.