X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmessage.h;h=1624a1de42df747410247dc162bd08e690bfec87;hb=850b7a3ace862101a944a9332d72b6bd597c17cc;hp=7a968d86689dc96bb1d6cd2dcd5fb765c7336a48;hpb=77730fd5f09f8fc193205654c8bba84d34365670;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/message.h b/include/message.h index 7a968d866..1624a1de4 100644 --- a/include/message.h +++ b/include/message.h @@ -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.