summaryrefslogtreecommitdiff
path: root/src/core/cs_invite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_invite.c')
-rw-r--r--src/core/cs_invite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/cs_invite.c b/src/core/cs_invite.c
index 986d1d815..ee4869b1b 100644
--- a/src/core/cs_invite.c
+++ b/src/core/cs_invite.c
@@ -65,6 +65,7 @@ class CommandCSInvite : public Command
}
ircdproto->SendInvite(whosends(ci), chan, u->nick);
+ // XXX: maybe send a message about it succeeding.
return MOD_CONT;
}