!k <nick> kicks a person.
!kb <nick> kicks and bans a person.
/ns set autohide on hides your ip automatically .
Or go to tools options then options and click the perform on connect button. Then put /mode $me +x (just another way of having it hide your ip automatically)
/ns regnick registers your current nick to your account.
/ns reclaim <nick> will remove any impostors of you if your nick is registered.
Go to tools options and options and click the perform on connect button. Then put /auth <account name> <password> auths your account automatically when you connect.
!bans shows all perm bans for the channel.
!addban <nick, hostmask, ident, whatever you want to put> adds them to the perm ban list for that channel.
!delban <nick, hostmask,i dent, whatever was banned that you want removed> removes them from the perm ban list for that channel.
!delban *!*@* removes all perm bans from the channel.
Double click in the channel window to change certain channel aspects easily. Like remove bans, change the topic, set a password, set modes, and more.
/nick <nameyouwant> changes your name.
!r updates userlevels in channel.
!u shows the user levels in a channel.
!deluser <nick> removes a person from the user list.
!clvl <nick> <level (1-499 or 1 less than your level)> sets the persons channel user level. 500 is owner.
!addop <nick> adds the person with a level of 200.
!addhop <nick> adds the person with a level of 100.
!addvoice <nick> adds the person with a level of 50.
/ignore <nick> adds the person to your ignore list.
/ignore -r <nick> removes the person from your ignore list.
/ignore -r clears your ignore list.
/join or /j <#channel> joins that channel.
/server or /s <server> connects to that server. Put /server or /s -m <server> to open a new server window.
If you go to tools and scripts editor. Click the remotes tab and paste
on *:KICK:#: {
if ( $knick == $me ) {
msg ChanServ unbanme $chan
msg ChanServ inviteme $chan
.timer 1 2 join $chan
}
}
in a new file. That will rejoin a channel once you are kicked.
If you go into scripts editor and paste
on *:ACTION:*slaps*:#:{
if ($2 == $me) {
describe $chan Don't touch me
.timer 1 1.5 describe $chan slaps $nick for that
}
}
in a new file. That will get revenge on anyone that uses the default slap on you. You can change that to say whatever you want or add more to it.
If there is anything else you want to know or anything I forgot just let me know.