diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-17 23:40:18 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-17 23:40:18 +0000 |
commit | ece985ccb3210a132d67381511642edfb359f5c4 (patch) | |
tree | ae9e6955ecd039231eaa8d19634bb58732f81c41 /include | |
parent | 207af6fb2fede5788d2e99809b5b36d11aefa706 (diff) |
Remove a redundant method here, call the mode manager directly
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8732 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 4a013fbc6..325b4c8fe 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -669,24 +669,6 @@ class CoreExport InspIRCd : public classbase */ caller1<User*, int> FindDescriptor; - /** Add a new mode to this server's mode parser - * @param mh The modehandler to add - * @return True if the mode handler was added - */ - bool AddMode(ModeHandler* mh); - - /** Add a new mode watcher to this server's mode parser - * @param mw The modewatcher to add - * @return True if the modewatcher was added - */ - bool AddModeWatcher(ModeWatcher* mw); - - /** Delete a mode watcher from this server's mode parser - * @param mw The modewatcher to delete - * @return True if the modewatcher was deleted - */ - bool DelModeWatcher(ModeWatcher* mw); - /** Add a dns Resolver class to this server's active set * @param r The resolver to add * @param cached If this value is true, then the cache will |