Various Fixes.
generified the Worldboss module; removed the spammy-section as of currently, will be readded at a later stage.
This commit is contained in:
@@ -230,7 +230,7 @@ class AccountController:
|
||||
if len(alts) < 1:
|
||||
return "No Account registered for this user."
|
||||
prefs = self.preferences.get_pref_view_small(alts[0])
|
||||
response = f"<header>{alts[0].name}'s Account</header>\n\n" \
|
||||
response = f"" \
|
||||
f" Owner: <notice>{alts[0].name}</notice> ({alts[0].char_id}) " \
|
||||
f"[{self.text.make_tellcmd('W', f'whois {alts[0].name}')}] " \
|
||||
f"[{self.text.make_tellcmd('Alts', f'alts {alts[0].name}')}] " \
|
||||
|
||||
Reference in New Issue
Block a user