Add !stats command to idlerpg. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit c8b4861f821f06eaecad42da4e0cf19d36c239b5
DIR parent 93cd1135c1fbd034f5a9061378a01ee72a70afdf
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Thu, 12 Oct 2023 13:50:58 +0200
Add !stats command to idlerpg.
Diffstat:
M modules/idlerpg/idlerpg-channel-se… | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idlerpg-channel-service.py
@@ -373,6 +373,9 @@ def main(args):
calamity(hackers, cmdargs[0])
else:
calamity(hackers, random.choice(list(hackers.keys())))
+ elif cmd == "!stats":
+ say(chaninpath, "%s, try gophers://bitreich.org/1/irc/idlerpg" \
+ % (hacker))
elif user == "-!-":
(hacker, text) = remain.split(" ", 1)