[Telnet] Add guildsay to console commands and Guild Channel to QueueMessage. (#2263)

* [Telnet] Add guildsay to console commands and Guild Channel to QueueMessage.
- Will allow you to send guild-specific messages from things like Discord EQ.
- Add Guild support in `EQ::Net::ConsoleServerConnection::SendChannelMessage` so guild ID can be parsed out.

* Fix auction ChannelMessage by adding to condition.

* Update console.cpp

* Update console.cpp
This commit is contained in:
Kinglykrab
2022-07-02 22:51:03 -04:00
committed by GitHub
parent 2c0716f654
commit d107226ced
3 changed files with 61 additions and 27 deletions
+1
View File
@@ -527,6 +527,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
}
} else {
if (
scm->chan_num == ChatChannel_Auction ||
scm->chan_num == ChatChannel_OOC ||
scm->chan_num == ChatChannel_Broadcast ||
scm->chan_num == ChatChannel_GMSAY