From ab520c8c97e841bfee3750a426ecd8c5bbc22040 Mon Sep 17 00:00:00 2001 From: frostycoolslug Date: Sun, 5 Feb 2006 23:48:03 +0000 Subject: 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 --- src/modules/m_devoice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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"; } -- cgit v1.2.3