diff options
author | Adam <Adam@anope.org> | 2011-07-14 02:31:12 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-07-14 02:31:12 -0400 |
commit | f858164deed48f2dcacd5ffc06a55398a54da7e8 (patch) | |
tree | 89c3cf36bd8e94942370135218d67d6d17ee222e /include/modes.h | |
parent | 924f6849fee4598a1a3a7f1a98d96b79e5ffd3b4 (diff) |
Rewrote how commands are handled within Anope.
This allows naming commands and having spaces within command names.
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modes.h b/include/modes.h index ae89c7ab7..95452bb30 100644 --- a/include/modes.h +++ b/include/modes.h @@ -295,8 +295,6 @@ class CoreExport ChannelModeBan : public ChannelModeList { public: ChannelModeBan(ChannelModeName mName, char modeChar) : ChannelModeList(mName, modeChar) { } - - void OnAdd(Channel *chan, const Anope::string &mask); }; /** Channel mode +k (key) |