-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
door_irc: Fix sender prefix regression for relay.
A previous change refactored and cleaned up the code but also made it so that a NULL sender was passed in for many cases, preventing us from including the sender as part of the relayed message. Additionally, the existing logic does not work properly, so the relayed messages now included the sender as part of the message, rather than trying to use it as the prefix, which won't work (have any effect) towards remote IRC networks.
- Loading branch information
1 parent
cb37588
commit b4256c9
Showing
1 changed file
with
39 additions
and
21 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