summaryrefslogtreecommitdiff
path: root/modules/m_who.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-03-31 14:06:08 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-03-31 14:06:08 +0000
commitd9ffa61844e2e8f8dd1790c2810039f438b8a994 (patch)
tree93327d7c07d0a6303bd6fba48ebcd24f411f4c2f /modules/m_who.c
parent797277f9afab01fa2581f1865bfe7052d9d3e36c (diff)
- Replaced all occurrences of ircsprintf with sprintf/snprintf
and killed sprintf_irc.(c|h) git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1793 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_who.c')
-rw-r--r--modules/m_who.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/m_who.c b/modules/m_who.c
index a030715..09a5495 100644
--- a/modules/m_who.c
+++ b/modules/m_who.c
@@ -33,7 +33,6 @@
#include "s_serv.h"
#include "send.h"
#include "irc_string.h"
-#include "sprintf_irc.h"
#include "conf.h"
#include "parse.h"
#include "modules.h"