fix function name

master
an 2019-07-15 13:35:11 -04:00
parent b450643e2f
commit b4b98879bc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Mod_RoleChooser < Vrobot4::Module::Module
m.reply "Successfully removed you from the vanity role."
end
def c_listcolors m, argv
def c_listvroles m, argv
text = ""
for role in @info do
text << m.chan.real.server.role(role).name + "\n"