Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Relay Nick Changes Feature (qaisjp#72)
This relies on qaisjp#69 It allows Nick changes in IRC to be shown in Discord. This can be a source of annoyance but some people do want to see that level of info in Discord. This level of info also would be helpful in the future when I add a way for Discord to ignore IRC nicks (can see join/quit/part/nick change and build up a proper hostmask for addition to the config). Right now this piggybacks on the `show_joinquit` feature and config setting. I think we may want to either rename that config variable to something along the lines of `show_metainfo` or make the relayed stuff fully configurable like ``` irc_relay_cmds: - PRIVMSG - JOIN - QUIT - PART - NICK - CTCP_ACTION - NOTICE ``` That said if the latter is preferred I'd think using the `show_metainfo` idea as a stop-gap until the latter is implemented a good idea. I'm not sure if it is worth the trouble to implement it that granularly.
- Loading branch information