Log admin commands to audit.log as well

This commit is contained in:
nyuszika7h 2015-06-14 17:45:46 +02:00
parent f8cc2aef1d
commit 1591655c68

View File

@ -6,7 +6,7 @@ from oyoyo.parse import parse_nick
from src import settings as var
from src import logger
adminlog = logger(None)
adminlog = logger("audit.log")
COMMANDS = defaultdict(list)
HOOKS = defaultdict(list)