debian sucks

master
an 2019-02-24 06:10:08 -05:00
parent 09591b03d1
commit 5f5aede8ab
1 changed files with 9 additions and 10 deletions

View File

@ -63,16 +63,15 @@ class Mod_Base < Vrobot4::Module::Module
end end
def c_info m, argv def c_info m, argv
m.reply_b <<~_end_ m.reply_b \
chan.name: #{m.chan.name} "chan.name: #{m.chan.name}\n" +
chan.id: #{m.chan.id} "chan.id: #{m.chan.id}\n" +
user.name: #{m.user.name} "user.name: #{m.user.name}\n" +
user.id: #{m.user.id} "user.id: #{m.user.id}\n" +
user.roles: #{m.user.roles} "user.roles: #{m.user.roles}\n" +
serv.flags: #{m.serv.flags} "serv.flags: #{m.serv.flags}\n" +
serv.id: #{m.serv.id} "serv.id: #{m.serv.id}\n" +
serv.mprm: #{m.serv.mprm} "serv.mprm: #{m.serv.mprm}"
_end_
end end
def on_command m, cnam, argv def on_command m, cnam, argv