diff options
Diffstat (limited to 'src/cmd_pong.cpp')
-rw-r--r-- | src/cmd_pong.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp index dab4de720..aca317078 100644 --- a/src/cmd_pong.cpp +++ b/src/cmd_pong.cpp @@ -19,7 +19,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance) return new cmd_pong(Instance); } -CmdResult cmd_pong::Handle (const char** parameters, int pcnt, userrec *user) +CmdResult cmd_pong::Handle (const char** parameters, int pcnt, User *user) { // set the user as alive so they survive to next ping user->lastping = 1; |