]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_lusers.cpp
and now aquanight, you can compile from m_m*
[user/henk/code/inspircd.git] / src / commands / cmd_lusers.cpp
index 313e2d2b5440f451ce7f0f91fb6ab4830bf11835..11f34d8d74c4597b2769baf0b09a679a48f497cc 100644 (file)
@@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
 
 /** Handle /LUSERS
  */
-CmdResult CommandLusers::Handle (const char* const*, int, User *user)
+CmdResult CommandLusers::Handle (const std::vector<std::string>&, User *user)
 {
        // this lusers command shows one server at all times because
        // a protocol module must override it to show those stats.