diff options
Diffstat (limited to 'modules/m_encap.c')
-rw-r--r-- | modules/m_encap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_encap.c b/modules/m_encap.c index bb312d4..7d24112 100644 --- a/modules/m_encap.c +++ b/modules/m_encap.c @@ -82,7 +82,7 @@ ms_encap(struct Client *client_p, struct Client *source_p, sendto_match_servs(source_p, parv[1], CAP_ENCAP, "ENCAP %s", buffer); - if (!match(parv[1], me.name)) + if (match(parv[1], me.name)) return; if ((mptr = find_command(parv[2])) == NULL) |