mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 23:33:31 -07: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:
+1
-3
@@ -105,9 +105,7 @@ func (channel *Channel) ModeString(client *Client) (str string) {
|
||||
str += mode.String()
|
||||
}
|
||||
|
||||
if len(str) > 0 {
|
||||
str = "+" + str
|
||||
}
|
||||
str = "+" + str
|
||||
|
||||
// args for flags with args: The order must match above to keep
|
||||
// positional arguments in place.
|
||||
|
||||
Reference in New Issue
Block a user