X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_whowas.h;h=2447024a1e9d1fa08d782a87ba7c10fd512410c6;hb=8cb20e354533fbec24aafd4e61ff6fa69b434aa2;hp=070858cc504140282a26d2c8457b041d4954ecc7;hpb=d23c030c9a8fd58807438245a004e4aa5b7288ba;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 070858cc5..2447024a1 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -45,9 +45,9 @@ namespace WhoWas */ const std::string server; - /** Full name (GECOS) + /** Real name */ - const std::string gecos; + const std::string real; /** Signon time */ @@ -203,5 +203,5 @@ class CommandWhowas : public Command * @param user The user issuing the command * @return A value from CmdResult to indicate command success or failure. */ - CmdResult Handle(const std::vector& parameters, User *user); + CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE; };