Easy kicks

By Ahmed Zaggoudi on Apr 25, 2011

Screenshots

[¤1-Description¤] :
I made this snippet because sometimes when we want to kick an user we use the mouse, but it's take long time that's why i made this snippet to facilitate the process of kick

[¤2-Use¤] :

1) - Alt +r and put this snippet inro u'r remote
2) - use F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,11 and F12 into your keyboard
type /helpk to see all commands if you forget them !

[¤3-Reason of kicks¤] :

cF1 » (CTRL+F1) kicks an user for Flood
F2 » kicks an user for Spam
F3 » kicks an user for Repeating
F4 » kicks an user for Ads
F5 » kicks an user for CAPs letters
F6 » kicks an user for Bad word
F7 » kicks an user for feeling HOT
F8 » kicks an user for sex like F7
F9 » kicks an user for language
F10 » kicks an user who has -18
F11 » kicks an user for personal infos (MSN,Yahoo,facebook...ect)
F12 » kicks an user who has bad nick

[¤2-Other way to kick¤] :

-if you don't like to kick by keys F* you can use Aliase :

/k1 nickname / nicknames » kicks an user for Flood
/k2 nickname / nicknames » kicks an user for Spam
/k3 nickname / nicknames » kicks an user for Repeating
/k4 nickname / nicknames » kicks an user for Ads
/k5 nickname / nicknames » kicks an user for CAPs letters
/k6 nickname / nicknames » kicks an user for Bad word
/k7 nickname / nicknames » kicks an user for feeling HOT
/k8 nickname / nicknames » kicks an user for sex like F7
/k9 nickname / nicknames » kicks an user for language
/k10 nickname / nicknames » kicks an user who has -18
/k11 nickname / nicknames » kicks an user for personal infos (MSN,Yahoo,facebook...ect)
/k12 nickname / nicknames » kicks an user who has bad nick

N:B : thank's to Jethro_ !

#####Put this in REMOTE
alias cF1 {
  kick $chan $* Flood disturbs everyone, please write as much as you can on one line !
}
alias F2 {
  kick $chan $* Spamming is not allowed here !
}
alias F3 {
  kick $chan $* We understood you the first time, there is no need to repeat yourself !
}
alias F4 {
  kick $chan $* Ads are forbidden here !
}
alias F5 {
  kick $chan $* Please do not abuse of the cap locks ! It unnecessarily disturbs everyone on the chat.
}
alias F6 {
  kick $chan $* Please stay polite !
}
alias F7 {
  kick $chan $* For those who are feeling hot, got on #hotchannel !
}
alias F8 {
  kick $chan $* You're on a chat, not on a porn site ! 
}
alias F9 {
  kick $chan $* Please write in english !  
}
alias F10 {
  kick $chan $* Sorry, but  you can't stay here (+18)
}
alias F11 {
  kick $chan $* No personal infos here or in private ! 
}
alias F12 {
  kick $chan $* Your username isn't correct. Change it to be able to come back !
}

alias helpk {
  var %cpteur = 1
  echo -at 4Flood            5->     12cF1 7or 12/k1
  echo -at 4Spam           5->     12F2 7or 12/k2
  echo -at 4Repeating   5->     12cF3 7or 12/k3
  echo -at 4Ads               5->     12cF4 7or 12/k4
  echo -at 4Caps letters 5->    12cF5 7or 12/k5
  echo -at 4Bad word      5->    12cF6 7or 12/k6
  echo -at 4Hot                 5->    12cF7 7or 12/k7
  echo -at 4Sex                 5->    12cF8 7or 12/k8
  echo -at 4Language     5->    12cF9 7or 12/k9
  echo -at 4Age                 5->    12cF10 7or 12/k10
  echo -at 4personal infos 5-> 12cF117or 12/k11
  echo -at 4Badnick           5->    12cF12 7or 12/k12
}

#####Put this in ALIASES
k1 kick kick # $* Flood disturbs everyone, please write as much as you can on one line !
k2 kick # $* Spamming is not allowed here !
k3 kick # $* We understood you the first time, there is no need to repeat yourself !
k4 kick # $* Ads are forbidden here !
k5 kick # $* Please do not abuse of the cap locks ! It unnecessarily disturbs everyone on the chat.
k6 kick # $* Please stay polite !
k7 kick # $* For those who are feeling hot, got on #hotchannel !
k8 kick # $* You're on a chat, not on a porn site ! 
k9 kick # $* Please write in english !  
k10 kick # $* Sorry, but  you can't stay here (+18)
k11 kick # $* No personal infos here or in private ! 
k12 kick # $* Your username isn't correct. Change it to be able to come back !

Comments

Sign in to comment.
Ahmed Zaggoudi   -  Apr 27, 2011

Replica Rolex : are you spam xD

 Respond  
Ahmed Zaggoudi   -  Apr 25, 2011

Thank's Jetgro_ ^^

 Respond  
Ahmed Zaggoudi   -  Apr 25, 2011

i'm going to change it $* and i'm going to add other snippet like that

 Respond  
Jethro   -  Apr 25, 2011

Wouldn't it be easier to use a nicklist popup prompt?

It's only a mouse away to select a nickname and trigger a command. By using several aliases and F keys, you have to get a nickname highlighted and selected, press the assigned F key, and then kick him or her. This seems to be more troublesome.

That aside, I'd suggest that you use:

$*

identifier to have the ability to kick multiple selected nicknames instead of one at a time like so, for example:

alias f12 {
  kick $chan $* <YourReasonHere>
}

This way you can select as many nicknames on the nicklist as you like and kick them all together.

 Respond  
Ahmed Zaggoudi   -  Apr 25, 2011

You're right blackvenomm666 , i'm going to change it by cF1 ( CTRL+F1)

 Respond  
blackvenomm666   -  Apr 25, 2011

didnt test it but looks good enough. only problem i can see is the f1 command in here. mirc automatically has f1 set up to open the help script.

 Respond  
Ahmed Zaggoudi   -  Apr 25, 2011

waiting for your comments :)

 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.