HoNdAx707

HoNdAx707

Joined
Oct 18, 2007

Activity Stream

HoNdAx707 commented on a Page, Tic Tac Toe! v2!  -  Apr 14, 2010

wow sorry guys i havent been on this site in a long time.. it needs work but havent used irc in months D;

 Respond  
HoNdAx707 commented on a Page, !yomama  -  Jun 29, 2008

i use a simple triger !insults $nick that reads random from a insult.txt of 6,000, to add the script i made is only like 4-5 lines.
yes

on *:text:*:#: { 
  if ($1 == !yomamma) { 
    msg $chan $read(yomamma.txt) 
  }
} 

5 lines. nice work though

 Respond  
HoNdAx707 commented on a Page, Stats  -  Jun 09, 2008

The time is $time $+ . It is $date $+ .
wow is all i can say.

 Respond  
HoNdAx707 commented on a Page, Tic Tac Toe! v2!  -  Jun 08, 2008

well i just redid the whole script.. no ini\'s its hash now.. colors etc
fixing bugs atm

 Respond  
HoNdAx707 commented on a Page, Auto rejoin on kick  -  Jun 08, 2008

EL has 666 comments.
you coulda took out the set %join


on *:kick:#: { 
  if ($knick == $me) { 
    join $chan
  }
} 

hes trying though! ;p

 Respond  
HoNdAx707 commented on a Page, Random Slap  -  May 28, 2008

@Noutrious and napa
i would explain what the stuff does if i didnt know what it did i would be confused to no end
lol

 Respond  
HoNdAx707 commented on a Page, Voice on !age  -  May 23, 2008

any1 can just do !18

 Respond  
HoNdAx707 commented on a Page, Little Join Flood Protection  -  Apr 23, 2008

i would do mode $chan +i or +R

 Respond  
HoNdAx707 commented on a Page, WPM Finder  -  Apr 07, 2008

you didnt silence the timers...


.timer 01 01 wmpa

thats how you would do it

 Respond  
HoNdAx707 commented on a Page, User Statistics v1.5  -  Apr 01, 2008

i learn something new ;p

 Respond  
HoNdAx707 commented on a Page, User Statistics v1.5  -  Apr 01, 2008

i belive instead of all the if ($blah(blah,blah) = $null) {
you can do if (!$blah(blah,blah)) {

 Respond  
HoNdAx707 commented on a Page, Setjoin Script - HawkIRC  -  Mar 30, 2008

lol hi tyler

 Respond  
HoNdAx707 commented on a Page, Room Manager/Members Only  -  Mar 12, 2008

I agree. Nice first post. The only thing I would suggest would be using $address($nick,2) for example. Because anyone can switch over to that nick real quick and join your room without ID\'ing or AUTHing. :D nice work bud.

i tried that(using address) and realized how quckly some1\'s host name can change :/ so it failed bad for me
lol

 Respond  
HoNdAx707 commented on a Page, Oper  -  Mar 09, 2008
on *:connect: { 
  if ($network == <networknamewithoutthe<>>) { 
    do blah 
  }
}

so when you connect to multi networks it doesnt do it to all

 Respond  
HoNdAx707 commented on a Page, autovoicer for #fearless  -  Mar 01, 2008

Add ; to the begining of

//:Dont include any lines preceded by //: as theyre comments
//:Hope this helps david

and you dont need the \"/\"\'s or


else {} 
 Respond  
HoNdAx707 commented on a Page, Auto-Away Script 1.1  -  Mar 01, 2008

you should set an option to how long you want it because when i had 1 hr i went idle all the time coz i play games =]
just my thoughts

 Respond  
HoNdAx707 commented on a Page, de-op block *first snippet*  -  Feb 20, 2008

crap forgot the code box ;/

 Respond  
HoNdAx707 commented on a Page, de-op block *first snippet*  -  Feb 20, 2008

If there is a chanserv then instead of /part /join you can do /cs op $chan
and you also dont need to use /\'s and i dont think the \"timers\" that timer nothing are needed


on 1:DEOP:#: {
  if ($me isop $chan) { 
    /msg $chan ha ha(or anything you wish to say) 
  }

if you deop\'d you cant be oped in that channel
heres what i would do



on *:DEOP:#: { 
  if ($opnick == $me) { 
    ;if chanserv cs op $me
    part $chan ORLY?
    timer 1 3 join $chan 
    timer 1 5 mode $chan -o $nick 
  }
}     
 Respond  
HoNdAx707 commented on a Page, DragonBallZ Bot: Admin Commands  -  Feb 19, 2008

DragonBallZ Bot: Admin Commands

errr.. this is a clone scanner?

 Respond  
HoNdAx707   -  Feb 18, 2008

@cdcyborg Yo cdcyborg.. you go in Jelly irc?
(02:23:53) [Mikeybalz [LAST SEEN] \"cdcyborg\" - Quit 4wks 3days 8hrs 56mins 24secs ago Last Note: private/secret channel Quit: (Jelly-Games) Quit:
Im from Mt0wn =]

 Respond  
HoNdAx707 commented on a Page, Pokemon Rpg (Remotes)  -  Feb 14, 2008

all the triggers are `
same thing jub did lol

 Respond  
HoNdAx707 commented on a Page, Hawkee snippet search  -  Feb 14, 2008

9/10
really helpful so i dont gotta open IE :P

 Respond  
HoNdAx707 commented on a Page, Capitalize/add a dot  -  Feb 12, 2008

also 9/10 its very good work =)

 Respond  
HoNdAx707 commented on a Page, simple access script  -  Feb 10, 2008

on *:JOIN:#:{
  if  ($nick ishop #) || ($nick isop #) {
    if ($readini(users.ini,$nick,level) isnum 1-3) { /mode # +v $nick }
  }

the if ($nick isop $chan) isnt needed
that is supposed to go for !add
when they join they wont be op\'d

 Respond  
HoNdAx707 commented on a Page, simple access script  -  Feb 10, 2008

that would be useless.. and why add if im op..

if someone else uses it

 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.