alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

What does being /oper grant you right now? #15

Closed treeform closed 12 years ago

treeform commented 12 years ago

It does not look like being oper gives you any more power then regular user? What is the plan for opers in the future?

What i did for now i grant /oper the right to be /op in every channel. I wander if that is useful to any one?

https://github.com/treeform/ircd.js/commit/5cbed77aae17823036b15e952c71be4b6d3d9e91

alexyoung commented 12 years ago

It sets the mode, according to the spec. 'oper' isn't the same as 'channel op', so granting channel ops directly to ircops isn't really expected behaviour.