diff options
author | adam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-21 20:52:29 +0000 |
---|---|---|
committer | adam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-21 20:52:29 +0000 |
commit | f8efdbf822eb2f593ea1ac199f842b40963eecfa (patch) | |
tree | 73266b7fc20e677e0f6cc6909329f42bdc15baff /src | |
parent | 55d4d6084e907eba711fedb79c3fc0552f1afc7b (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/chanserv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chanserv.c b/src/chanserv.c index abebb6f61..ea470e064 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -1665,6 +1665,8 @@ int delchan(ChannelInfo * ci) return 0; } + FOREACH_MOD(I_OnDelChan, OnDelChan(ci)); + nc = ci->founder; if (debug >= 2) { |