From 7348d279023fcd6d2a64f617ebb9dcaab01d2252 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 23 Jul 2016 09:12:54 -0400 Subject: Fix incorrect title --- DESIGN/01-main.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md index dfee0b2..7f1b60d 100644 --- a/DESIGN/01-main.md +++ b/DESIGN/01-main.md @@ -40,7 +40,7 @@ - [`irc-privmsg-channel`](#irc-privmsg-channel) - [`irc-privmsg-me`](#irc-privmsg-me) - [`irc-notice-channel`](#irc-notice-channel) - - [`irc-privmsg-me`](#irc-privmsg-me-1) + - [`irc-notice-me`](#irc-notice-me) - [`irc-started`](#irc-started) - [`irc-connected`](#irc-connected) - [`irc-mode-channel`](#irc-mode-channel) @@ -662,7 +662,7 @@ Emitted when a user sends us a private message. Emitted when a user sends a notice to a channel. -## `irc-privmsg-me` +## `irc-notice-me` ```perl6 # :zoffix!zoffix@127.0.0.1 NOTICE zoffix2 :did you notice me? @@ -959,4 +959,3 @@ There is support for custom events. A custom event is emitted by calling ``` No Message Object is involved in custom events. - -- cgit v1.1