summaryrefslogtreecommitdiff
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index 2943351..93d9260 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -754,7 +754,7 @@ can_send(struct Channel *chptr, struct Client *source_p,
if ((chptr->mode.mode & MODE_REGONLY) && !HasUMode(source_p, UMODE_REGISTERED))
return ERR_NEEDREGGEDNICK;
- /* cache can send if quiet_on_ban and banned */
+ /* cache can send if banned */
if (MyClient(source_p))
{
if (ms)