freenode / eir

Eir is an IRC client bot framework, written primarily for freenode utility functions. It is, however, highly extensible using C++ or Perl, and is used by other projects as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown commands should return a response to user

koobs opened this issue · comments

Currently, eir does not respond to invalid/unknown commands (See #6)

For a better user experience, eir should respond to invalid/unknown commands with appropriate messaging, eg:

  • Error: Unknown command: btcheck

The method of response should be suitable for the method the command was received:

  • /notice if invoked via !command
  • /privmsg if invoked via privmsg