chicknh8r

chicknh8r

Joined
Nov 02, 2005

Activity Stream

chicknh8r created a Page  -  May 01, 2007
1,279 

This snippet is my attempt to take a little guess work out of what channel modes do what. Copy this code, then in your mIRC, click ALT+R, then goto 'File', then goto 'New'. Paste the code, then do a 'save-as' and name it whatever you'd like. After you hit 'OK', you should now be able to right click in a channel window and have a menu popup. The modes that are currently set in that channel have a checkmark..

  1 Thread   mIRC  
chicknh8r commented on a Page, Ban Protect  -  Apr 12, 2007

I chose to use a group instead of setting a variable. Cause you can always set a variable for on/off switch. Example: set %banpun on
if (%banpun == on) { punish the nick }
However, using a group as a switch, you always know whether its on or off. ;)

 Respond  
chicknh8r created a Page  -  Apr 12, 2007
1,933 

Copy this code, then in mirc click alt+r to open your remotes. It may be wise to then goto FILE, then NEW and create a new file just for this snippet. Save it. Now, if your an OP in the channel that someone bans you, it will auto unban your $banmask, $banmask covers $bnick I believe. You can Enable/Disable this snippet by right clicking in a channel, and you can also Enable/Disable a punish nick for..

chicknh8r created a Page  -  Apr 01, 2007
1,648 

Copy this code, then in your mirc click ALT+R to open your remotes. I would put this in a file of its own. To do this, goto File, then New. Now, paste this code. This snippet protects you from deop/bans.

 Respond   mIRC  
chicknh8r commented on a Page, Mass Whois  -  Feb 18, 2007

Thanks for the info, Qc. I have yet to learn all the raw returns. Ill update this as soon as i can. I\'ll also adjust it so that it won\'t flood disconnect oneself.

 Respond  
chicknh8r created a Page  -  Feb 17, 2007
1,767 

In your mirc, click alt+R to open your remotes. Copy this code and either paste it in its own file or anyone that you prefer. Now to use it just type /mwhois in the channel you would like to use this in. However, some information may not be given if your not a IRCOP. i.e IP's and such. Props to defaulrt for helpin with this snippet.

chicknh8r commented on a Page, Bad word warning and kick  -  Feb 08, 2007

; The list of swears. Words should be seperated by commas
var %swears = fark,shoot,mittens

Did you change \'fark,shoot,mittens\' to actual cusswords?
Make sure you edit \'var %swears = fark,shoot,mittens\' to
actual cusswords. Example;
var %swears = ass,fu#%,sh#%\'

 Respond  
chicknh8r commented on a Page, Mass Modes  -  Jan 19, 2007

The triggers are, /mass -v or /mass v . The available modes are vhoaqebI. The \'+\' is assummed if \'-\' isn\'t in the mode your trying to mass.

 Respond  
chicknh8r created a Page  -  Jan 16, 2007
813 

In mIRC, click ALT+R to open your remotes. Copy and paste this code, then click 'OK'. The command trigger is Example: /mass v, or /mass voice, or /mass -v. I redid this with the thought of it checking if nicks have the prefix in there usermodes as opposed to checking if nick isop or isvoice (meaning if nick isvoice channel, he would have a + in his prefix). This will only work where the networks reconize..

chicknh8r commented on a Page, Kick & Ban Logger 1.0  -  Jan 14, 2007

may also want to check if window even exist first by,

if (!$window(@KickAlert)) window -n @KickAlert
echo $colour(info) -t @KickAlert blablablabla

 Respond  
chicknh8r created a Page  -  Dec 22, 2006
262 

Copy this snippet, then in your mIRC, click "alt R", goto "new", then paste this code and then "save as" and name this "Op Thanker". To enable/disable, simply right click in channel, and select and click "Ops Thanker". It's very simple!

  1 Thread   mIRC  
chicknh8r commented on a Page, C&C Renegade IP Logger  -  Oct 25, 2006

Ty, please let me know how I could improve on it, im eager to learn to simplify and code better. All input appreciated! :D

 Respond  
chicknh8r created a Page  -  Oct 25, 2006
1,976 

Copy This Snippet. In mirc, click "alt R", then go to "new". Paste and save. Now, right click to access options. When enabled, in channels that display "nickbla@123.45.67.890" this script will log "nickbla" using ip "123.45.67.890". Make Sure to change "#channel #channel2 #channel3 #channel4" to the channels you will be in. I had assistance in creating this from tye's trackusers script. I simply took..

