aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DESIGN/01-main.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md
index 5144710..55faae3 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -623,9 +623,10 @@ Emitted when a user sends us a private notice.
Emitted when the IRC client is started. Useful for doing setup work, like
initializing database connections, etc. Note: this event will fire only once,
-even if the client reconnects to the server numerous times. *IMPORTANT:*
-when this event fires, there's no guarantee we event started a connection to
-the server, let alone connected successfully.
+even if the client reconnects to the server numerous times. Note that
+unlike most events, this event does *not* receive a Message Object.
+**IMPORTANT:** when this event fires, there's no guarantee we even started a
+connection to the server, let alone connected successfully.
## `irc-connected`