/ann to players in channels only #14
Labels
No labels
bug
duplicate
enhancement
help wanted
in progress...
information
invalid
not enough info
priority high
priority low
priority normal
question
request
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Techwizz/pvpgn-server#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Many players complain that they get spammed with announcements while they're playing a game.
I think, this is not bad. Announce should be public for all connected users.
It will be better to make a new command
/msgbox text
to send a message box to all users in channels only, including red announce message (who closed the message or wants read it again).I will add feature to send announce in channels as a function in Lua example scripts.
Btw, if admins abuse with announce then it is access rights issue.
#15
Now it is easy to override existing commands in a Lua script. To do this, create a new function with
return 1
and add it into the tablelua_command_table
inhandle_command.lua
.I will add this code as an example in documentation on a new site.