]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_privmsg.cpp
Move some stuff around so the last penalty line doesnt get held erroneously until...
[user/henk/code/inspircd.git] / src / cmd_privmsg.cpp
index 2c54a770a81b1ff39f7b2473d07156aa2447a7cf..fddf810d2846ba01ffe2e74b358aa3f570672385 100644 (file)
@@ -20,10 +20,10 @@ extern "C" DllExport  Command* init_command(InspIRCd* Instance)
        return new cmd_privmsg(Instance);
 }
 
-CmdResult cmd_privmsg::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_privmsg::Handle (const char** parameters, int pcnt, User *user)
 {
-       userrec *dest;
-       chanrec *chan;
+       User *dest;
+       Channel *chan;
        CUList except_list;
 
        user->idle_lastmsg = ServerInstance->Time();