summaryrefslogtreecommitdiff
path: root/src/channel_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel_mode.c')
-rw-r--r--src/channel_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel_mode.c b/src/channel_mode.c
index 4751ec4..5607df2 100644
--- a/src/channel_mode.c
+++ b/src/channel_mode.c
@@ -302,7 +302,7 @@ del_id(struct Channel *chptr, char *banid, int type)
list = &chptr->invexlist;
break;
default:
- sendto_realops_flags(UMODE_ALL, L_ALL,
+ sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
"del_id() called with unknown ban type %d!", type);
return 0;
}