- Timestamp:
- Oct 16, 2021, 9:42:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r646 r647 681 681 } 682 682 683 if dc.registered {684 return ircError{&irc.Message{685 Command: "FAIL",686 Params: []string{"BOUNCER", "REGISTRATION_IS_COMPLETED", "BIND", "Cannot bind bouncer network after registration"},687 }}688 }689 683 if dc.user == nil { 690 684 return ircError{&irc.Message{
Note:
See TracChangeset
for help on using the changeset viewer.