Code: Select all
if {[string match -nocase $channel "#\[ms\]"]} {
Code: Select all
putquick "PRIVMSG $channel :$channel [string match -nocase $channel "#\[ms\]"]"
If i replace #[ms] with our private channel then join the private channel, the if results in true, but otherwise, it just doesn't work. It's not in any other if's, it's just there and it isn't working :S can anyone see something i'm doing wrong? i'd be very greatful!