-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opping and kicking on freenode.net #110
Comments
The exception thrown is not from the mode command, but from the error received from the IRC server (see issue #107). Other than that your client is behaving as expected. Having the bot send As for kicking, the format used is |
Would that be Thanks for the clarification, it makes sense that I'd need to ask chanserv for it now. |
Go into the node-irc code, and change Also, set
|
Yeah, as @qsheets points out, you need to be an operator on a channel before you can kick someone, and you can't make yourself an operator (someone has to grant you that). This seems like most likely not a bug, I'm going to close it. Feel free to re-open it if you continue to have issues. |
All I'm trying to do is get my bot to kick a nick from a channel
To do that I need
+o
, which according to the docs I shouldbot.send('MODE', channel, '+o', bot.nick)
When I do that it throws:
and I have no idea how to kick.
messaging chanserv for ops works, but I cant find an equivalent way to kick.
Thanks. I am an IRC-bot n00b
The text was updated successfully, but these errors were encountered: