Alias KickBan with Akick Add/Del Snippet

By Kurama_ on Nov 15, 2008

A very simple snippet that is easy to use and understand. Copy and paste this into your remotes. Just type /kb for example /kb bobby this is a test. For akick type
/akick (or address) for example /akick bobby(or Bobby@blah.blah) test.

alias kb {
  ban $1 $address
  kick $chan $1 $$2-
}
alias akick {
  /cs akick $chan add $1 $$2-
}
alias akdel {
  /cs akick $chan del $1
}

Comments

Sign in to comment.
guest598594   -  Nov 15, 2008

By the way, you can do /ban -k to combine the kick and ban.

ban -k [chan] [nick] [reason] [address number]
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.