diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regchannel.cpp | 2 |
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 |