master
an 2019-11-08 12:23:43 -05:00
parent 3f0c9d186a
commit 47f5e1d1b4
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ class Mod_DTL < Vrobot4::Module::Module
def c_listnotify m, argv
text = ""
for role in @group_ids do
text << m.chan.real.server.role(role).name + ?\n
for ids in @group_ids do
text << m.chan.real.server.role(ids[:not]).name + ?\n
end
m.reply text
end