Add !stats command to idlerpg. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c8b4861f821f06eaecad42da4e0cf19d36c239b5 | |
parent 93cd1135c1fbd034f5a9061378a01ee72a70afdf | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idler… | |
@@ -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/… | |
+ % (hacker)) | |
elif user == "-!-": | |
(hacker, text) = remain.split(" ", 1) |