View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001576 | Anope Development (1.9.x series) | Modules System | public | 2014-02-18 18:13 | 2014-02-18 20:03 |
Reporter | NoMiaus | Assigned To | Adam | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001576: Channel is 'Forbidden' on CS INFO command using db_old | ||||
Description | After convert the databases to the new format using db_old there are some channels that appear as forbidden on /cs info #channel when they shouldn't be forbidden. Anyway users can join and configs are saved. ## Before ## ChanServ Information for channel #eMule-Italian: ChanServ Founder: emulechans2 ChanServ Description: eMule-Support-Channel ChanServ Registered: Oct 04 11:55:02 2008 CEST ChanServ Last used: Feb 18 17:11:07 2014 CET ## After ## ChanServ Channel #eMule-Italian is forbidden by crazy: repeated takeovers | ||||
Tags | No tags attached. | ||||
|
This works okay, but the old system could treat channels with wildcards in them (like #*) as non-wildcard, when the new system always does, which was the issue here. I've made db_old not import forbids that contain wildcard characters. |
|
Get /os forbid list and remove the one matching this channel. |