]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/away.h
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / include / modules / away.h
index f231f0a06d820bc62fe871b14d05ed0f7b1af5e6..563b599fe81888ac357f4428f3a125554fb30f2f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016-2017 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
  *
  * 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.