diff options
author | Federico G. Schwindt <fgsch@lodoss.net> | 2013-07-23 14:39:50 +0100 |
---|---|---|
committer | Federico G. Schwindt <fgsch@lodoss.net> | 2013-07-23 18:03:32 +0100 |
commit | e908dc0dc75c63699ffbffe9246e30420ee51f04 (patch) | |
tree | 4b5f9de4213ac3e8faa4217014f4fe2822c71eda /include/modes.h | |
parent | 378c9203df121244f2e23e78f2b134755f491d4c (diff) |
Make ChannelModeStatus level mandatory
Levels are used in Channel::SetCorrectModes() when removing modes.
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h index 1e5d7f7c1..807b91c25 100644 --- a/include/modes.h +++ b/include/modes.h @@ -193,7 +193,7 @@ class CoreExport ChannelModeStatus : public ChannelMode * @param msymbol The symbol for the mode, eg @ % * @param mlevel A level for the mode, which is usually determined by the PREFIX capab */ - ChannelModeStatus(const Anope::string &name, char mc, char msymbol, short mlevel = 0); + ChannelModeStatus(const Anope::string &name, char mc, char msymbol, short mlevel); /** destructor */ |