diff options
author | Adam <Adam@anope.org> | 2010-11-14 17:34:17 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-11-14 17:34:17 -0500 |
commit | 4f8dfc2132e2c67bf8047cbba0a78ea22e870d28 (patch) | |
tree | b68a377caa1126de27d9c1b69b510cb0c9570515 /include/modes.h | |
parent | 4415a779a3ff690e800198b27a16a80a630b1e3d (diff) |
Delete users and channels from the modestacker when they are destructed
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h index f771c6e91..299d1a2db 100644 --- a/include/modes.h +++ b/include/modes.h @@ -483,6 +483,11 @@ class CoreExport ModeManager /** Process all of the modes in the stacker and send them to the IRCd to be set on channels/users */ static void ProcessModes(); + + /** Delete a user or channel from the stacker + * @param b The user/channel + */ + static void StackerDel(Base *b); }; #endif // MODES_H |