summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-28 05:39:50 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-28 05:39:50 +0000
commit393b5ab26e952f427f40a8ed6d10acfdf6ead96c (patch)
tree2b55726d12755101991b0dad6cfed4d46c71bfb5 /include/modes.h
parent9edede4f3a594bb4dd3f028a8dc11d4a177d90fd (diff)
Marked mode +f on inspircd1.2 as minusnoarg
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2797 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index de2d761f8..269213eb0 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -296,7 +296,7 @@ class CoreExport ChannelModeKey : public ChannelModeParam
class ChannelModeFlood : public ChannelModeParam
{
public:
- ChannelModeFlood(char modeChar) : ChannelModeParam(CMODE_FLOOD, modeChar) { }
+ ChannelModeFlood(char modeChar, bool minusNoArg = false) : ChannelModeParam(CMODE_FLOOD, modeChar, minusNoArg) { }
bool IsValid(const std::string &value);
};