]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_who.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / modules / m_who.c
index 311045c0e92dd0e65034c87d14b3b43dcc1a82aa..bb8825989b0e4392bfac6d822160cb9590f72c2c 100644 (file)
@@ -24,7 +24,6 @@
  *  $Id: m_who.c 3350 2007-04-02 22:03:08Z jilles $
  */
 #include "stdinc.h"
-#include "tools.h"
 #include "common.h"
 #include "client.h"
 #include "channel.h"
@@ -379,7 +378,7 @@ do_who(struct Client *source_p, struct Client *target_p, const char *chname, con
 {
        char status[5];
 
-       ircsprintf(status, "%c%s%s",
+       rb_sprintf(status, "%c%s%s",
                   target_p->user->away ? 'G' : 'H', IsOper(target_p) ? "*" : "", op_flags);
 
        sendto_one(source_p, form_str(RPL_WHOREPLY), me.name, source_p->name,