This makes the bot just say the command, anyway to mkae it just half op the person? also ive a feeling im doing this the long way, as im going to have to add every single member :S
on *^1:TEXT:!dehalfop doom126:#: {
if (($nick isreg $chan || $nick isvoice $chan )) { halt }
else msg $chan /mode #the_british_legion -h doom126 }
on *^1:TEXT:!halfop doom126:#: {
if (($nick isreg $chan || $nick isvoice $chan )) { halt }
else msg $chan /mode #the_british_legion +h doom126 }