team fork

This commit is contained in:
Ben Harris 2018-06-10 22:44:17 -04:00
parent 6e30125fb8
commit 54f26d96a8
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ obnoxious_logo = """
welcome = """>>> Welcome to Bulletin Butter & Jelly! ------------------@
| BBJ is a persistent, chronologically ordered text |
| discussion board for tilde.town. You may log in, |
| discussion board for tilde.team. You may log in, |
| register as a new user, or participate anonymously. |
|---------------------------------------------------------|
| \033[1;31mTo go anon, just press enter. Otherwise, give me a name\033[0m |
@ -225,8 +225,8 @@ default_prefs = {
"time": "%H:%M",
"frame_theme": "tilde",
"custom_divider_char": False,
"frame_title": "BBJ",
"use_custom_frame_title": False,
"frame_title": "> > T I L D E T E A M < <",
"max_text_width": 80,
"confirm_anon": True,
"edit_escapes": {
@ -1205,9 +1205,9 @@ class App(object):
urwid.ListBox(
urwid.SimpleFocusListWalker([
urwid_rainbows(
"This is BBJ, a client/server textboard made for tilde.town!",
"This is BBJ, a client/server textboard made for tilde.team!",
True),
urwid.Text(("dim", "...by ~desvox")),
urwid.Text(("dim", "...by tilde.town/~desvox")),
urwid.Divider(self.theme["divider"]),
urwid.Button("Post Formatting Help", self.formatting_help),
urwid.Divider(self.theme["divider"]),