core/rostermanager.lua

changeset 267
6303b7454ad0
parent 193
13ac34255c37
child 268
fd0607c8f179
equal deleted inserted replaced
260:182f0c895676 267:6303b7454ad0
232 end 232 end
233 if item then 233 if item then
234 if item.subscription == "from" then 234 if item.subscription == "from" then
235 item.subscription = "none"; 235 item.subscription = "none";
236 changed = true; 236 changed = true;
237 elseif item.subscription == both then 237 elseif item.subscription == "both" then
238 item.subscription = "to"; 238 item.subscription = "to";
239 changed = true; 239 changed = true;
240 end 240 end
241 end 241 end
242 if changed then 242 if changed then

mercurial