summaryrefslogtreecommitdiff
path: root/src/regchannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r--src/regchannel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index a13e47009..ce5bef71c 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -56,6 +56,8 @@ ChannelInfo::ChannelInfo(const Anope::string &chname) : Flags<ChannelInfoFlag, C
this->ttb[i] = 0;
RegisteredChannelList[this->name] = this;
+
+ FOREACH_MOD(I_OnCreateChan, OnCreateChan(this));
}
/** Copy constructor