diff options
| author | click <none@none> | 2010-12-02 03:54:52 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-12-02 03:54:52 +0100 |
| commit | bc098658c6a6b1611ff881dd21ab113540d37935 (patch) | |
| tree | 36d75973a8e61d78df426d7d1178184a736d9c96 /src/server/game/Chat/Chat.cpp | |
| parent | 0c44bd33ee7b42c924859139a9f4b04cf2b91261 (diff) | |
Core/Chat: Configure automatic owner declaration for custom chat channels (patch by leak)
Closes issue 4974.
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Chat/Chat.cpp')
| -rwxr-xr-x | src/server/game/Chat/Chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp index bc6d1f1dbdc..472ae27b735 100755 --- a/src/server/game/Chat/Chat.cpp +++ b/src/server/game/Chat/Chat.cpp @@ -150,8 +150,8 @@ ChatCommand * ChatHandler::getCommandTable() static ChatCommand channelSetCommandTable[] = { - { "public", SEC_ADMINISTRATOR, true, OldHandler<&ChatHandler::HandleChannelSetPublic>, "", NULL }, - { NULL, 0, false, NULL, "", NULL } + { "ownership", SEC_ADMINISTRATOR, false, OldHandler<&ChatHandler::HandleChannelSetOwnership>, "", NULL }, + { NULL, 0, false, NULL, "", NULL } }; static ChatCommand channelCommandTable[] = |
