diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_capab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_capab.c b/modules/m_capab.c index 39213e4..a282920 100644 --- a/modules/m_capab.c +++ b/modules/m_capab.c @@ -57,8 +57,8 @@ mr_capab(struct Client *client_p, struct Client *source_p, for (i = 1; i < parc; ++i) for (s = strtoken(&p, parv[i], " "); s; s = strtoken(&p, NULL, " ")) - if ((cap = find_capability(s))) - SetCapable(client_p, cap); + if ((cap = find_capability(s))) + SetCapable(client_p, cap); } static struct Message capab_msgtab = { |