Help
How do I ban someone from my channel?
/mode #channel-name +b *!*@host.com the "*!*@host.com" is the user's host, is can be found by using the /whois command. You can also use !kb <nick> if you have a botserv bot in your channel and have the appropriate access level. Examples: /mode #bobfun +b *!*@bobsbrother.lame There are other types of bans you can use in your channel, such as a silence ban, or a nick ban, or a ban on people who are in another channel. To do a silence ban, you type /mode #channel +b ~q:*!*@host.com To do a nick ban, you type /mode #channel +b ~n:*!*@host.com For the channel one, you type /mode #channel +b ~c:#channel A ban is in the format nick!ident@host.com If you want to ban a person's ident, (The part before the @ in their hostname) you would use *!ident@*, but if you want to ban just their nickname (Which isn't recommended, as it is the most easily evadable ban you can set) you would use nick!*@* You can also ban by a combination of nick, ident or host, and to do that you would omit the asterisk and replace it with their nick, ident, or host.