Changeset 401 in code for trunk/downstream.go
- Timestamp:
- Aug 20, 2020, 7:13:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r400 r401 1541 1541 return ircError{&irc.Message{ 1542 1542 Command: irc.ERR_USERNOTINCHANNEL, 1543 Params: []string{dc.nick, user, channel, "They are n't on that channel"},1543 Params: []string{dc.nick, user, channel, "They are on another network"}, 1544 1544 }} 1545 1545 }
Note:
See TracChangeset
for help on using the changeset viewer.