diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-05 23:48:03 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-05 23:48:03 +0000 |
commit | ab520c8c97e841bfee3750a426ecd8c5bbc22040 (patch) | |
tree | a4a47d42218b18772440c0db77d8089e4b80d127 | |
parent | 63cd46d0c0bdae3ee4e4bc0fde186d309add2fcf (diff) |
Yeah, this thing only uses 1 param, but requires 2? :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3104 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/modules/m_devoice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_devoice.cpp b/src/modules/m_devoice.cpp index f3df12cd8..e0ded1712 100644 --- a/src/modules/m_devoice.cpp +++ b/src/modules/m_devoice.cpp @@ -33,7 +33,7 @@ Server *Srv; class cmd_devoice : public command_t { public: - cmd_devoice () : command_t("DEVOICE", 0, 2) + cmd_devoice () : command_t("DEVOICE", 0, 1) { this->source = "m_devoice.so"; } |