diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chanserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")); } |