Jump to content

Aikon

Members
  • Posts

    9
  • Joined

  • Last visited

About Aikon

  • Birthday 09/20/1979

Profile Information

  • Gender
    Male
  • Country
    Canada

Aikon's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I forgot to mention I'm fixing the errors he made in it. Now instead of chasing an error on "line 10548 of a.mrc" down, I now just have to find the error on "line 5 of b.mrc" I fix the error, and put it back in the main file, then send it back.
  2. I found the rest of the soles. They're in the /scripts folder. Every time I try to load one, it doesn't remain. I'm still sitting at 114. Maybe I overlooked a setting someplace...
  3. Well, damn. I've been separating files like a mad house for the past hour or so...and went to check the file count........it's stopped at 114 files...I wonder what happened to the rest of them... I guess this is my final answer. You can load 114 files in the remote tab. Thanks for the reply, err0r.
  4. Greetings, brothers and sisters. I'm working on fixing a friend's script. In order to target specific aliases and events I have opted to split each event and alias off, and place it into its own file. Granted this makes for many (many, many.......) files loaded to the remote tab. Is there a limit to how many files I can have loaded on mIRC version 7.19? Perhaps limited by mirc.ini in relation to its file size...? As we speak, I have 109 *.mrc (including ten "spacers"), and mirc.ini is only 11kb. If my theory is correct, I should be able to have thousands of files loaded with no issues. Before anyone starts to say "it's counter-productive to have so many files", know that this is only for code checking purposes. I plan on reducing the mass of aliases, and removing the single-use aliases completely. Chances are I already answered my own question, but I would still like to have verification from someone who knows for sure.
  5. I meant on Buzzen topics and conversations x_x edit: I just realize the ;u line was posted...I deleted that line before I clicked 'submit' ... 6_o
  6. There is one font style tag that is missing ;u = underline Unfortunately, s; (strike-through) does not work...Or at least I have not had it work for me...
  7. I thought I had 'set %a' also...my bad. I didn't feel it was worthy the bandwidth to upload as a file in its own right. But if you insist, I'll fix the 'set' and ad /* comment tags */ then upload it to the appropriate section. Thank you for the feedback!
  8. I found it annoying to have to make folders for things like log keeping in my script...it usualy looked something like this To ease the keystrokes I came up with this alias; alias mkf { tokenize 32 $1- var %a 1 while (%a <= $numtok($1-,32)) { set %b $+(%b,$gettok($1-,%a,32),\) mkdir %b inc %a } unset %a , %b }Use:/mkf foldername1 foldername2...foldernameN if you want to make more than one sub folder in any given folder simply repeat the command /mkf soldername1 foldername2.5 and you now have two second level sub folders! Note: This can potentialy make an infinate amount of nested folders. I tested it up to one hundred nested folders with no problems! ~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v~^v It became even more tedious when I had things like the date or the time as the folder name. So to make it simple(ish) I made this. alias fdate { return $date(dddd-mmmm-dd-yyyy) } alias ftime { return $time(hh.nn.ss.TT) }Use:/mkf logs fdate Now I can have tmy log files sorted by date with a few keystrokes! Closing comments I could probabley add a line to the mkf alias to check if the folder exists... "... if (!$isdir(%) { mkdir %b ... " but it works fine the way it is now. I hope this is found to be useful to someone...if you use this snippet - even if you change it in any way - please send me a copy of the script you used this in. That way I can learn and grow in my ability.
  9. Aikon

    Why

    Simple solution. Don't come here and you won't have to complain how dead it is. Why shut the site down? It's a resource for less experienced scripters, or someone with no experience just looking for a reliable bot. Think back. The chat worlds have a natural cycle when it's more active at time and nearly lifeless at others. First it was MySpace, then it was FaceBook, and then there are always other chat services. Chat everywere gets quiet for awhile as the members of the sites examine the new services. But they eventualy come back, and chat is thriving once more. At least until the next new thing comes along. In a perfect world there would be one service that offered everything a chatter would want. All the features would work flawlessly and nothing would ever break down. Everyone would be happy all the time. But this is not a perfect world. Far from it. Does that vox/cam option work I see in the whisper box? I have no idea, but that is an option that the other chat sites I've been to doesn't have. Maybe it's worth exploring, eh? When you get down to it, most people do have a life outside of the computer chair. You can't expect your post to get an instant reply. There is more I could say, but I'm nearly new here...and I don't want to be forceably removed. This has been another opinionated mini-rant, brought to you by ThatGuy
×
×
  • Create New...