- Timestamp:
- Nov 17, 2021, 2:27:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r704 r706 1188 1188 } 1189 1189 1190 dc.updateSupportedCaps() 1191 1190 1192 isupport := []string{ 1191 1193 fmt.Sprintf("CHATHISTORY=%v", chatHistoryLimit), … … 1250 1252 } 1251 1253 1254 dc.updateNick() 1255 dc.updateRealname() 1256 1252 1257 if motd := dc.user.srv.Config().MOTD; motd != "" && dc.network == nil { 1253 1258 for _, msg := range generateMOTD(dc.srv.prefix(), dc.nick, motd) { … … 1265 1270 }) 1266 1271 } 1267 1268 dc.updateNick()1269 dc.updateRealname()1270 dc.updateSupportedCaps()1271 1272 1272 1273 if dc.caps["soju.im/bouncer-networks-notify"] {
Note:
See TracChangeset
for help on using the changeset viewer.