From 47f5e1d1b45aab62b385a92cb1972a2d1c289155 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 8 Nov 2019 12:23:43 -0500 Subject: [PATCH] im idrt --- source/modules/dtl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/modules/dtl.rb b/source/modules/dtl.rb index 6a13098..53a4a60 100644 --- a/source/modules/dtl.rb +++ b/source/modules/dtl.rb @@ -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