mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-29 23:39:24 +01:00
EventDispatcher: fix typo in comment
This commit is contained in:
parent
767467b904
commit
31e2a32f35
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user