Files
omnibot/lib
Alek Ratzloff 91cdd9cae8 Remove router.ex and move behavior to Omnibot.Irc
Omnibot.Router was useful when it was used for actually routing
messages. However, its responsibilities have spread such that it's just
a single function at this point. So this single function has been moved
to Omnibot.Irc as a private function instead.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-06-13 18:11:18 -04:00
..