diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-01 17:22:54 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-01 17:22:54 +0000 |
commit | 62d98b1aa43bd45ee3fcbc3475025fcc717e193e (patch) | |
tree | d86139f69e86424108b67fd4fd925ecec7d45df0 /modules/m_info.c | |
parent | 8d15178d62ea6028c51ee39f0e810865423cd73c (diff) |
- white-space changes / style cleanups
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3080 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_info.c')
-rw-r--r-- | modules/m_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_info.c b/modules/m_info.c index dc97312..def6703 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -712,7 +712,7 @@ m_info(struct Client *client_p, struct Client *source_p, last_used = CurrentTime; if (!ConfigServerHide.disable_remote_commands) - if (hunt_server(client_p,source_p, ":%s INFO :%s", 1, + if (hunt_server(client_p, source_p, ":%s INFO :%s", 1, parc, parv) != HUNTED_ISME) return 0; |