ChiefDean

ChiefDean

Joined
Dec 02, 2009
Occupation
Computer Support Specialist
Location
Pennsylvania

Activity Stream

ChiefDean commented on a Page, Email Server  -  Dec 14, 2010

doesnt work for me :/ i should get on my live.com email and email myself... like RAWR@24.131.**.19 and it should pop up in my mIRC? it didnt do anyting :/

 Respond  
ChiefDean commented on a Page, Mario Kart WIi - Time Trial Manager  -  Oct 07, 2010

hows this work? can i play the game?

 Respond  
ChiefDean commented on a Page, Relay Script 1.0  -  Jun 30, 2010

Thanks i was wondering if i could do that haha

 Respond  
ChiefDean commented on a Page, Relay Script 1.0  -  Jun 28, 2010

.selfip is disconnected, i guess i shouldhave changed that haha. its /server irc.heatwaveIRC.net now

And for your request:

###############################################
# Relay script 1.0 by ChiefDean
# Heatwave.selfip.net #Heatwave
###############################################

Menu * {
  -
  Relay Setup: {
    set %serv1 $input(Enter Server One here.,e,Relay Script 1.0 by ChiefDean)
    set %chan1 $input(Enter Channel One here.,e,Relay Script 1.0 by ChiefDean)
    set %serv2 $input(Enter Server Two here.,e,Relay Script 1.0 by ChiefDean)
    set %chan2 $input(Enter Channel Two here,e,Relay Script 1.0 by ChiefDean)
    if ($numtok(%serv1 %chan1 %serv2 %chan2,32) == 4) { $input(Setup Complete.Remember to turn the power on!,,Script 1.0 by ChiefDean) }
    else { $input(Critical Setup Error! Please return to Relay Setup and Start over!,,Script 1.0 by ChiefDean) }
  }
  $iif($group(#Relay) == On,$style(1)) Relay Power Switch
  .$iif($group(#Relay) == On,$style(2)) On: .enable #Relay
  .$iif($group(#Relay) == Off,$style(2)) Off: .disable #Relay

  -
}
alias -l net {
  var %netcount $scon(0)
  while %netcount {
    if ($scon(%netcount).network == $1) { var %netid %netcount }
    dec %netcount
  }
  scon %netid return $!cid
}
alias -l relay { 
  scid $net($1)
  if ($me ison $3) { $2- }
}
alias -l RCheck { 
  if ($1 == $2) && ($3 == $4) { return 1 }
  else return 0
}
#Relay on
on *:TEXT:*:#:{
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 $1- }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 $1- }
}
on *:MODE:#:{
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 $nick sets mode $1- }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 $nick sets mode $1- }
}
on *:NICK: {   
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 $nick is now known as $newnick }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 $nick is now known as $newnick }
}
on *:join:#: {  
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 $Nick joins $chan }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 $Nick joins $chan }
}  
on *:quit: {  
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 14 $+ $nick has just quit $+($network,.) }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 14 $+ $nick has just quit $+($network,.) }   
} 
on *:kick:#: {  
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 $knick gets kicked from $chan by $+($nick,.) }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 $knick gets kicked from $chan by $+($nick,.) }   
} 
on *:part:#: {  
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 $Nick parts $chan }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 $Nick parts $chan }   
} 
on *:ACTION:*:#: {  
  if ($rcheck($network,%serv1,$chan,%chan1)) { relay %serv2 msg %chan2 6* $nick $1- }
  elseif ($rcheck($network,%serv2,$chan,%chan2)) { relay %serv1 msg %chan1 6* $nick $1- }
}
#Relay End
 Respond  
ChiefDean commented on a Page, Binary text converter  -  Jun 16, 2010

Can you make it put a space after every 8th character? Its easier to read that way...

Over all very nice snippet. Will be useful for... IDK. You'd be surprised!

 Respond  
ChiefDean commented on a Page, Relay Script 1.0  -  May 21, 2010

Also, i can help you fully if you join my server, just be patient. i am usually away and if i'm not just PM me on there, that will give me a timestamp of when you were on so i can help you. when i get back. make sure to explain that you are here for help, and i will be sure to help you.

 Respond  
