From 172325ee9757dbb0e7feb66d5c256c4c344420e9 Mon Sep 17 00:00:00 2001 From: Robby- Date: Mon, 10 Feb 2014 07:50:53 +0100 Subject: listchans: Fix typo: nickname -> channel --- src/chanserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chanserv.c b/src/chanserv.c index c07217a16..83f4502fd 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -276,7 +276,7 @@ void listchans(int count_only, const char *chan) } if (ci->flags & CI_SUSPENDED) { printf - ("This nickname is currently suspended by %s, reason: %s\n", + ("This channel is currently suspended by %s, reason: %s\n", ci->forbidby, (ci->forbidreason ? ci->forbidreason : "No reason")); } -- cgit