summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2014-02-10 07:50:53 +0100
committerRobby- <robby@chat.be>2014-02-10 07:50:53 +0100
commit172325ee9757dbb0e7feb66d5c256c4c344420e9 (patch)
tree9615342038b2dee6eda19d54d8b812188a637db9 /src
parent969aacbf783287bc734d14c969dd6674bbb69252 (diff)
listchans: Fix typo: nickname -> channel
Diffstat (limited to 'src')
-rw-r--r--src/chanserv.c2
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"));
}