mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
spellecheck: existence not existance (#87862)
## About The Pull Request existance doesnt exist so i changed it to existence ## Why It's Good For The Game existance dosent exist ## Changelog 🆑 spellcheck: spellecheck: existence not existance /🆑
This commit is contained in:
@@ -128,7 +128,7 @@ ADMIN_VERB(access_news_network, R_ADMIN, "Access Newscaster Network", "Allows yo
|
||||
data["channelLocked"] = current_channel.locked
|
||||
data["channelCensored"] = current_channel.censored
|
||||
|
||||
//We send all the information about all channels and all messages in existance.
|
||||
//We send all the information about all channels and all messages in existence.
|
||||
data["channels"] = channel_list
|
||||
data["messages"] = message_list
|
||||
data["wanted"] = wanted_info
|
||||
|
||||
@@ -502,7 +502,7 @@ ADMIN_VERB(cmd_admin_pm_panel, R_NONE, "Admin PM", "Show a list of clients to PM
|
||||
|
||||
return TRUE
|
||||
|
||||
/// Notifies all admins about the existance of an admin pm, then logs the pm
|
||||
/// Notifies all admins about the existence of an admin pm, then logs the pm
|
||||
/// message_target here can be either [EXTERNAL_PM_USER], indicating that this message is intended for some external chat channel
|
||||
/// or a /client, in which case we send in the standard form
|
||||
/// log_message is the raw message to send, it will be filtered and treated to ensure we do not break any text handling
|
||||
|
||||
Reference in New Issue
Block a user