mirror of
https://github.com/anope/anope.git
synced 2026-07-01 14:26:37 +02:00
Reworked live SQL support yet again
This commit is contained in:
@@ -59,7 +59,7 @@ class CommandCSDrop : public Command
|
||||
FOREACH_MOD(I_OnChanDrop, OnChanDrop(ci));
|
||||
|
||||
Channel *c = ci->c;
|
||||
delete ci;
|
||||
ci->destroy();
|
||||
|
||||
source.Reply(_("Channel \002%s\002 has been dropped."), chan.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user