aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 09:17:46 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 09:17:46 -0400
commite76be58e39d68f36baf86872f0165436eada3830 (patch)
tree1ae39a0f693ca18e17ac89e51468673496aeba27
parent0a455a32fff68cbba784c2590106da2d180737c9 (diff)
Write stuff
-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`