I want my bot to respond to a specific keyword regardless if the user types in bold/color.
bind pub -|- NEW ms:test
bind pub -|- "/002 /00310NEW" ms:test
bind pub -|- "/002 /0010NEW" ms:test
proc ms:test {nick chan arg} {
putlog "we are in the proc"
Nothing works. I never see we are in the proc when I am in the partyline of my eggdrop.
bind pub -|- NEW ms:test
bind pub -|- "/002 /00310NEW" ms:test
bind pub -|- "/002 /0010NEW" ms:test
proc ms:test {nick chan arg} {
putlog "we are in the proc"
Nothing works. I never see we are in the proc when I am in the partyline of my eggdrop.