forked from External/ergo
use servername instead of nickmask for RPL_UMODEIS prefix
This commit is contained in:
parent
139eefc811
commit
f2e3287f8d
1 changed files with 3 additions and 3 deletions
|
|
@ -407,7 +407,7 @@ func (server *Server) playRegistrationBurst(session *Session) {
|
|||
|
||||
modestring := c.ModeString()
|
||||
if modestring != "+" {
|
||||
session.Send(nil, d.nickMask, RPL_UMODEIS, d.nick, modestring)
|
||||
session.Send(nil, server.name, RPL_UMODEIS, d.nick, modestring)
|
||||
}
|
||||
|
||||
c.attemptAutoOper(session)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue