Merge pull request #382 from Aurorastation/development

Hotfix, 18FEB2015
This commit is contained in:
skull132
2015-02-18 22:18:52 +02:00
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ world/IsBanned(key,address,computer_id)
var/desc = "\nReason: You, or another user of this computer or connection ([pckey]) is banned from playing here. The ban reason is:\n[reason]\nThis ban was applied by [ackey] on [bantime], [expires]"
log_access("Failed Login: [key] [computer_id] [address] - Banned [.["reason"]]")
message_admins("\blue Failed Login: [key] id:[computer_id] ip:[address] - Banned [.["reason"]]")
log_access("Failed Login: [key] [computer_id] [address] - Banned [reason]")
message_admins("\blue Failed Login: [key] id:[computer_id] ip:[address] - Banned [reason]")
return list("reason"="[bantype]", "desc"="[desc]")
+1 -1
View File
@@ -59,7 +59,7 @@
set name = "Dosay"
set hidden = 1
if(!check_rights(R_DUTYOFF)) return
if(!check_rights(R_ADMIN|R_DUTYOFF)) return
msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN)
if(!msg) return
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB