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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user