View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001642 | Anope Stable (2.0.x series) | General | public | 2015-03-08 00:54 | 2015-03-12 14:16 |
Reporter | NoMiaus | Assigned To | Adam | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001642: Expiry option of BAN command doesn't work with the nick syntax | ||||
Description | The 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 | ||||
Tags | No tags attached. | ||||
|
Fixed in c3cc5804c32f423d4017a825300d926895ef64ed |
|
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. |
|
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? |
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 |