diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regchannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 38fe73ff9..ab9caf27d 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -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; |