diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-12-14 21:33:10 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-12-14 21:33:10 +0000 |
commit | 06e91319442da572113f80fc55d4c2a85a28189c (patch) | |
tree | 3fda3e0d1b3a43a573e973ce9b6454d3a7a5ebce /src/hook.c | |
parent | 37ca76bd11e86d4c2042d607fb662cfa025296b5 (diff) |
- stats_hooks(), show_events(): no longer sending an extra empty line
before RPL_ENDOFSTATS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2671 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/hook.c')
-rw-r--r-- | src/hook.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -212,7 +212,4 @@ stats_hooks(struct Client *source_p) RPL_STATSDEBUG, source_p->name, cb->name, lastused, cb->called, dlink_list_length(&cb->chain)); } - - sendto_one(source_p, ":%s %d %s : ", me.name, RPL_STATSDEBUG, - source_p->name); } |