channel indicator didn't work on default (gab) channel. fixed.

channel-indicator
cmccabe 3 years ago
parent b370312cab
commit 0295cc4e1c

2
gab

@ -81,6 +81,8 @@ def list_channels():
for x in chans:
if chan[1:] == x:
x = x + " *"
elif chan == "" and x == "gab":
x = x + " *"
print(x)
def read_file(user, path, num_lines):

Loading…
Cancel
Save