View Issue Details

IDProjectCategoryView StatusLast Update
0002927unrealircdpublic2006-05-26 23:43
ReporterBricker Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version3.2.4 
Summary0002927: IRCd message
Description* Bricker: you're not channel operator

should be

* Bricker: you're not a channel operator
Steps To Reproducedont be op'd in a channel and try to voice someone
3rd party modules

Activities

codemastr

2006-05-26 23:43

reporter   ~0011781

RFC1459 Section 6.1:
        482 ERR_CHANOPRIVSNEEDED
                        "<channel> :You're not channel operator"

                - Any command requiring 'chanop' privileges (such as
                  MODE messages) must return this error if the client
                  making the attempt is not a chanop on the specified
                  channel.

It's what the spec says it must be. Not much we can do about that. Changing the text will break clients. Furthermore, it's not grammatically incorrect. You're defining "channel operator" as a noun. In this context it can easily be viewed as an adjective (it's refering to a privilege, i.e., a trait of the user).

Issue History

Date Modified Username Field Change
2006-05-26 13:30 Bricker New Issue
2006-05-26 23:43 codemastr Note Added: 0011781
2006-05-26 23:43 codemastr Status new => closed