diff options
author | Adam <Adam@anope.org> | 2011-08-25 18:24:06 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 01:58:39 -0400 |
commit | 62752db4c49a8679b51d5996003fd3a23c2a3f2d (patch) | |
tree | a947585812f85d97bddf66a79854d10acb11f713 /include | |
parent | f025d1b495cee3aadb6b7b45652d1cab3b7b7b6d (diff) |
Rewrote mlock saving/loading code to not use this silly extensible hack
Diffstat (limited to 'include')
-rw-r--r-- | include/regchannel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 3add3000d..71136a73b 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -276,11 +276,6 @@ class CoreExport ChannelInfo : public Extensible, public Flags<ChannelInfoFlag, */ void ClearBadWords(); - /** Loads MLocked modes from extensible. This is used from database loading because Anope doesn't know what modes exist - * until after it connects to the IRCd. - */ - void LoadMLock(); - /** Check if a mode is mlocked * @param mode The mode * @param An optional param |