From e76be58e39d68f36baf86872f0165436eada3830 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 28 May 2016 09:17:46 -0400 Subject: Write stuff --- DESIGN/01-main.md | 7 ++++--- 1 file 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` -- cgit v1.1