fixed sus typo

master
zmv7 2022-08-26 03:41:35 +05:00 committed by GitHub
parent 9a71740c67
commit ddba1e1c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ core.register_privilege("ranks","Allow manage ranks")
core.register_on_chat_message(function(name,message)
local rank,color = ranks.get_rank(name)
if rank and color and core.check_player_privs(name, {shout = true}) then
--[[ Uncomment this section if messages noy sending to irc chan
--[[ Uncomment this section if messages not sending to irc chan
if core.get_modpath("irc") then
irc.say("<"..name.."> "..core.strip_colors(message))
end