diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-02 09:24:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-02 09:24:49 +0000 |
commit | 4ae42b33e653d58539a2d7b5821cd2d1d692132b (patch) | |
tree | a44e994ee6da4de5140810dd88263ba0fdabea21 /include/hashcomp.h | |
parent | bd0413a193f185d4d7a8b26fb19b6b997489e134 (diff) |
Add more features to modestacker so that we can stack +, -, and parameterless modes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5391 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 1f6592093..76c7750a0 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -131,6 +131,9 @@ namespace irc public: modestacker(bool add); void Push(char modeletter, const std::string ¶meter); + void Push(char modeletter); + void PushPlus(); + void PushMinus(); int GetStackedLine(std::deque<std::string> &result); }; |