mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2013
Posts: 140
R
raycomp Offline OP
Vogon poet
OP Offline
Vogon poet
R
Joined: May 2013
Posts: 140
I have set up in popups nicklist some selections to kick ban or kill users to make it easier for ops. I am struggling wit one option to ban the nick name. I have tried the following but it only kicks and not ban if I select a nick and then in the popup menu select ban/kick nick

Quote:
..Ban/Kick Nick: nick!*@*:mode # +b $$1.- | /kick # $$1


please help

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
Well you have a dot here
Quote:
mode # +b $$1.-

But before that, you have 2 ":" so mIRC must be giving this command
Code:
/nick!*@*

instead of the ban command. So i think this should work
Code:
..Ban/Kick Nick nick!*@*:mode # +b $$1- | /kick # $$1


Link Copied to Clipboard