mirror of
https://github.com/anope/anope.git
synced 2026-06-30 01:36:38 +02:00
Simplify several boolean expressions.
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
if (helped == false)
|
||||
if (!helped)
|
||||
source.Reply(_("No help available for \002%s\002."), params[0].c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user