commit ecc63d2
Ariadna Vigo
·
2025-12-02 20:23:59 +0000 UTC
parent 7128ad8
Fix typo in panic message 'found' -> 'find' in panic message
1 files changed,
+1,
-1
M
app.go
M
app.go
+1,
-1
1@@ -1438,7 +1438,7 @@ func (app *App) handleIRCEvent(netID string, ev interface{}) {
2 }
3 s, ok := app.sessions[netID]
4 if !ok {
5- panic(fmt.Sprintf("cannot found session %q for message %q", netID, msg.String()))
6+ panic(fmt.Sprintf("cannot find session %q for message %q", netID, msg.String()))
7 }
8
9 // Mutate IRC state