]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_user/cmd_nick.cpp
Merge branch 'insp20' into master.
[user/henk/code/inspircd.git] / src / coremods / core_user / cmd_nick.cpp
index 80bfbe674fe083c5d3aa19bd382bdf9eff8a59cd..670931f7aacf8379de0b235ec0f478f90c16a0fa 100644 (file)
@@ -36,7 +36,7 @@ CommandNick::CommandNick(Module* parent)
  * for the client introduction code in here, youre in the wrong place.
  * You need to look in the spanningtree module for this!
  */
-CmdResult CommandNick::HandleLocal(const std::vector<std::string>& parameters, LocalUser* user)
+CmdResult CommandNick::HandleLocal(LocalUser* user, const Params& parameters)
 {
        std::string oldnick = user->nick;
        std::string newnick = parameters[0];