mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2016
Posts: 4
H
Hoffman Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Apr 2016
Posts: 4
I need to ban and unban in 60 seconds on the same line, does anyone know the command?
Already tried:

ban -u60 # $$ 1 3

or

mode # + b $ address -u60


But not sure

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Your ban command looks fine apart from you have a space between $$ and 1 which shouldn't be there.

It should be: ban -u60 # $$1 3

If you want to kick them as well then use -ku60.


Link Copied to Clipboard