diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-21 16:19:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-21 16:19:41 +0000 |
commit | f90bbd3813bbad7c308a965cd97ff939e9e423c8 (patch) | |
tree | 2d072e81681de71cd05a1f69c5009b89ad08edc5 /src/modules/m_sajoin.cpp | |
parent | a8bfe53cd4cd2ddc85c0759f23fc0a8266e26c36 (diff) |
Don't penalize any of the SA commands
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8260 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sajoin.cpp')
-rw-r--r-- | src/modules/m_sajoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index 1627f945f..b6cf6782d 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -20,7 +20,7 @@ class cmd_sajoin : public Command { public: - cmd_sajoin (InspIRCd* Instance) : Command(Instance,"SAJOIN", 'o', 2) + cmd_sajoin (InspIRCd* Instance) : Command(Instance,"SAJOIN", 'o', 2, false, 0) { this->source = "m_sajoin.so"; syntax = "<nick> <channel>"; |