X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fprotocol.h;h=4d6f8f27d006a0121cc42c6fbb56f4adf1f01bb3;hb=28de37791e17a1f1f3fd431969f5b6fd393eb73f;hp=3d8f86cca879635169d060e366b9bf804984c0b8;hpb=2b39234be281afda6d23299886b2b2b8f03df2ea;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/protocol.h b/include/protocol.h index 3d8f86cca..4d6f8f27d 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -56,7 +56,7 @@ class ProtocolInterface : public Extensible * @param key The 'key' of the data, e.g. "swhois" for swhois desc on a user * @param data The string representation of the data */ - virtual void SendMetaData(void* target, int type, const std::string &key, const std::string &data) { } + virtual void SendMetaData(void* target, TargetTypeFlags type, const std::string &key, const std::string &data) { } /** Send a topic change for a channel * @param channel The channel to change the topic for.