Changeset 306 in code for trunk/downstream.go
- Timestamp:
- Jun 1, 2020, 4:57:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r303 r306 417 417 Prefix: dc.srv.prefix(), 418 418 Command: irc.RPL_LOGGEDIN, 419 Params: []string{dc.nick, dc. nick, dc.user.Username, "You are now logged in"},419 Params: []string{dc.nick, dc.prefix().String(), dc.user.Username, "You are now logged in"}, 420 420 }) 421 421 dc.SendMessage(&irc.Message{
Note:
See TracChangeset
for help on using the changeset viewer.