diff options
Diffstat (limited to 'modules/m_lusers.c')
-rw-r--r-- | modules/m_lusers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/m_lusers.c b/modules/m_lusers.c index 40a7bdf..3fd23ce 100644 --- a/modules/m_lusers.c +++ b/modules/m_lusers.c @@ -81,8 +81,7 @@ ms_lusers(struct Client *client_p, struct Client *source_p, parc, parv) != HUNTED_ISME) return; - if (IsClient(source_p)) - show_lusers(source_p); + show_lusers(source_p); } static struct Message lusers_msgtab = { |