mirror of
https://github.com/anope/anope.git
synced 2026-07-09 19:43:14 +02:00
Added !K trigger to kick people and updated Changes
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2705 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+3
-2
@@ -18,7 +18,7 @@
|
||||
class CommandCSKick : public Command
|
||||
{
|
||||
public:
|
||||
CommandCSKick() : Command("KICK", 2, 3)
|
||||
CommandCSKick(const std::string& cname) : Command(cname, 2, 3)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -100,7 +100,8 @@ class CSKick : public Module
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion("$Id$");
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(CHANSERV, new CommandCSKick());
|
||||
this->AddCommand(CHANSERV, new CommandCSKick("KICK"));
|
||||
this->AddCommand(CHANSERV, new CommandCSKick("K"));
|
||||
|
||||
ModuleManager::Attach(I_OnChanServHelp, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user