X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_topic.cpp;h=b3034ba39c76441ff326a6bd38cef775dd9dd4aa;hb=4487dde76ffbdb21e7dc319b3b87d09c3cf60d8c;hp=3318972fb6b38f0e8699b6c87a83b7db1a5b30e2;hpb=694e307c09334c21aaf1a6c3f0b7b6d95440dd3e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_topic.cpp b/src/cmd_topic.cpp index 3318972fb..b3034ba39 100644 --- a/src/cmd_topic.cpp +++ b/src/cmd_topic.cpp @@ -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) {