Compress MRC help text
This commit is contained in:
parent
a97c5bbe82
commit
5d73a224be
11
core/mrc.js
11
core/mrc.js
|
@ -49,17 +49,14 @@ var MciViewIds = {
|
||||||
// TODO: this is a bit shit, could maybe do it with an ansi instead
|
// TODO: this is a bit shit, could maybe do it with an ansi instead
|
||||||
const helpText = `
|
const helpText = `
|
||||||
General Chat:
|
General Chat:
|
||||||
/rooms - List of current rooms
|
/rooms & /join <ro - List all or join a room
|
||||||
/join <room> - Join a room
|
|
||||||
/pm <user> <message> - Send a private message
|
/pm <user> <message> - Send a private message
|
||||||
/clear - Clear the chat log
|
|
||||||
----
|
----
|
||||||
/whoon - Who's on what BBS
|
/whoon - Who's on what BBS
|
||||||
/chatters - Who's in what room
|
/chatters - Who's in what room
|
||||||
/topic <message> - Set the topic
|
/topic <message> - Set the room topic
|
||||||
/meetups - MRC MeetUps
|
/bbses & /info <id> - Info about BBS's connected
|
||||||
/bbses - BBS's connected
|
/meetups - Info about MRC MeetUps
|
||||||
/info <id> - Info about specific BBS
|
|
||||||
---
|
---
|
||||||
/l33t <your message> - l337 5p34k
|
/l33t <your message> - l337 5p34k
|
||||||
/kewl <your message> - BBS KeWL SPeaK
|
/kewl <your message> - BBS KeWL SPeaK
|
||||||
|
|
Loading…
Reference in New Issue