forked from RITlug/teleirc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🆕 🎛️ irc: Clean up config options (fixes RITlug#113)
This commit reworks the IRC-side configuration options to support new parameters and configuration options: * **IRC_BOT_NAME**: IRC bot nick. Already existed, but now better documentation alongside other confusingly-named variables. * **IRC_BOT_REALNAME**: `REALNAME` field support. Allows freeform text. Added bot advertisement as a default option if left unset. * **IRC_BOT_IDENT**: Seldom used, but occasionally useful ident field. Overridden if NickServ credentials provided. * **IRC_NICKSERV_USER**: Explicitly set a NickServ username for a bot. Previously used the `IRC_BOT_NAME`, but those are not always identical in all situations. This commit also reworks the `env.example` file to better organize all IRC options, in addition to adding the new ones. I also expanded and reworked the config file glossary in the docs. This Pull Request does not implement tests, but I would like to ask to follow up on this in a subsequent Pull Request, preferably during the upcoming testing sprint. Fixes RITlug#113. cc: @alcir Signed-off-by: Justin W. Flory (he/him) <[email protected]>
- Loading branch information
Showing
4 changed files
with
116 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters