diff options
author | Robby- <robby@chat.be> | 2014-02-10 07:50:53 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-02-10 07:50:53 +0100 |
commit | 172325ee9757dbb0e7feb66d5c256c4c344420e9 (patch) | |
tree | 9615342038b2dee6eda19d54d8b812188a637db9 | |
parent | 969aacbf783287bc734d14c969dd6674bbb69252 (diff) |
listchans: Fix typo: nickname -> channel
-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")); } |