aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-27 11:59:55 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-27 11:59:55 -0400
commit47fcfe5f2d41252a81eeea6867d369563bbfe07b (patch)
tree1e231bdcc852c32b58b01db6303ffde15539ef1e
parentf02d236cca1875c486dcf023e48caae60c376bb7 (diff)
Wrote some more
-rw-r--r--DESIGN/01-main.md4
1 files 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) { ... }