chicknh8r created a Page  -  Oct 01, 2006
758 

Copy this snippet and then in your mirc, click "alt r" and then paste. Do "save as" and name the file whatever you would like. All set now. When @LOGS window open, right click to either clear window or close it altogether.

  1 Thread   mIRC  
chicknh8r commented on a Page, Acronym Replacer Using Regex  -  Sep 24, 2006

Updated code, ty sean.

 Respond  
chicknh8r created a Page  -  Sep 24, 2006
656 

To use this snippet...

chicknh8r commented on a Page, remke 2 below  -  May 29, 2006

Isn\'t it wise to first set mimic message as a variable then to message the channel? i.e ; set -u2 %message $1- ; msg # %message

 Respond  
chicknh8r created a Page  -  May 16, 2006
804 

This is meant to be used in a bot. Copy the code, then in bot's mirc, click "alt R", goto new, then paste. Make sure you change "#channel" to the channel you want this script to trigger in. Then goto "save-as" and save the file. All done. Now just type "!wheel" in the channel and have fun! :D

chicknh8r created a Page  -  Apr 15, 2006
656 

I wrote this with the intent of it being used in a bot. Copy this script, then in your bot's mirc, click "alt R", goto "new", and then paste, then goto "saveas" and name it whatever you want.Make sure to change "botowner" to your nick, that way it will only respond to your commands. Usage: !lock on;off;status

 Respond   mIRC  
chicknh8r created a Page  -  Jan 23, 2006
999 

To Use this snippet, you will first;

chicknh8r commented on a Page, Imitatescript  -  Jan 22, 2006
on *:TEXT:*:%hkanal:{ if ($nick == %hnick) && (%haerma == on) { msg %hkanal $1- } }
}

Has 1 too many \"}\"

 Respond  
chicknh8r commented on a Page, Mode bitch  -  Jan 22, 2006

I use $replacex($1-,+,-,-,+)

 Respond  
chicknh8r commented on a Page, Kick/Ban/DEOP Protections  -  Dec 18, 2005

irc.fnfall.com
They Use ChanServ, Nickserv and such

 Respond  
chicknh8r created a Page  -  Dec 18, 2005
2,431 

Copy and paste into your remotes, "alt R". With this snippet loaded, any of these actions performed against you, ban deop dehop devoice, will trigger these scripts to respond accordingly.

chicknh8r created a Page  -  Dec 17, 2005
827 

If this isn't supposed to be in the "snippet" section, I apologize... Im still pretty new to whats considered an addon and up.

  1 Thread   mIRC  
chicknh8r created a Page  -  Nov 29, 2005
964 

This is a snippet for those who Play "Command & Conquer: Renegade" This Snippet is designed to be able to have moderator commands ingame without haveing "moderator" status ingame. You of course have to be in the network\channel of IRC for this to even Function, let alone have at least "voice" to use commands from ingame.

chicknh8r created a Page  -  Nov 21, 2005
892 

This Is My First Attempt at writing a Channel "Protection" Script. This is intended to "Babysit" your channel while your afk. That way, if people in your channel decide to be foolish and ban/deop/change channel modes, this script, when enabled, will auto-reverse their actions. I wrote it with the idea you would be installing this to your channel bot. I also wrote it so "owner" is authorized to enable/disable..

chicknh8r commented on a Page, Kick Revenge  -  Nov 21, 2005

Nice.
You can also, if you have op status,
cs kick # $nick even while your not in channel, and cs would kick oper or below :)

 Respond  
chicknh8r commented on a Page, Auto DEOP Nick  -  Nov 21, 2005

\"Just copy and past into remotes( ctrl R).\"
Sorry..... ( ALT R ) not ( ctrl R ) >.<

 Respond  
chicknh8r created a Page  -  Nov 21, 2005
2,143 

If You have OP status in a channel, Then with this snippet, you can right click on a nick, select Auto DEOP ON. It will echo to active "You Have Turned DEOP ON $$1". And if this nick is opd opped afterward, you will automatically deop this nick either through( we use Chanserv) Chanserv, or you yourself will deop them(again only if you have status). To stop, just right click on nick and select OFF,..

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.