X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Faway.h;h=563b599fe81888ac357f4428f3a125554fb30f2f;hb=c05f81cac83e80c7727594e3929e0709eccca689;hp=f231f0a06d820bc62fe871b14d05ed0f7b1af5e6;hpb=b2ac8cc0a6405946a388b80df3be21bc276a61f3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/away.h b/include/modules/away.h index f231f0a06..563b599fe 100644 --- a/include/modules/away.h +++ b/include/modules/away.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016-2017 Peter Powell + * Copyright (C) 2018 Sadie Powell * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -51,7 +51,6 @@ class Away::EventListener /** Called when a user wishes to mark themselves as back. * @param user The user who is going away. - * @param message The away message that the user set. * @return Either MOD_RES_ALLOW to allow the user to mark themself as back, MOD_RES_DENY to * disallow the user to mark themself as back, or MOD_RES_PASSTHRU to let another module * handle the event.