diff options
Diffstat (limited to 'src/cmd_qline.cpp')
-rw-r--r-- | src/cmd_qline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_qline.cpp b/src/cmd_qline.cpp index 1d4f8d089..4f843cb5e 100644 --- a/src/cmd_qline.cpp +++ b/src/cmd_qline.cpp @@ -22,7 +22,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance) return new cmd_qline(Instance); } -CmdResult cmd_qline::Handle (const char** parameters, int pcnt, userrec *user) +CmdResult cmd_qline::Handle (const char** parameters, int pcnt, User *user) { if (pcnt >= 3) { |