diff options
author | Adam <adam@sigterm.info> | 2013-07-23 10:04:44 -0700 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2013-07-23 10:04:44 -0700 |
commit | b48293a6327a5e28baf528cda004c1d5aeea872d (patch) | |
tree | 4b5f9de4213ac3e8faa4217014f4fe2822c71eda /include/modes.h | |
parent | 378c9203df121244f2e23e78f2b134755f491d4c (diff) | |
parent | e908dc0dc75c63699ffbffe9246e30420ee51f04 (diff) |
Merge pull request #17 from fgsch/1.9
Fix levels on the ngircd module
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 */ |