1
0
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:
adam-
2009-07-21 20:52:29 +00:00
parent 55d4d6084e
commit f8efdbf822
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -1665,6 +1665,8 @@ int delchan(ChannelInfo * ci)
return 0;
}
FOREACH_MOD(I_OnDelChan, OnDelChan(ci));
nc = ci->founder;
if (debug >= 2) {