mIRC Home    About    Download    Register    News    Help

Print Thread
#15816 17/03/03 10:35 PM
Joined: Mar 2003
Posts: 34
L
Lucres Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Mar 2003
Posts: 34
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


Heh..
#15817 17/03/03 10:37 PM
Joined: Feb 2003
Posts: 43
K
Ameglian cow
Offline
Ameglian cow
K
Joined: Feb 2003
Posts: 43
um... no idea what your asking


smirk Mr.Newb smirk
A.K.A Kazz
#15818 17/03/03 10:42 PM
Joined: Mar 2003
Posts: 34
L
Lucres Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Mar 2003
Posts: 34
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


Heh..
#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
Joined: Jan 2003
Posts: 30
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Jan 2003
Posts: 30
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: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
in simpler terms...

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


-KingTomato
#15822 21/03/03 08:04 AM
Joined: Mar 2003
Posts: 1
G
Mostly harmless
Offline
Mostly harmless
G
Joined: Mar 2003
Posts: 1
what the hell you on about
wink


Link Copied to Clipboard