jackster35-1

jackster35-1

Joined
Jan 25, 2010
Occupation
server: irc.geekshed.net >> #jack
Location
UK
Interests
Scripting of any kind.

Activity Stream

jackster35-1 commented on a Page, Coke script  -  Sep 10, 2011

=D I've also been given some help from GrimReaper on how I'd have it all in 1 :TEXT: :) I'll be using that in the new update as well.

Thank you so much for your help, Jethro. :)

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 10, 2011

Oooooooooooooooooooooooooh, I see.

So for example, the user would do "!stats Jack1" and the bot would check if $address(Jack1,2) matched !@jacks.vhost and then reply the statics if all is well.

^ Is that what you mean?

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 10, 2011

I kinda get it, but I'm still very confused how you'd actually get it to work with saying !stats nick

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 10, 2011

Jethro, I understand what you're on about and as I was updating a few things I realised that if I use $wildsite, the !stats command would be annoying. You'd have to do !stats !@host.here for it to work. Any idea how I could use $wildsite and have the !stats command work with nicks still?

Thanks in advanced.

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 10, 2011

Updated...

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 10, 2011

Jethro, ever since I've been coding Python IRC bots I've used "PRIVMSG" as it's a raw command. So I've been using it in mIRC lately due to my Python habits. Sorry :(

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 09, 2011

Guys, the "%coke. [ $+ [ $nick ] $+ ] . [ $+ [ network ] ]" isn't needed at the moment. It's there just to remind me of something I'll be using it for in the future. :P

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 09, 2011

Aha2Y, I've been working on it for the paste 2 days and finished it like 5 minutes ago. :P I'll be updating it in the future. :)

 Respond  
jackster35-1 commented on a Page, Coke script  -  Sep 09, 2011

LoL, the credit thing in the script screwed over. My bad :P

 Respond  
jackster35-1 created a Page  -  Sep 09, 2011
3 658 

This is a little script I made within 2 days. It's very simple, I've also tryed to make it flexible as well so it's easy for new coders to add on to it.

jackster35-1 commented on a Page, Channel count  -  Sep 09, 2011

No problem Jethro, all's forgiven. :)

 Respond  
jackster35-1 commented on a Page, Channel count  -  Sep 09, 2011

napa182, I wasn't going to delete your comment. I was just pointing out that off topic comments will get deleted.

 Respond  
jackster35-1 commented on a Page, Channel count  -  Sep 09, 2011

Hi, Aha2Y, thanks. I also love your scripts, they're amazing. I too might try making a dialog. I'll be using other peoples as examples and try and learn from others. :)

 Respond  
jackster35-1 commented on a Page, Channel count  -  Sep 09, 2011

Nobody needs to screw each other. At the end of the day, they've had a little "fight" from my point of view and whatever happens between them happens between them. Any comments that stay on topic are acceptable, otherwise I'll remove them. :)

 Respond  
jackster35-1 commented on a Page, Channel count  -  Sep 09, 2011

You lot have really good scripts, and Jethro, I like the script where it shows the channels as well. But my script is probably the most basic you could get with replying with the number of channels $2 is in. Really liking the replies and debates you lot are having. :)

 Respond  
jackster35-1 created a Page  -  Sep 08, 2011
611 

This is probably the most basic script in the world. It uses comchan as finds out how many channels $2 is in kinda =s

jackster35-1 commented on a mIRC Script, Megapede v1.01  -  Sep 04, 2011

Oh, I see... That's why. LoL, silly me :)

 Respond  
jackster35-1 commented on a mIRC Script, Megapede v1.01  -  Sep 04, 2011

Wow, your profile says you registered in 2003 if I'm correct yet the upload date is 1998, how does that work?

 Respond  
jackster35-1 commented on a Page, fun bot  -  Nov 10, 2010

COMMENT REMOVED

 Respond  
jackster35-1 commented on a Page, Beer script  -  Nov 03, 2010

Hmm, thanks for all the feed back guys, also TMFKSOFT, millions of people have thought of a idea like this. Although, I'm not gonna be harsh so I've now given you credit.

 Respond  
jackster35-1 created a Page  -  Oct 31, 2010
896 

A easy script I made for my friend.

jackster35-1 commented on a Page, Give Snippet  -  Oct 15, 2010

See, I was as stupid as ever back then. My grammer has stepted up alot from then. I've use punctuation and spelling more wisely. Sorry if it doesn't make sense :P I'm editing it now.

 Respond  
jackster35-1 commented on a Page, User Stats  -  Aug 25, 2010

Good script.

here:

on *:text:!ustats*:#: {
if (%lines- [ $+ [ $2 ] ] != $null) {
    msg $chan $nick $+ : $2 Has Writen %lines- [ $+ [ $2 ] ] lines.
}
else {
    msg $chan $2 Has Writen 0 Lines
}
}

Could be:

on *:text:!ustats*:#: {
    msg $chan $nick $+ : $2 Has Writen $iif(!%lines- [ $+ [ $2 ] ],0,%lines- [ $+ [ $2
] ]) line(s).
}

That would return 0 if the variable is $null :)

 Respond  
jackster35-1 commented on a Page, Cool Ban+Kick For Bot  -  Aug 25, 2010

Oh yeah, I didn't notice it kicked the nick using it xD

 Respond  
jackster35-1 commented on a Page, Cool Ban+Kick For Bot  -  Aug 24, 2010

Well, you should try and make this a bit more better by putting brackets.
Heres what I'd do to the script:

on *:LOAD:*:{
  echo Please type /bn followed by your bot's nick. Thanks!
}
alias bn {
  /set %botnick $1
  echo Thanks, botnick's set to $1
}
on *:text:!cool *:#: {
  if ($2 ison $chan) {
    if ($me isop $chan) || ($me ishop $chan) {
      var %coolnick $2 $+ `
      /nick %coolnick
      /mode $chan +b $address($2,2)
      .timer 1 3 /kick $2 $chan Oh no you baned your self and kicked your self?!
      return %coolnick
      /nick %botnick
    }
  }
}

That would suit my bot :)

 Respond  
jackster35-1 commented on a Page, The newer logging bot.  -  Aug 19, 2010

Umm, could you could make it so it'll log to a file as well as logging to a channel so the bot owner can view the loggings live and so the owner can check for users that abuse the bot.

 Respond  
jackster35-1 commented on a Page, Uno  -  Aug 13, 2010

The bottom of the script ain't there

 Respond  
jackster35-1 commented on a Page, Flood Protection  -  Aug 13, 2010

I know. Sometimes it doesn't reply to another user. That's what I'm trying to figure out. :)

 Respond  
jackster35-1 commented on a Page, Flood Protection  -  Aug 12, 2010

Yeah Tannn3r. I have the same problem, I'm trying to resolve it. I'll keep you posted. :)
Thanks for the nice comment AlmerC. :)

 Respond  
jackster35-1 commented on a Page, Flood Protection  -  Jul 25, 2010

Comment/rate/like please :D

 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.