mirror of
https://github.com/anope/anope.git
synced 2026-07-08 11:23:13 +02:00
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
This commit is contained in:
@@ -134,7 +134,7 @@ class CommandCSSetBanType : public Command
|
||||
public:
|
||||
CommandCSSetBanType(Module *creator, const Anope::string &cname = "chanserv/set/bantype") : Command(creator, cname, 2, 2)
|
||||
{
|
||||
this->SetDesc(_("Set how Services make bans on the channel"));
|
||||
this->SetDesc(_("Set how services make bans on the channel"));
|
||||
this->SetSyntax(_("\037channel\037 \037bantype\037"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user