mirror of
https://github.com/fr33n0w/thechatroom.git
synced 2026-04-27 19:20:32 +00:00
Update index.mu
1.4b latest mods
This commit is contained in:
parent
6cb96d7934
commit
758fcd2e42
1 changed files with 5 additions and 5 deletions
10
index.mu
10
index.mu
|
|
@ -518,14 +518,14 @@ safe_display_name = display_name.replace("`", "'")
|
|||
# User Interaction Bar (Nick & Messages )
|
||||
template += f"\n>`!` {user_icon} Nickname: `Baaa`F000`<13|username`{safe_display_name}>`b`F {message_icon} Message: `B999`<51|message`>`b"
|
||||
template += f" `[{send_icon} Send Message`:/page/index.mu`username|message]`! |`!`[{reload_icon} Reload Page`:/page/index.mu`username]`!\n"
|
||||
template += "-\n"
|
||||
|
||||
# MENUBAR
|
||||
template += f"\n`B411`Faaa` `!` {message_icon} On Screen Messages: ({DISPLAY_LIMIT}) | {totmsg_icon} `[Read Last 100`:/page/last100.mu]` | {message_icon} Total Messages: ({len(log)}) | {totmsg_icon} `[Read Full Chat Log (Slow)`:/page/fullchat.mu]`! | `!`[{setup_icon} User Settings `:/page/index.mu`username]`!`b`f\n"
|
||||
|
||||
|
||||
# USER COMMANDS MENU
|
||||
template += f"\n\n`B333`Fe0f` {cmd_icon} User Commands: /info, /help, /stats, /users, /lastseen <user>, /topic, /time, /ping, /version `b`f"
|
||||
template += f"`B111`Fe0f` User Commands: /info, /help, /stats, /users, /lastseen <user>, /topic, /time, /ping, /version `b`f\n"
|
||||
template += "-\n"
|
||||
# MENUBAR
|
||||
template += f"`B411`Faaa` `!` {message_icon} On Screen Messages: ({DISPLAY_LIMIT}) | {totmsg_icon} `[Read Last 100`:/page/last100.mu]` | {message_icon} Total Messages: ({len(log)}) | {totmsg_icon} `[Read Full Chat Log (Slow)`:/page/fullchat.mu]`! | `!`[{setup_icon} User Settings `:/page/index.mu`username]`!`b`f\n"
|
||||
|
||||
|
||||
#template += "-\n"
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue