Skip to content

Commit

Permalink
Added MOTD to interactive mode too
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Oct 14, 2020
1 parent 005d5dc commit 9f1736b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CurseBreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def start(self):
'tion.\n')
if len(self.core.config['Addons']) == 0:
self.console.print('Command [green]import[/green] might be used to detect already installed addons.\n')
self.motd_parser()
# Prompt session
while True:
try:
Expand Down

0 comments on commit 9f1736b

Please sign in to comment.