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