Changeset 400 in code for trunk/downstream.go
- Timestamp:
- Aug 19, 2020, 9:57:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r398 r400 1122 1122 return ircError{&irc.Message{ 1123 1123 Command: irc.ERR_USERNOTINCHANNEL, 1124 Params: []string{dc.nick, user, channel, "They are n't on that channel"},1124 Params: []string{dc.nick, user, channel, "They are on another network"}, 1125 1125 }} 1126 1126 }
Note:
See TracChangeset
for help on using the changeset viewer.