mirror of
https://github.com/anope/anope.git
synced 2026-07-10 13:43:14 +02:00
Update for the 1205 channel METADATA syntax.
This commit is contained in:
@@ -1776,7 +1776,7 @@ class ProtoInspIRCd3 : public Module
|
||||
|
||||
void SendChannelMetadata(Channel *c, const Anope::string &metadataname, const Anope::string &value)
|
||||
{
|
||||
UplinkSocket::Message(Me) << "METADATA " << c->name << " " << metadataname << " :" << value;
|
||||
UplinkSocket::Message(Me) << "METADATA " << c->name << " " << c->creation_time << " " << metadataname << " :" << value;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user