aboutsummaryrefslogtreecommitdiff
path: root/DESIGN/01-main.md
diff options
context:
space:
mode:
Diffstat (limited to 'DESIGN/01-main.md')
-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) { ... }