mirror of
https://github.com/anope/anope.git
synced 2026-07-07 15:23:13 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
@@ -201,7 +201,7 @@ class NSSetMisc : public Module
|
||||
for (int i = 0; i < conf->CountBlock("command"); ++i)
|
||||
{
|
||||
Configuration::Block *block = conf->GetBlock("command", i);
|
||||
|
||||
|
||||
const Anope::string &cmd = block->Get<const Anope::string>("command");
|
||||
|
||||
if (cmd != "nickserv/set/misc" && cmd != "nickserv/saset/misc")
|
||||
|
||||
Reference in New Issue
Block a user