Reformat legacy project
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
from yaml import dump
|
||||
|
||||
import main
|
||||
from modules import alias
|
||||
from yaml import dump
|
||||
|
||||
|
||||
class AliasCommand:
|
||||
def __init__(self, *args):
|
||||
self.alias(*args)
|
||||
|
||||
def alias(self, addr, authed, data, obj, spl, success, failure, info, incUsage, length):
|
||||
def alias(
|
||||
self, addr, authed, data, obj, spl, success, failure, info, incUsage, length
|
||||
):
|
||||
if authed:
|
||||
if length == 1:
|
||||
info(dump(main.alias))
|
||||
|
||||
Reference in New Issue
Block a user