mirror of
https://github.com/anope/anope.git
synced 2026-07-01 03:06:37 +02:00
Added a new event for channels being deleted
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2388 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1665,6 +1665,8 @@ int delchan(ChannelInfo * ci)
|
||||
return 0;
|
||||
}
|
||||
|
||||
FOREACH_MOD(I_OnDelChan, OnDelChan(ci));
|
||||
|
||||
nc = ci->founder;
|
||||
|
||||
if (debug >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user