mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 05:06:16 +01:00
Merge pull request #382 from Aurorastation/development
Hotfix, 18FEB2015
This commit is contained in:
@@ -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]")
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user