root/trunk/sql/updates/0.7/3784_command.sql
@
2
Revision 2, 343 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | DELETE FROM `command` WHERE `name` = 'notify'; |
2 | INSERT INTO `command` VALUES('notify',1,'Syntax: .notify $MessageToBroadcast\r\n\r\nSend a global message to all players online in screen.'); |
3 | UPDATE `command` SET help='Syntax: .announce $MessageToBroadcast\r\n\r\nSend a global message to all players online in chat log.' WHERE name='announce'; |
4 |
Note: See TracBrowser
for help on using the browser.