summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/cs_info.cpp')
-rw-r--r--modules/chanserv/cs_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_info.cpp b/modules/chanserv/cs_info.cpp
index 685538284..e02660301 100644
--- a/modules/chanserv/cs_info.cpp
+++ b/modules/chanserv/cs_info.cpp
@@ -58,7 +58,7 @@ public:
if (show_all)
{
- info[_("Ban type")] = stringify(ci->bantype);
+ info[_("Ban type")] = Anope::ToString(ci->bantype);
}
FOREACH_MOD(OnChanInfo, (source, ci, info, show_all));