mIRC Home    About    Download    Register    News    Help

Print Thread
#50192 18/09/03 11:39 PM
Joined: Sep 2003
Posts: 11
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Sep 2003
Posts: 11
on ^1:join:#: {

if $isop ( $nick == $me ) .set %canal # | .dialog -m modos modos

}


iits that all right?
thnx

help need it

#50193 19/09/03 03:32 AM
Joined: Jun 2003
Posts: 77
O
Babel fish
Offline
Babel fish
O
Joined: Jun 2003
Posts: 77
I can't see any reason why it wouldn't work smile


.
#50194 19/09/03 10:57 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
if you want this to trigger when somebody else joins and you're opped, try this:

on @^1:join:#:.set %canal # | .dialog -m modos modos


The @ is the same as saying if ($me isop #channel)


Those who fail history are doomed to repeat it

Link Copied to Clipboard