You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
< simpson>| * Plugin addressing for chat is very ad-hoc and fragile.
I'd like to have some sort of system where each chat plugin hands back
a parser, argparse-style, and we chain subparsers to parse chat. As a
bonus, this would let us also parse CLI commands and IRC commands the
same way. It'll require some elbow grease to bang argparse into
submission.
The text was updated successfully, but these errors were encountered:
from a conversation in #bravo (https://gist.github.com/edunham/6856310)
< simpson>| * Plugin addressing for chat is very ad-hoc and fragile.
I'd like to have some sort of system where each chat plugin hands back
a parser, argparse-style, and we chain subparsers to parse chat. As a
bonus, this would let us also parse CLI commands and IRC commands the
same way. It'll require some elbow grease to bang argparse into
submission.
The text was updated successfully, but these errors were encountered: