From 0b13b293bb3d2f7f77e2c925b7468c735f2363ef Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Tue, 22 Jun 2021 09:41:02 +0800 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fce6c4..29c7d0d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ZNC module to handle logins to an IdleRPG game/channel on IRC automatically ## Instructions - Can be loaded as a network module -- Compile the module with `znc-buildmod idlerpg.cpp` and copy it to your modules directory +- Compile the module with `znc-buildmod idlerpg.cpp` and copy it to your modules directory (and/or refer to https://wiki.znc.in/Compiling_modules for help) - Load the mod in each network your want it to be active via `/znc loadmod idlerpg` - Setup your IRPG account via `/znc *idlerpg set #channel irpgbotnickname username password` - That's it!