From fea1a27cb96a114f698eedcf90401b78406108fb Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 18:59:13 +0000 Subject: WHEEEEE!!!!! All of: Write(), WriteTo(), WriteFrom(), WriteServ() are now methods of userrec. Write_NoFormat(), WriteTo_NoFormat(), WriteFrom_NoFormat(), WriteServ_NoFormat() are now std::string-taking overloaded methods of the functions above All modules updated to use new syntax, my fingers hurt :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4798 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd_map.cpp') diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp index 9807d0d77..862325f4a 100644 --- a/src/cmd_map.cpp +++ b/src/cmd_map.cpp @@ -28,6 +28,6 @@ void cmd_map::Handle (const char** parameters, int pcnt, userrec *user) // as with /LUSERS this does nothing without a linking // module to override its behaviour and display something // better. - WriteServ(user->fd,"006 %s :%s",user->nick,Config->ServerName); - WriteServ(user->fd,"007 %s :End of /MAP",user->nick); + user->WriteServ("006 %s :%s",user->nick,Config->ServerName); + user->WriteServ("007 %s :End of /MAP",user->nick); } -- cgit v1.3.1-10-gc9f91