mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-25 09:14:47 -07:00
RPL_ENDOFNAMES should come from server
This commit is contained in:
@@ -218,7 +218,7 @@ func RplNamReply(channel *Channel, names []string) *NumericReply {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func RplEndOfNames(channel *Channel) Reply {
|
func RplEndOfNames(channel *Channel) Reply {
|
||||||
return NewNumericReply(channel, RPL_ENDOFNAMES,
|
return NewNumericReply(channel.server, RPL_ENDOFNAMES,
|
||||||
"%s :End of NAMES list", channel.name)
|
"%s :End of NAMES list", channel.name)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user