diff options
-rw-r--r-- | src/channel_mode.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/channel_mode.c b/src/channel_mode.c index 5ec5256..7241da8 100644 --- a/src/channel_mode.c +++ b/src/channel_mode.c @@ -969,8 +969,6 @@ chm_voice(struct Client *client_p, struct Client *source_p, if ((targ_p = find_chasing(source_p, opnick)) == NULL) return; - if (!IsClient(targ_p)) - return; if ((member = find_channel_link(targ_p, chptr)) == NULL) { @@ -1046,8 +1044,6 @@ chm_hop(struct Client *client_p, struct Client *source_p, if ((targ_p = find_chasing(source_p, opnick)) == NULL) return; - if (!IsClient(targ_p)) - return; if ((member = find_channel_link(targ_p, chptr)) == NULL) { @@ -1122,8 +1118,6 @@ chm_op(struct Client *client_p, struct Client *source_p, if ((targ_p = find_chasing(source_p, opnick)) == NULL) return; - if (!IsClient(targ_p)) - return; if ((member = find_channel_link(targ_p, chptr)) == NULL) { |