diff --git a/commands.py b/commands.py index 4e70196..4553de3 100644 --- a/commands.py +++ b/commands.py @@ -153,8 +153,12 @@ class Command: self.notice( f"\x01FINGER {self.config.self.nick} version {self.getversion()} ({self.config.self.source})\x01" ) + elif ctcp.startswith("USERINFO"): + self.notice( + "\x01USERINFO crude IRC bot, originally made by jan6, as bot6 (https://tildegit.org/jan6/bot6)\x01" + ) elif ctcp.startswith("CLIENTINFO"): - self.notice("\x01CLIENTINFO PING SOURCE FINGER VERSION\x01") + self.notice("\x01CLIENTINFO USERINFO PING SOURCE FINGER VERSION\x01") @adm def quit(self, prefix, cmd, pm, line, admin, mesg):