ChiefDean commented on a Page, Relay Script 1.0  -  Apr 22, 2010

lenooox, are you saying it does work, or doesnt? :P because if it doesnt you can go to that server too. thats my server, i could help you there. even if you dont need help, you can come on by!!

 Respond  
ChiefDean commented on a Page, Relay Script 1.0  -  Apr 22, 2010

Hmm, well i dont really know there R3b3l. If you would like i can schedule a time where i could help you, like you can go to my irc server, and i could help you there. /server irc.HeatwaveIRC.net

 Respond  
ChiefDean commented on a Page, Advanced Google Bot Search  -  Mar 28, 2010

Okay, good luck on it there, Ford. Always good work from you!

 Respond  
ChiefDean commented on a Page, Relay Script 1.0  -  Mar 27, 2010

xD Yes listen to Ford, he knows a lot more than i do, and i probably would have told you to fix it a less-Better way xD (Not very proper English)

 Respond  
ChiefDean commented on a Page, Advanced Google Bot Search  -  Mar 27, 2010

Yay! Was this ALL my idea, Ford, or just part? /me takes sctipt asap.

/me also gives 10/10 +1

 Respond  
ChiefDean commented on a Page, Spanish Conversion Alias  -  Mar 26, 2010

Not exactly, Flux :P

First thing, that's not even Spanish, and second thing that's not how it works haha

 Respond  
ChiefDean commented on a Page, Spanish Conversion Alias  -  Mar 25, 2010

Well, actually we are like learning this stuff in school, so i made it into a script and posted it :P it works for me.. just figured i`d make it global.

Its not the best of script, if someone wants to make it perfect feel free :P

 Respond  
ChiefDean created a Page  -  Mar 25, 2010
156 

ChiefDean's Spanish Conversion Chart

ChiefDean created a Page  -  Mar 25, 2010
116 

ChiefDean's Spanish Conversion Chart

 Respond   mIRC  
ChiefDean commented on a Page, Relay Script 1.0  -  Mar 25, 2010

O.o What version of mIRC are you using there Lenooox?

 Respond  
ChiefDean commented on a Page, JS/Jquery Pong game  -  Mar 15, 2010

Cool! it works nice :P

 Respond  
ChiefDean created a Page  -  Mar 14, 2010

ChiefDean's Cross-Server Relay script.

ChiefDean commented on a Page, AKA Nick Tracker  -  Mar 14, 2010

Another GREAT snippet from Ford! Keep em on coming there ford!

10/10
Liked

 Respond  
ChiefDean commented on a Page, Multiple server identifier  -  Feb 26, 2010

No problem!

 Respond  
ChiefDean commented on a Page, Multiple server identifier  -  Feb 11, 2010

lol load it in mIRC... holding down ALT and R and paste it in there.. then when you are on a channel right click and you will see it pop uo there... just click on it and configure it

 Respond  
ChiefDean commented on a Page, Google USA Residential PhoneBook  -  Feb 10, 2010

:P well, that was wierd. this is an AWESOME script tho :P

 Respond  
ChiefDean commented on a Page, Video Poker  -  Feb 10, 2010

Another great script! Way to go bud! Seems flawless to me!

 Respond  
ChiefDean created a Page  -  Feb 10, 2010
1 444 

This script is a pretty cool one i found. I have always used it. and it is still working. just load into remotes (alt+r) and right click on any channel of your choice, and configure.

ChiefDean commented on a Page, Awesome Channel codes  -  Jan 25, 2010

^^ haha at knoeik

 Respond  
ChiefDean commented on a Page, Auto Connect/Join/Identify v3  -  Jan 14, 2010

great script, would be awesome if you could add a simple port feature being i have some auto servers on port 1337

otherwise all good

 Respond  
ChiefDean commented on a Page, System Info  -  Dec 31, 2009

how do you run it? what do i type to use it?

 Respond  
ChiefDean commented on a Page, Listing Nicks  -  Dec 19, 2009

Awesome, thats what i was looking for lol thanks

 Respond  
ChiefDean commented on a Page, Unban on Ban Script  -  Dec 13, 2009

lol thanks pepper

 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.