This commit is contained in:
adator
2024-10-13 22:21:01 +02:00
parent 9bfe5925f8
commit f7c80d190e
5 changed files with 12 additions and 5 deletions

View File

@@ -150,6 +150,7 @@ class Command():
try:
message = ' '.join(cmd[3:])
self.Irc.send2socket(f":{dnickname} NOTICE {self.user_to_notice} :[{red}ERROR MSG{nogc}] {message}")
self.Base.logs.error(f"{cmd[1]} - {message}")
except KeyError as ke:
self.Base.logs.error(ke)
except Exception as err: