Opened 14 years ago
Closed 14 years ago
#63 closed defect (fixed)
Fix NickServ SWHOIS on automatic login based on hostmask
Reported by: | ajanata | Owned by: | ajanata |
---|---|---|---|
Priority: | major | Milestone: | August 2010 |
Component: | IRC Services (ChanServ, NickServ, StreamServ) | Keywords: | nickserv |
Cc: |
Description
It sets SWHOIS to "$nick is logged in as $nick", where it should do "$nick is logged in as $accountname" instead.
Change History (2)
comment:1 Changed 14 years ago by ajanata
- Keywords nickserv added
- Status changed from new to accepted
comment:2 Changed 14 years ago by ajanata
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
(In [477]) NickServ? properly sets "is logged in as" to the name of the account, not the user's nick, when logging in with a known host. Fixes #63.