View Issue Details

IDProjectCategoryView StatusLast Update
0001642Anope Stable (2.0.x series)Generalpublic2015-03-12 14:16
ReporterNoMiaus Assigned ToAdam  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0001642: Expiry option of BAN command doesn't work with the nick syntax
DescriptionThe expiry option of BAN command doesn't work when a nick is used instead of a mask.
/msg BAN #Channel +10s Nick Reason: Nick is banned but the ban isn't removed after 10 seconds.
/msg BAN #Channel +10s Nick!*@* Reason: Nick is banned and the ban is removed after 10 seconds.
Steps To Reproduce/msg BAN #Channel +10s Nick Reason
TagsNo tags attached.

Activities

Adam

2015-03-12 14:16

administrator   ~0006715

Fixed in c3cc5804c32f423d4017a825300d926895ef64ed

NoMiaus

2015-03-08 15:03

reporter   ~0006703

Last edited: 2015-03-08 15:21

View 6 revisions

I'm using UnrealIRCd 3.2.10.4. I checked it again: it happens when the nick isn't online so ChanServ sets a permanent ban to the nick. When the nick is connect on the network ChanServ sets a ban to the host, kicks and then removes the ban correctly. Anyway services answer: Ban on Nick1 expires in 10 seconds. Is it that how it should work?

Debug: Sent: :ChanServ PRIVMSG #services :COMMAND: NoMiaus!Me@xxxxxxxxx (NoMiaus) used BAN on #Test for Nick1
Debug: Sent: :ChanServ NOTICE NoMiaus :Ban on Nick1 expires in 10 seconds.
Debug: Sent: :ChanServ NOTICE NoMiaus :No users on #Test match Nick1.
Debug: Sent: :[DarkSide] MODE #Test +b Nick1!*@*

PS: When I ran the debug mode I noticed Anope shows 100 messages like this: [Mar 08 13:50:33.314106 2015] Extend for nonexistent type BS_DONTKICKOPS on 0x5084ec8.

chaz

2015-03-08 14:09

administrator   ~0006701

Hello,

I attempted to reproduce this and it seemed to work fine for me. (tested on InspIRCd)

Can you confirm that when you did try and use it against 'nick' that it infact resolved this down to the host?

What IRCd are you using?

Can you provide debug logs?

Issue History

Date Modified Username Field Change
2015-03-08 00:54 NoMiaus New Issue
2015-03-08 14:09 chaz Note Added: 0006701
2015-03-08 15:03 NoMiaus Note Added: 0006703
2015-03-08 15:03 NoMiaus Note Edited: 0006703 View Revisions
2015-03-08 15:03 NoMiaus Note Edited: 0006703 View Revisions
2015-03-08 15:06 NoMiaus Note Edited: 0006703 View Revisions
2015-03-08 15:17 NoMiaus Note Edited: 0006703 View Revisions
2015-03-08 15:21 NoMiaus Note Edited: 0006703 View Revisions
2015-03-12 14:16 Adam Note Added: 0006715
2015-03-12 14:16 Adam Status new => resolved
2015-03-12 14:16 Adam Resolution open => fixed
2015-03-12 14:16 Adam Assigned To => Adam