Atr

Atr

Joined
Jun 25, 2009

Activity Stream

Atr commented on a Page, lots of different scripts all on one  -  Feb 25, 2012

Very sad to see bits of some scripts I made years ago in there. I'd been told that some of my work had been posted here. Please don't rip off other people's work, and ask if you're going to use or share it with others - it's just common decency.

 Respond  
Atr commented on a Page, Very basic pastebin with Sqlite3  -  Mar 21, 2011

Very nice! This can come in handy for creating a place to dump code, without having to endure pastebin.com's recently-acquired fail-ness.

Nice work with the code, too. Short and sweet.

My only suggestion would be to make the links a bit shorter, as a base64-encode is a bit long for comfort in the short-URL world which we live in.

 Respond  
Atr liked a Page, Very basic pastebin with Sqlite3  -  Mar 21, 2011
Atr commented on a Page, [Bot script] Split message if its overlimit  -  Feb 12, 2010

I see.. :o

Thanks for that.

 Respond  
Atr commented on a Page, [Bot script] Split message if its overlimit  -  Feb 09, 2010

@sunslayer, 'twas a joke between Plornt & I. ;)

Btw, do my eyes deceive me? Plornt, you're using the $eval variable method! :D

 Respond  
Atr commented on a Page, [Bot script] Split message if its overlimit  -  Feb 08, 2010

Oh look I can pipe the script to make it look smaller:

alias msg {
if ($len($2-) > 466) { var %channel $1 | tokenize 32 $2- | var %tot $0 | var %x 1 | var %msgnum 1 | while (%x <= %tot) { if ($len($($+($,%msgnum,-,%x),2)) > 466) { msg %channel $($+($,%msgnum,-,$calc(%x - 1)),2) | var %msgnum %x } | inc %x } } | else msg $1- }

Sorry, couldn't resist. Anywho, nice work Plornt.

 Respond  
Atr commented on a Page, 2 USER Remote Paint - UPDATED v1.6 - Ses PB  -  Dec 31, 2009

Heh, finally getting round to haltdef'ing it.

/me wonders who suggested that after a pretty alarming spam rape.. xD

 Respond  
Atr commented on a Page, Mirc dialoged stopwatch  -  Dec 27, 2009

Just an idea: change 'Stop' to 'Pause' as that's what it does.

'Utilities' rather than 'Utilitys'.

And LOL @ the milliseconds, I see what you mean! xD

 Respond  
Atr commented on a Page, Updated Ping list with my first dialog  -  Dec 27, 2009

Lol @ the use of aliases for the dialog XD

Just use:

ON *:dialog:Ping:init:*:

Edit; you may also want to NOT use /ping as an alias (it already has a ctcp function)

 Respond  
Atr commented on a Page, Pandoras Talking Bot  -  Dec 10, 2009

The bot's.

I.e. the one that you want to be running the script on O.o

 Respond  
Atr commented on a Page, Mario Popup  -  Dec 02, 2009

Lol xD

 Respond  
Atr commented on a Page, /opstat  -  Nov 02, 2009

Would be nice if you set local variables instead of global variables.. in fact, I don't think you need to declare all those variables at the beginning as 0 at all..

 Respond  
Atr commented on a Page, Star Wars Rpg  -  Nov 02, 2009

Lulz, a Star Wars fighting game - nice :P

 Respond  
Atr commented on a Page, Advanced Quote System  -  Oct 24, 2009

Looks like a good quite system, using a combination of text files and ini files..

My only little quibble is instead of all those /notice commands, you can simply use $& to tie the lines together.

But then that's each person's own little way of scripting ;)

7/10

 Respond  
Atr commented on a Page, Pandoras Talking Bot  -  Oct 12, 2009

@genie, this is a vague idea .. but you could change

On *:Text:*:#: {

to

On *:Text:*:?: {

No idea if that would work, though.

 Respond  
Atr commented on a Page, Seen script.  -  Oct 11, 2009

Lol @ not tracking Guests..

 Respond  
Atr commented on a Page, On start auto join server and channel  -  Oct 11, 2009

IRC kidnapping :O!

And I'd -m, unless you want to get very annoyed people being thrown out of their servers and into yours..

 Respond  
Atr commented on a Page, Clan basic script  -  Sep 29, 2009

Clans? :S

 Respond  
Atr commented on a Page, Periodic Table / Element Table  -  Sep 28, 2009

Sg is a little bit of a wild element, but don't worry :P

And, yeah nice script! I love the kick ass returnelement alias x)

 Respond  
Atr commented on a Page, Botserv say whut?  -  Sep 11, 2009

An /amsg using BotServ? Lol..

alias msay { 
  var %x 1
  while (%x <= $chan(0)) { 
    msg botserv say $chan(%x) $1-
    inc %x
  }
}

While loops > Goto loops :P

 Respond  
Atr commented on a Page, Mass Invite  -  Sep 08, 2009

Yeah, no problem. I'm a forgetful sod, always mixing my commands round xD

 Respond  
Atr commented on a Page, Harry potter duel script  -  Sep 07, 2009

Awwwwwwwwwwwwwwwwwwwwwwwwww

 Respond  
Atr commented on a Page, Harry Potter Duel Script PopUp Addon   -  Sep 07, 2009
.Yes:/msg # !yes
.No:/msg # !No

Lol.

 Respond  
Atr commented on a Page, Mario Popup  -  Sep 07, 2009

LOL

Love it xD

 Respond  
Atr commented on a Page, Mass Invite  -  Sep 07, 2009

Just a little idea, as I'm likely to forget and many others will too, and they might not what to peer in at the script or look at this page all the time..

Where

echo -a * /minvite Insufficient Parameters

Change to:

echo -a * /minvite Insufficient Parameters, Correct Syntax: /minvite #from #to

Or something similar anyway :)

 Respond  
Atr commented on a Page, Family Feud  -  Sep 07, 2009

broccoli, make sure you set the %chanFF to your channel.

 Respond  
Atr commented on a Page, Harry potter duel script  -  Sep 07, 2009

But this game rawks! D:

 Respond  
Atr commented on a Page, Pandoras Talking Bot  -  Aug 19, 2009

Ah, ok then. I'll see if I can look into it ;)

@chat_with_me, Right click the channel, and select which bot you want to activate in the active channel.

Edit;
Hmmm, no idea why that happened/posted so late.. :S

 Respond  
Atr commented on a Page, IRPG Game - In Progress  -  Aug 18, 2009

Lol not bad .. could do with some random events .... like the original iRPG xD

LMAO, could do with a check to see if someone has actually registered/logged in before awarding penalties

[12:20] -IdleBot- For talking, your clock has raised seconds. This is an idling channel, not a party ;/

Edit; and it's missing a hell of a lot of brackets for the if statements - part of me thinks you haven't properly tested/used this?

 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.