]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/message.h
Add an event provider class for the event/messagetag event.
[user/henk/code/inspircd.git] / include / message.h
index 7a968d86689dc96bb1d6cd2dcd5fb765c7336a48..9881fe3c923bda29a7a4d01c7b58d6374d84f931 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2017 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2017 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
@@ -63,7 +63,7 @@ class CoreExport MessageDetails
         * @param body The location to store the parsed CTCP body.
         */
        virtual bool IsCTCP(std::string& name, std::string& body) const = 0;
-       
+
        /** Determines whether the specified message is a CTCP. If the specified message
         * is a CTCP then the CTCP name is extracted and stored in the name reference.
         * @param name The location to store the parsed CTCP name.