mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2007
Posts: 28
S
sner Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2007
Posts: 28
Howdy fellaz?! i do have a slight problem regarding my POP-UP script editor. I have a command here thru X by just clicking the nick on the NICKLIST and well it works properly.

But, my point is.. how can i ban the user to ( *!*@fulladdress.undernet.org ) instead of ( *!*ident@fulladdress.* )

Here the codes on my pop-up remote..
-------------------
.Excuse:/msg x ban $chan $$1 5(duration) 75(level) my reason
-------------------

Joined: Jul 2006
Posts: 107
L
Vogon poet
Offline
Vogon poet
L
Joined: Jul 2006
Posts: 107
Since X is actually sending the ban, the script of X is what would need to be changed.

see /help /ban
and /help $mask



LonDart
Joined: Jan 2007
Posts: 259
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Jan 2007
Posts: 259
I'm not sure if you can change the banmask, since you're messenging a bot. However, you COULD change it to:
Code:
.Excuse: {
 ban -u5 $chan $$1 2
 kick $chan $nick my reason
}

But then you would require ops in the channel, and you would loose the level.


Those who can, cannot. Those who cannot, can.
Joined: Feb 2007
Posts: 28
S
sner Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2007
Posts: 28
yup, it will surely work on that code.. but, my viewpoint is how can we set mode ban thru X by just clicking the nick itself, my stance is im not gaining OP/@ on a certain channel, i simply want X to set the bans like this example ( * X sets mode: +b *!*@fulladdress.undernet.org )

instead of.. ( * X sets mode: +b *!*ident@fulladdress.* )

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
best would be to go to the help channel (I don't know which ones undernet has but try #help , #cservice or something like that) and ask them. they will know if it's possible and what command you need.

the right click you do to ban someone through X is done through a script so the script needs adjusting. it's not a standard mIRC feature that does that for you.


If it ain't broken, don't fix it!
Joined: Jan 2007
Posts: 259
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Jan 2007
Posts: 259
Thats impossible, I've checked the X commands, and at level 75, it says "Ban .... *!*ident@fulladdress.* ...," without mentioning any way to change the type.


Those who can, cannot. Those who cannot, can.
Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
the syntax is: /msg X ban <#channel> <nick|*!*user@*.host> [duration] [level] [reason]

YOU are the one who should tell X what you wan to ban
So you need to send it the specific host you want to ban.

so its:
Code:
Xban:msg x ban $chan $address($$1,2) [duration] [level] [reason] 


echo -a $signature
Joined: Feb 2007
Posts: 28
S
sner Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2007
Posts: 28
Thnx a mucho Brax is works great!

Perfect! now, i can barred those aggressors in our channel.. lol many thnx again mate!

Cheers! =)

Joined: Feb 2007
Posts: 9
W
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
W
Joined: Feb 2007
Posts: 9
Long Live AKP, BROD SNER!


Link Copied to Clipboard