3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

EventDispatcher: fix typo in comment

This commit is contained in:
Pragmatic Software 2021-07-20 22:00:30 -07:00
parent 767467b904
commit 31e2a32f35

View File

@ -25,7 +25,7 @@ sub initialize {
# #
# priority ranges from 0 to 100. 0 is the highest priority, i.e. an handler with # priority ranges from 0 to 100. 0 is the highest priority, i.e. an handler with
# priority 0 will handle events first. 100 is the lowest priority and will handle # priority 0 will handle events first. 100 is the lowest priority and will handle
# events last. priority defaults to 50 if ommited. # events last. priority defaults to 50 if omitted.
# #
# NickList reserves 0 and 100 to ensure its list is populated by JOINs, etc, # NickList reserves 0 and 100 to ensure its list is populated by JOINs, etc,
# before any handlers need to consult its list, or depopulated by PARTs, QUITs, # before any handlers need to consult its list, or depopulated by PARTs, QUITs,