diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_whowas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_whowas.c b/modules/m_whowas.c index e4fbb1f..4a70b55 100644 --- a/modules/m_whowas.c +++ b/modules/m_whowas.c @@ -47,7 +47,7 @@ whowas_do(struct Client *client_p, struct Client *source_p, int max = -1; const dlink_node *ptr = NULL; - if (parc > 3 && !EmptyString(parv[3])) + if (parc > 3) if (hunt_server(client_p, source_p, ":%s WHOWAS %s %s :%s", 3, parc, parv) != HUNTED_ISME) return; |