mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Merge pull request #79 from adator85/update-mod-defender
Updating response message.
This commit is contained in:
@@ -1404,7 +1404,7 @@ class Defender():
|
||||
|
||||
if client_to_release is None:
|
||||
p.send_notice(nick_from=dnickname,
|
||||
nick_to=fromuser, msg=f"This nickname doesn't exist - {str(cmd[1])}")
|
||||
nick_to=fromuser, msg=f"This nickname ({str(cmd[1])}) doesn't exist in the reputation databalse!")
|
||||
return None
|
||||
|
||||
if self.Reputation.delete(client_to_release.uid):
|
||||
|
||||
Reference in New Issue
Block a user