aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-23 09:12:54 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-23 09:12:54 -0400
commit7348d279023fcd6d2a64f617ebb9dcaab01d2252 (patch)
tree921fbcf4aea1f130da28d7396777b9b82a047e7f
parentc341e8432ef33b5a598e6b9d3a75855f02104b6c (diff)
Fix incorrect title
-rw-r--r--DESIGN/01-main.md5
1 files 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.
-