mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user