I am trying to code a trigger in whisper so that when an op (host) wants to host up he can type the trigger in the scripts whisper to make the action (to host up)

this code works for the trigger in the main channel

Code:
on host:TEXT:!host:#:/mode # +o $nick


but when i try the following code for the trigger to work in whisper i have no result .....

can someone help me plz im obviously missing something ... or maybee alot lol

Code:
on host:TEXT:!host:?:/mode  # +o $nick




i spent hours working out how to make a trigger in whisper to display a message in the main room for hosts only (ops only) ..... which is as follows :-

Code:
  on Host:TEXT:*'forum*:?: {  msg $comchan($nick,1) %webfont (*)OPERATOR NOTICE(*)   Please take a look at our BBW Forum click this link http://www.bbw-international.info/BBW 
}