Add debug idlerpg instructions for ROGBYTE. - annna - Annna the nice friendly b… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c7f132330878c425e18f8d0fb087663e1dde9a3f | |
parent 0ed6c8f1961744fb9842de6145cbff3cfd89f6a5 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 29 Aug 2023 20:51:11 +0200 | |
Add debug idlerpg instructions for ROGBYTE. | |
Diffstat: | |
A modules/idlerpg/debug-idlerpg.md | 16 ++++++++++++++++ | |
1 file changed, 16 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/modules/idlerpg/debug-idlerpg.md b/modules/idlerpg/debug-idlerpg.md | |
@@ -0,0 +1,16 @@ | |
+# How to Debug IdleRPG. | |
+ | |
+If you want to debug idlerpg-service-handler on your own computer, you will | |
+need ii(1) for connecting to some IRC server. | |
+ | |
+Then check out annna: | |
+ | |
+ git://bitreich.org/annna | |
+ | |
+Then see the run-idlerpg-standalone.sh script for arguments. It should be | |
+run inside of the idlerpg module of annna. The first argument is the IRC | |
+nickname of your bot, the second the module path (pwd) and then the directory | |
+of ii(1), the server there inside and the channel name. | |
+ | |
+Happy debuggin! | |
+ |