diff options
Diffstat (limited to 'modules/m_whowas.c')
-rw-r--r-- | modules/m_whowas.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/m_whowas.c b/modules/m_whowas.c index 0a0d542..5b312c3 100644 --- a/modules/m_whowas.c +++ b/modules/m_whowas.c @@ -62,8 +62,6 @@ whowas_do(struct Client *client_p, struct Client *source_p, return; nick = parv[1]; - while (*nick == ',') - nick++; if ((p = strchr(nick,',')) != NULL) *p = '\0'; if (*nick == '\0') |