View Issue Details

IDProjectCategoryView StatusLast Update
0002234unrealircdpublic2004-12-11 15:36
Reportervonitsanet Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version3.2.3 
Summary0002234: Banned nick change
DescriptionWhen a nickname is banned on a channel ircd allows nickchange to this banned nickname.

* Joins: XXX21ab (X@X)
* ChanServ sets mode: +b *XXX21*!*@*
* XXX21ab was kicked by ChanServ (AKICK by SomeOne (User has been banned from the channel))

* Joins: apelee (X@X)
* apelee is now known as XXX21ab


Is this normal?
3rd party modules

Activities

AngryWolf

2004-12-11 06:47

reporter   ~0008597

That's because of a simple reason: *XXX21*!*@* doesn't match apelee!X@X, so that user actually isn't banned until changing name to XXX21ab, so that nickchange is normal and allowed.

vonitsanet

2004-12-11 06:53

reporter   ~0008598

AngryWolf yes i agree with this but why i can change my nick to a banned nick form inside the channel?

White_Magic

2004-12-11 10:04

reporter   ~0008599

services i think should be auto kicking anyone who does that. but well,

syzop

2004-12-11 11:23

administrator   ~0008600

Well, why wouldn't you be allowed? If you want to get banned, that's up to you ;).
Now that services don't kick you then, is not our fault :P.
If we would start doing this, then we would also have to block /setname'ing to a banned ~q extban, block joining to a banned ~c extban, etc etc.

aquanight

2004-12-11 15:29

reporter   ~0008609

Solution: get an eggdrop, sit it in the channel, set +enforceban. Problem solved.

Issue History

Date Modified Username Field Change
2004-12-11 05:38 vonitsanet New Issue
2004-12-11 06:47 AngryWolf Note Added: 0008597
2004-12-11 06:53 vonitsanet Note Added: 0008598
2004-12-11 10:04 White_Magic Note Added: 0008599
2004-12-11 11:23 syzop Note Added: 0008600
2004-12-11 15:29 aquanight Note Added: 0008609
2004-12-11 15:36 syzop Status new => closed