alexyoung / ircd.js

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

cant assume nick of /kicked users #13

Closed treeform closed 12 years ago

treeform commented 12 years ago

/kick foo /nick foo nick is in use

treeform commented 12 years ago

Actually thats not supposed to work. They are still connected to the server. I wander how you would kick people from the server... hmm

alexyoung commented 12 years ago

An oper has to kill them

treeform commented 12 years ago

Does not look like /kill is implemented?