diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-21 17:26:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-21 17:26:46 +0000 |
commit | 1afe64600c5affe07bc51cb0be4cc9f2229247da (patch) | |
tree | 516e9aebf06caa9984c5e620b35c483cd7523a85 /src | |
parent | 1106ed5571cc086978ab2c024aadd81aaa7b4031 (diff) |
Set penalties (documentation page listing these to come)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8262 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd_whowas.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd_whowas.cpp b/src/cmd_whowas.cpp index de13d5b26..447beba89 100644 --- a/src/cmd_whowas.cpp +++ b/src/cmd_whowas.cpp @@ -21,8 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance) return new cmd_whowas(Instance); } -cmd_whowas::cmd_whowas(InspIRCd* Instance) -: Command(Instance, "WHOWAS", 0, 1) +cmd_whowas::cmd_whowas(InspIRCd* Instance) : Command(Instance, "WHOWAS", 0, 1, false, 2) { syntax = "<nick>{,<nick>}"; timer = new WhoWasMaintainTimer(Instance, 3600); |