Improvement: more commands need to abort before Markov #3

Closed
opened 2021-04-25 09:29:55 -05:00 by bss · 1 comment
Owner

I think this is a problem in a lot of places, but I should remember how to stop processing to avoid situations like

09:27:39 <bss> !load markov.ircplugin
09:27:42 <mr_devzo> Plugin 'markov.ircplugin' is already loaded.
09:27:42 <mr_devzo> !load markov.ircplugin? !load markov.ircplugin? !load markov.ircplugin. !load markov.ircplugin? !load markov.ircplugin?
I think this is a problem in a lot of places, but I should remember how to stop processing to avoid situations like ``` 09:27:39 <bss> !load markov.ircplugin 09:27:42 <mr_devzo> Plugin 'markov.ircplugin' is already loaded. 09:27:42 <mr_devzo> !load markov.ircplugin? !load markov.ircplugin? !load markov.ircplugin. !load markov.ircplugin? !load markov.ircplugin? ```
Author
Owner

Not a bug. I introduced this behavior in the switch to DB-based server configs; Markov was matching '|nick' which means it was matching everything. Fixed in 43f2b09057.

Not a bug. I introduced this behavior in the switch to DB-based server configs; Markov was matching '|nick' which means it was matching everything. Fixed in 43f2b090572f006c8b7674f80a10d0cd1e38bff9.
bss closed this issue 2021-04-26 22:42:34 -05:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bss/dr.botzo#3
No description provided.