diff options
Diffstat (limited to 'modules/m_names.c')
-rw-r--r-- | modules/m_names.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/m_names.c b/modules/m_names.c index f1b9409..07cf820 100644 --- a/modules/m_names.c +++ b/modules/m_names.c @@ -143,9 +143,6 @@ m_names(struct Client *client_p, struct Client *source_p, if (!EmptyString(para)) { - while (*para == ',') - ++para; - if ((s = strchr(para, ',')) != NULL) *s = '\0'; |