This commit is contained in:
Daniel Schmitz 2021-06-22 09:41:02 +08:00
parent b62d59c524
commit 0b13b293bb

View file

@ -3,7 +3,7 @@ ZNC module to handle logins to an IdleRPG game/channel on IRC automatically
## Instructions ## Instructions
- Can be loaded as a network module - 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` - 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` - Setup your IRPG account via `/znc *idlerpg set #channel irpgbotnickname username password`
- That's it! - That's it!