summaryrefslogtreecommitdiff
path: root/modules/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help.cpp')
-rw-r--r--modules/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.cpp b/modules/help.cpp
index 66c22a589..8b8542fdf 100644
--- a/modules/help.cpp
+++ b/modules/help.cpp
@@ -173,7 +173,7 @@ public:
break;
}
- if (helped == false)
+ if (!helped)
source.Reply(_("No help available for \002%s\002."), params[0].c_str());
}