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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user