1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 05:23:13 +02:00

Delete users and channels from the modestacker when they are destructed

This commit is contained in:
Adam
2010-11-14 17:34:17 -05:00
parent 4415a779a3
commit 4f8dfc2132
4 changed files with 25 additions and 1 deletions
+5
View File
@@ -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