1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 15:16:38 +02:00

Old botserv flags need BS_ prepended to them

This commit is contained in:
Adam
2013-01-27 10:50:55 -05:00
parent 5ae100fea2
commit 98ccbe2b06
+1 -1
View File
@@ -493,7 +493,7 @@ Serializable* ChannelInfo::Unserialize(Serializable *obj, Serialize::Data &data)
ci->ExtendMetadata(tok);
spacesepstream sep2(sbotflags);
while (sep2.GetToken(tok))
ci->ExtendMetadata(tok);
ci->ExtendMetadata("BS_" + tok);
/* End compat */
return ci;