I've tried several binds to execute a line which starts with a [ or better yet to strip the brackets out all together to no avail.
something like this is what I need:
bind pubm * "*\[*bob*\]*" my::proc
Code: Select all
bind pub - {[bob]} zonk
proc zonk { nick uhost hand chan arg } {
putquick "PRIVMSG $chan :It works!"
}
:>12:06:35 <@tomekk> [bob] a b c d e
12:06:36 < botty> It works!