mIRC Home    About    Download    Register    News    Help

Print Thread
#15816 17/03/03 10:35 PM
L
Lucres
Lucres
L
i know that you can get your bot to respond to a PM and only when its opped by using ? and @...
BUT where do you put those characters?
is it ?on *: or on ?*: ?????
-MT

#15817 17/03/03 10:37 PM
K
Kazz
Kazz
K
um... no idea what your asking

#15818 17/03/03 10:42 PM
L
Lucres
Lucres
L
LOL, sorry... i was 'going against time' wink

What i mean is, where do i put the ? or @ in the remote command? before the "on" or next to the user level?

?on *:text:....
or
on ?*:text:.....
confused

#15819 17/03/03 11:05 PM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
on @*:TEXT:.... (@ will work only with channel messages).

Or use if ($me isop $chan).

#15820 17/03/03 11:06 PM
R
Rooster74
Rooster74
R
I think this is what you mean.

Format: on <level>:TEXT:<matchtext>:<*><?><#[,#]>:<commands>

Example: on 1:TEXT:*help*:#mirc,#irchelp:/msg $nick what's the problem?

? for any private message
# for any channel message
#mirc for any messages on channel #mirc
* for any private or channel messages

#15821 19/03/03 01:28 AM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
in simpler terms...

Code:
on @*:TEXT:&lt;text_here&gt;:?: { &lt;commands&gt; }

#15822 21/03/03 08:04 AM
G
ginger
ginger
G
what the hell you on about
wink


Link Copied to Clipboard