mIRC Home    About    Download    Register    News    Help

Print Thread
#187695 10/10/07 09:29 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
some guy keeps joining our room with nicknames that contain 10-12 random letters like

fuheisqydhzw
fuipfheudh
gghghlrirop

etc etc

how can i kick these nicknames guys? and also if its easier to set a ban access somehow

//access # add deny *something*

Joined: Apr 2007
Posts: 228
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Apr 2007
Posts: 228
on *:JOIN:#yourchannel: {
if ($address($nick,*) == hostmaskofshitlistednick) { kick $nick $chan }
}

Last edited by Mpot; 10/10/07 09:37 PM.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You'd need to find some commonality in the nicks in order to create an automatic ban script for them. Whether it's in the nicks or idents or whatever... you need something or there's no way you can tell mIRC what to watch for.


Invision Support
#Invision on irc.irchighway.net
Joined: Apr 2007
Posts: 228
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Apr 2007
Posts: 228
The next time this person joins your channel, do a /whois on him, and give us everything that mIRC comes back with.

Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
sorry this is a ircx server where users have gatekeeperaddresses like
32434354543543543@GateKeeeprPassport would be their ial address

no host mas or w/e

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Going by the info you've given us it'd be pretty much impossible to ban them unless you can get their host/ip somehow.

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
In that case, speak to an ircop (have a log ready) and see if they'll do something on their end since they can see the IP/DNS information just fine.


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2007
Posts: 32
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Jul 2007
Posts: 32
Quote:
You'd need to find some commonality in the nicks in order to create an automatic ban script for them. Whether it's in the nicks or idents or whatever... you need something or there's no way you can tell mIRC what to watch for.


There wont be any commonality in the nicks it is quite easy to make random nicks for example.

Php Code:
/f1
{
 /nick $rand(A,Z) $+ $rand(1,10000000000) $+ $rand(A,Z) $+ $rand(1,110000000000000) $+ $rand(1,46465446456) $+ $rand(a,z) $+ $rand(A,Z) $+ $rand(1,100000000) $+ $rand(1,100000000) $+ $rand(a,z)
} 


Would mean when you press f1 your nick would be changed to a 10 didgit sequence of capitals letters, small letters and numbers.
So obvisoulsy this person is just using a simplified version of this with only letters.

Last edited by Sh4d0w191; 13/10/07 09:26 PM.
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
set your modes to +R //mode # +R

This will only be available if the user is Registered now if the person in qieustion was registring 10+ nicks in 1 hour IRCOPS/ADMINS would find it suspicious. Just privmsg all your users on channels that you will make this channel registered nicks only. :P


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Your point? Obviously, someone can make random nicks that cannot be automatically banned. The point was just that... if you cannot find a similarity, then you can't make an automatic ban script for them. If you can find a similarity, then you can make an automatic ban script. Some spammers use nicks that are similar enough for such a script, others don't.


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2007
Posts: 32
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Jul 2007
Posts: 32
Quote:
Your point? Obviously, someone can make random nicks that cannot be automatically banned.


yea but i was bored and i like making random nick scripts :p but yea that +R idea *should* work unless the server has really lazy opers.

Last edited by Sh4d0w191; 14/10/07 08:50 AM.

Link Copied to Clipboard