i need a little feedback here..
there the code
Code:
on *:TEXT:*:#: { 
if (!say == $1 && $2 != $null) { // $+ $2- }
}

that code works for me if i type !say /msg #channel good bye but did not works when i typed ! say msg #channel $query(0)
the bot will send $query(0) as the result
plz help me