Modify ↓
#160 closed enhancement (fixed)
error message for unknown commands
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | IRC | Version: | devel |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | FreeBSD |
OS version/distro: |
Description
an error message should be sent when a command is unknown
like in ircd, only do this if NICK/USER has been successfully done
Attachments (1)
Change History (3)
Changed at 2006-05-28T21:44:25Z by
Attachment: | bitlbee-unknowncmd.patch added |
---|
comment:1 Changed at 2006-05-30T12:14:46Z by
comment:2 Changed at 2006-06-25T19:55:42Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in [172].
Note: See
TracTickets for help on using
tickets.
Hmm yeah, I never did this because there are probably a couple of commands that aren't implemented, didn't want to generate an error for all those commands since usually they can just be ignored.
But it's probably a good idea to change this behaviour, yes...