]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_topic.cpp
Remove next_call garbage.. It didn't really do much more than obfuscate things. InspI...
[user/henk/code/inspircd.git] / src / cmd_topic.cpp
index 3318972fb6b38f0e8699b6c87a83b7db1a5b30e2..b3034ba39c76441ff326a6bd38cef775dd9dd4aa 100644 (file)
@@ -20,9 +20,9 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new cmd_topic(Instance);
 }
 
-CmdResult cmd_topic::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_topic::Handle (const char** parameters, int pcnt, User *user)
 {
-       chanrec* Ptr;
+       Channel* Ptr;
 
        if (pcnt == 1)
        {