From 47fcfe5f2d41252a81eeea6867d369563bbfe07b Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 27 May 2016 11:59:55 -0400 Subject: Wrote some more --- DESIGN/01-main.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md index d4692d0..081cde9 100644 --- a/DESIGN/01-main.md +++ b/DESIGN/01-main.md @@ -456,8 +456,8 @@ The following are numeric IRC events the client supports. They can be subscribed to by defining either a method listening to the numeric code or to the name of the event as defined by [RFC 2812, section 5](https://tools.ietf.org/html/rfc2812#section-5). The names are the same as in the RFC, except underscore is changed into a hyphen and the name -is lowercased. For example, this is a way to subscribe to event 375 that -marks the starts of MOTD (Message Of The Day): +is lowercased. For example, this is a way to subscribe to event +`375 RPL_MOTDSTART` that marks the starts of MOTD (Message Of The Day): method irc-375 ($msg) { ... } -- cgit v1.1