diff --git a/extensions/cap_realhost.c b/extensions/cap_realhost.c index 46de2532..b7ee9f42 100644 --- a/extensions/cap_realhost.c +++ b/extensions/cap_realhost.c @@ -76,12 +76,7 @@ cap_realhost_outbound_msgbuf(void *data_) } if (!EmptyString(data->client->orighost)) - { - if (IsDynSpoof(data->client)) - msgbuf_append_tag(msgbuf, "solanum.chat/realhost", data->client->orighost, CLICAP_OPER_REALHOST); - else - msgbuf_append_tag(msgbuf, "solanum.chat/realhost", data->client->orighost, CLICAP_REALHOST); - } + msgbuf_append_tag(msgbuf, "solanum.chat/realhost", data->client->orighost, CLICAP_OPER_REALHOST); } static inline void