Tiny grammar tweaks

This commit is contained in:
Cerebulon
2023-01-29 00:14:08 +00:00
parent db2e4847ed
commit 2a64424caa
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -62,7 +62,7 @@
if(href_list["irc_msg"])
if(!holder && received_irc_pm < world.time - 6000) //Worse they can do is spam IRC for 10 minutes
to_chat(usr, "<span class='warning'>You are no longer able to use this, it's been more then 10 minutes since an admin on IRC has responded to you</span>")
to_chat(usr, "<span class='warning'>You are no longer able to use this, it's been more than 10 minutes since an admin on IRC has responded to you</span>")
return
if(mute_irc)
to_chat(usr, "<span class='warning'You cannot use this as your client has been muted from sending messages to the admins on IRC</span>")
@@ -489,4 +489,4 @@
//Went fine
else
ip_reputation = score
return TRUE
return TRUE