From: SourceForge.net <no...@so...> - 2009-03-30 17:03:31
|
Patches item #2721919, was opened at 2009-03-30 05:51 Message generated for change (Comment added) made by timriker You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302241&aid=2721919&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: Monic Polynomial (monipol) Assigned to: Nobody/Anonymous (nobody) Summary: Adding Username = ircUser when connecting to an IRC server Initial Comment: This is not a patch per se. :B I noticed that Infobot doesn't set the username when connecting to an IRC server even when ircUser is set in files/infobot.config. Adding Username => $param{'ircUser'}, to %args in src/IRC/Irc.pl line 111 fixes this. ---------------------------------------------------------------------- >Comment By: Tim Riker (timriker) Date: 2009-03-30 12:03 Message: re-opening... so you would want all the nicks to connect as the same Username? (if you were using multiple nicks) ---------------------------------------------------------------------- Comment By: Tim Riker (timriker) Date: 2009-03-30 12:01 Message: set per nick. Thanx. ---------------------------------------------------------------------- Comment By: Monic Polynomial (monipol) Date: 2009-03-30 11:39 Message: Sorry, but I don't understand what you mean in your message: implemented later on with $mynick. Does that work? ---------------------------------------------------------------------- Comment By: Monic Polynomial (monipol) Date: 2009-03-30 11:34 Message: I think they would still use different nicks but the username would be the same. The problem with not specifying Username is that Net::IRC will connect using `whoami` as username, which is something I don't really want as my Unix username differs from my nick. ---------------------------------------------------------------------- Comment By: Tim Riker (timriker) Date: 2009-03-30 11:34 Message: implemented later on with $mynick. Does that work? ---------------------------------------------------------------------- Comment By: Tim Riker (timriker) Date: 2009-03-30 10:32 Message: I run infobot attached multiple times to the same irc network as five different nicks. I think this patch will cause them all to look like the same nick on attach, correct? They should each show up as their own nick. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302241&aid=2721919&group_id=2241 |