eazar001 / yesbot

IRC Bot Written in Prolog
MIT License
20 stars 5 forks source link

Improvement of Interface Between Dispatch and Operator #23

Closed eazar001 closed 7 years ago

eazar001 commented 9 years ago

The last cleanup of operator.pl was exceptional, however it won't hold the fort for long -- that is if you intend to implement more commands with more parameters, and more complex patterns. To put the nail in the cofffin, consider implementing a cmd/3 sister that coexists with cmd/2 in operator.pl. The role of the new sister would be to handle more complex templates and instantiate those variables directly rather than consulting dispatch.pl. This is a medium priority issue, and is not necessary perse.

eazar001 commented 7 years ago

This is no longer a concern of yesbot, and all of the management of such issues is now handled by irc_client.