diff --git a/src/channel.c b/src/channel.c index 30f5583b..308bd32a 100644 --- a/src/channel.c +++ b/src/channel.c @@ -850,6 +850,8 @@ can_send(struct Channel *chptr, struct Client *source_p, struct membership *mspt moduledata.approved = CAN_SEND_NO; else moduledata.approved = CAN_SEND_NONOP; + + return moduledata.approved; } }