mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-14 07:59:31 +01:00
this is related to https://github.com/fluffle/goirc/pull/71: common irc server behaviour is to reply with an empty +
This commit is contained in:
parent
404151fe9d
commit
65539a593b
@ -105,9 +105,7 @@ func (channel *Channel) ModeString(client *Client) (str string) {
|
|||||||
str += mode.String()
|
str += mode.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(str) > 0 {
|
|
||||||
str = "+" + str
|
str = "+" + str
|
||||||
}
|
|
||||||
|
|
||||||
// args for flags with args: The order must match above to keep
|
// args for flags with args: The order must match above to keep
|
||||||
// positional arguments in place.
|
// positional arguments in place.
|
||||||
|
Loading…
Reference in New Issue
Block a user