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 /sql/base/world_database.sql | |
| 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 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 7e0a4e0cc45..94079a37c6d 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -366,6 +366,7 @@ INSERT INTO `command` VALUES ('character titles',2,'Syntax: .character titles [$player_name]\r\n\r\nShow known titles list for selected player or player find by $player_name.'), ('character changefaction',2,'Syntax: .character changefaction $name\r\n\r\nChange character faction.'), ('character changerace',2,'Syntax: .character changerace $name\r\n\r\nChange character race.'), +('channel set ownership', 3, 'Syntax: .channel set ownership $channel [on/off]\n\n\Grant ownership to the first person that joins the channel.'), ('channel set public', 3, 'Syntax: .channel set public $channel $public\r\n\r\nChange password-changing ability for a channel. 1 for possible, 0 for GM only.'), ('combatstop',2,'Syntax: .combatstop [$playername]\r\nStop combat for selected character. If selected non-player then command applied to self. If $playername provided then attempt applied to online player $playername.'), ('cometome',3,'SYntax: .cometome $parameter\nMake selected creature come to your current location (new position not saved to DB).'), @@ -27744,8 +27745,8 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (5019, '[Mountable]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5020, 'Phasemask: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5021, 'Armor: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(5022, 'Channel password not changed due to channel being marked public. GM Powers required.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(5023, 'Channel: %s publicity set to: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5022, 'Granting ownership to first person that joins the channel \"%s\": Enabled.'), +(5023, 'Granting ownership to first person that joins the channel \"%s\": Disabled.'), (5024, 'Entry: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5025, 'Type: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5026, 'DisplayID: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), |
