summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-25 00:07:20 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-25 00:07:20 +0000
commite0b9de7c07a1121d3b45fd17552ce8788cdb2db9 (patch)
tree7e3b2679448ad90f59420a69c849941d81550b1a /modules
parentd26746b23a0ea41476dcd8d33a6f14a415180cdc (diff)
- m_help.c: whitespace changes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3027 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r--modules/m_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_help.c b/modules/m_help.c
index ba7fbc4..ae31ce4 100644
--- a/modules/m_help.c
+++ b/modules/m_help.c
@@ -136,7 +136,7 @@ m_help(struct Client *client_p, struct Client *source_p,
if ((last_used + ConfigFileEntry.pace_wait_simple) > CurrentTime)
{
/* safe enough to give this on a local connect only */
- sendto_one(source_p,form_str(RPL_LOAD2HI),
+ sendto_one(source_p, form_str(RPL_LOAD2HI),
me.name, source_p->name);
return 0;
}