mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Maxpara on these was 3, should be 2
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11123 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
27e0df3719
commit
f14271bdb8
@ -20,7 +20,7 @@
|
|||||||
class CommandSapart : public Command
|
class CommandSapart : public Command
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CommandSapart (InspIRCd* Instance) : Command(Instance,"SAPART", "o", 2, 3, false, 0)
|
CommandSapart (InspIRCd* Instance) : Command(Instance,"SAPART", "o", 2, 2, false, 0)
|
||||||
{
|
{
|
||||||
this->source = "m_sapart.so";
|
this->source = "m_sapart.so";
|
||||||
syntax = "<nick> <channel> [reason]";
|
syntax = "<nick> <channel> [reason]";
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
class CommandSaquit : public Command
|
class CommandSaquit : public Command
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CommandSaquit (InspIRCd* Instance) : Command(Instance, "SAQUIT", "o", 2, 3, false, 0)
|
CommandSaquit (InspIRCd* Instance) : Command(Instance, "SAQUIT", "o", 2, 2, false, 0)
|
||||||
{
|
{
|
||||||
this->source = "m_saquit.so";
|
this->source = "m_saquit.so";
|
||||||
syntax = "<nick> <reason>";
|
syntax = "<nick> <reason>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user