diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-12 15:36:19 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-12 15:36:19 +0000 |
commit | 5663d2d5b20d46e3f8008280088da38b0df0aa9a (patch) | |
tree | aad71b7c228542843dc23dda8e6f47ccbd54266b /modules | |
parent | 10c7bbe86458991c5bf084d6d47cc6dd767fa6b7 (diff) |
- Whitespace commit
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2016 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_whois.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_whois.c b/modules/m_whois.c index d0b73ff..a1e736c 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -178,7 +178,7 @@ do_whois(struct Client *source_p, int parc, char *parv[]) if ((target_p = hash_find_client(nick)) && IsClient(target_p)) whois_person(source_p, target_p); - else if (!IsDigit(*nick)) + else if (!IsDigit(*nick)) sendto_one(source_p, form_str(ERR_NOSUCHNICK), me.name, source_p->name, nick); |