mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2003
Posts: 11
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Jun 2003
Posts: 11
Hi All,

Is there anyway for me to set up a remote so i leave a channel once someone has been deoped ?
for example

on 1:DEOP:#example /part

i know the above doesnt work it's just an example
I can get mirc to do anything such as change the topic or mode with a event apart from leave the room.

Any suggestions i would be very grateful grin


Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
try /part #


new username: tidy_trax
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
and add a ":" after the #example

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
alias cycle {
 .raw part # | .raw join #
}

on 1:DEOP:#Example: { cycle }


Link Copied to Clipboard