Comments

 (23) 
  1. Everything
  2. Snippets
Gecko321 commented on TCL Snippet: TVRage v2.5  -  Sep 12, 2012
thanks... I'll look into the issues and get them fixed
Gecko321 commented on TCL Snippet: IRC Pre Bot v2.1  -  Jul 13, 2012
welcome.. where ru at.. might drop by and visit
Gecko321 commented on TCL Snippet: TVRage v2.5  -  Jul 11, 2012
james405, I finished the show summary.

I'm looking for suggestions on how to change the format of the output.. either PM me or just post a comment here
Gecko321 commented on TCL Snippet: TVRage v2.5  -  Jul 10, 2012
done.. for specific episodes.. will work on the actual show later
Gecko321 commented on TCL Snippet: IRC Pre Bot v2.1  -  Jul 09, 2012
That's right
Gecko321 commented on TCL Snippet: IRC Pre Bot v2.1  -  Jul 09, 2012
I got it fixed. There was just a slight issue. But it's working again.
Gecko321 commented on TCL Snippet: TVRage v2.5  -  Jun 14, 2012
yeah i'm working on it. any other suggestions? or idea's for other scripts? either in mIRC or eggdrop? need ideas.... what chan and network ru on?
Gecko321 commented on TCL Snippet: TVRage v2.5  -  Jun 12, 2012
What would you want it to announce? just certain shows? or all shows?
Gecko321 commented on mIRC Snippet: TVRage.com V1.5  -  Jun 05, 2012
Went through and fixed the error.. Everything should be working the way it was.
Gecko321 commented on mIRC Snippet: TVRage.com V1.5  -  Jun 03, 2012
I've look at the code and it seems that it work intermittently. Don't know if its and issue with TVRage.com or not. But i have another script written in TCL and it is basically the same thing and it seems to be working perfectly. Not sure what is wrong with this one. When i get a chance I'll go through the code entirely and see whats going on.
Gecko321 commented on mIRC Snippet: TVRage.com V1.5  -  Oct 08, 2008
thanx..this was my first major script i wrote...have done many smaller ones but nothing like this before...
Gecko321 commented on mIRC Snippet: TVRage.com V1.5  -  Oct 07, 2008
you can't request it yourself unless your running another client with another nick
Gecko321 commented on mIRC Snippet: Away System  -  Apr 21, 2008
i fixed it. i had it set up for something i had in my main script.
Gecko321 commented on mIRC Snippet: Nick auto-identify  -  Apr 21, 2008
no problem, if you ever need help with anything just let me know.
Gecko321 commented on mIRC Snippet: Message Box  -  Apr 12, 2008
You could also use hash tables to make it keep more than just 3 messages. You can also combine all of your on Text events to make sure there are no errors.

Code

 
Gecko321 commented on mIRC Snippet: CTCP Unban Script  -  Apr 10, 2008
no problem, it uses a while loop to search through the ban list, entry by entry.

Code

 


that checks each entry in the ban list against the nicks address using a wildcard match since most bans have some sort of wildcard string in them. if it matches in unbans the user.

if you got any other questions or need help just let me know.

gecko
Gecko321 commented on mIRC Snippet: CTCP Unban Script  -  Apr 09, 2008
you can eliminate a lot of the if-then statements. try this

Code

 
Gecko321 commented on mIRC Snippet: Monitor Window  -  Mar 30, 2008
replace this line in the update

var %Mode = $mid(%mode,1,1) $+ $Mid(%mode,%a,1)

with this

var %Mode = $mid($1,1,1) $+ $Mid($1,%a,1)
Gecko321 commented on mIRC Snippet: Monitor Window  -  Mar 30, 2008
if you change the On Rawmode to

on *:Rawmode:#:{
var %a = 2
if (%monitor == on) {
while (%a <= $0) {
var %Nick = [ $ [ $+ [ %a ] ] ]
var %Mode = $mid(%mode,1,1) $+ $Mid(%mode,%a,1)
if (%Mode === +o) Echo 4 -tbf @Monitor $nick Opped %Nick in $chan $+ .
if (%Mode === +h) Echo 4 -tbf @Monitor $nick Half-Opped %Nick in $chan $+ .
if (%Mode === +v) Echo 4 -tbf @Monitor $nick Voiced %Nick in $chan $+ .
if (%Mode === -v) Echo 4 -tbf @Monitor $nick De-Voiced %Nick in $chan $+ .
if (%Mode === -h) Echo 4 -tbf @Monitor $nick De-Half-Opped %Nick in $chan $+ .
if (%mode === -o) Echo 4 -tbf @Monitor $nick De-Opped %Nick in $chan $+ .
if (%mode === +i) Echo 4 -tbf @Monitor $nick made $chan Invite Only.
if (%mode === +m) Echo 4 -tbf @Monitor $nick made $chan Moderated.
if (%mode === +s) Echo 4 -tbf @Monitor $nick made $chan Secret.
if (%mode === +p) Echo 4 -tbf @Monitor $nick made $chan Private.
if (%mode === -i) Echo 4 -tbf @Monitor $nick Unmade $chan Invite Only.
if (%mode === -m) Echo 4 -tbf @Monitor $nick Unmade $chan Moderated.
if (%mode === -s) Echo 4 -tbf @Monitor $nick Unmade $chan Secret.
if (%mode === -p) Echo 4 -tbf @Monitor $nick Unmade $chan Private.
if (%mode === +b) Echo 4 -tbf @Monitor $nick Banned %Nick from $chan $+ .
if (%mode === -b) Echo 4 -tbf @Monitor $nick Unbanned %nick
inc %a
}
}
}

it will work properly
Gecko321 commented on mIRC Snippet: Disconnect thing...  -  Mar 30, 2008
your CTCP command is wrong, it should be

ctcp *:Disconnect:*:if ($Nick == $MNick) { quit }

and your alias should be

alias dc {
if ($me == $Anick) ctcp $Mnick DISCONNECT
else ctcp $mnick DISCONNECT
}
Gecko321 commented on mIRC Snippet: Powar!  -  Mar 30, 2008
if you change the line where it add the total nicks to:

set %power.powerover %power.powerover + $nick($chan(%power.chan.counter),0,a,o)

it will give olny nicks that are not opped. also you can use some while statements to help clean up the code a little and use the /inc command.
Gecko321 commented on mIRC Snippet: Simple Shitlist For Bot  -  Mar 30, 2008
if you change your On Start to
on *:start: hmake shoot 100 | if ($findFile($MircDir,shoot.tmp,0)) { .hload shoot shoot.tmp }

it will get rid of that error
Gecko321 commented on mIRC Snippet: TVRage.com V1.5  -  Mar 27, 2008
copy and paste it into a new remotes file. load it into mIRC. then when someone in the channel you are on types !ep (TV Show) it will search for a tv show. or there is a menu for you to search for a show your self
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.