Jump to content

Kronicdreamer

Members
  • Posts

    220
  • Joined

  • Last visited

Everything posted by Kronicdreamer

  1. Mibbit is a nice IRC client (web based) and stay updated quite frequently... Its on the slightly large list i got on my site... ev9lve.com
  2. that color cop thing here i believe gives rgb values
  3. $me will return your nick, and $uptime(server,1) will resturn your uptime on that server... $uptime(system,1) will return your machine uptime.
  4. i still dont understand why you would wana k/b a script :/
  5. its all looking nice... if it had a treebar instead of stock switchbar it would be a lil better IMO good job though
  6. he hung out on Koachs server, irish where most of you old msn'ers never come.
  7. i mentioned it.. thanks ozz Windows XP: New Courier Vista .. what ozz mentioned Linux: FreeMono
  8. VERY nice! use -i## to keep the topic aligned... and color : a slightly diff color to just keep it noticable .. thats just my opinion other then that its very clean!
  9. I Personally love Aligned themes... even if the colors are horrid and since i have posted SS's of mine, i have had 15+ pple ask me how to align a theme so i will give you the basics. And if you search Google as i did befor i knew how, youll see there isnt any tutorial on manual theme alignment, just mts junk.... so..... Lets start w/ the Alias... alias thalign return $str($chr(160),$calc(15 - $len($nick))) All it is, is $str() w/ $chr(160) "space" , and total of 15 which you can change to align whereever away from the left... 15 - $len($nick) is the 15 total spaces minus the length of the nick talking which aligns everything... also make a timestamp alias which will come in handy if you use one.... alias thtime return $asctime(hh:nn) ok here it is working... on ^*:TEXT:*:#: { echo -i35 # $thtime $thalign $nick **[spacer] $1- halt } -i35 will space any runover on the next line to align w/ the nick from above... It WILL have to change w/ any changes to the total $chr(160)'s to make it align correctly... **[spacer] REPLACE this with : or any symbol so itll break the nick from the persons text ($1-) If you use | either make it a %var or use color code around it or itll break the $1- for the next line which will not work... Next is an example of join/part... Alias... which is a lil different to align these and will work for Quit which youll havta loop to the common channels... alias thjpq return $str($chr(160),14)) on ^*:JOIN:*: { echo # $thtime $thjpq J $nick | halt } This is my 1st Tutorial, so it prolly aint neat nor 100% accurate, but you get the point... On INPUT statement... start w/ alias like always... All is similiar to past alias... alias thme return $str($chr(160),$calc(15 - $len($me))) Here is the on input in action... echo 1st, msg 2nd and theme should work... on &*:INPUT:#: { if (/* !iswm $1) { echo -i35 # $thtime $thme $me **[space] $1- .msg $active $1- halt } } change # to ? and $active to $nick and itll work in Queries.... ***fixed to allow /cmds ** Also will ONLY work w/ fixed width fonts! ** Will edit more in, and extend on whats here later **
  10. i have been this mornin, i just dont have the drive like some do work on it for hours++ so i built a half done theme lol
  11. mirc inside Wine w/ a lil different theme i am bored.... as you can tell....
  12. that was a quick decision lol.... anyways if you ever need help you know where to find us..
  13. other then the blank blue spaces at top and bottom it looks nice, also chain will love it w/ all that blue...
  14. get a webchat script like Warrior124's or there will be a few more out soon!
  15. X is turning into a double poster X|
  16. If your only making the script for yourself just make a simple lil alias... alias connall { /join %#test101 /join %#test102 /join %#test103 } Just add more rooms if needed or delete and when you start mirc just type /connall This maynot be the best way but its the easiest if its a personal script...
  17. or like non-lazy pple do, you can type /query $nick out My double click in regular nicklist is /whois .... I hate PMing usually porn pple anyways... :|
  18. everyone picks on me :P Anyways sweet lookin nicklist there... i love the drop down feature... i may havta grab that dll which one yall using anyways...
  19. i dislike kte just my opinion...
  20. Other then what oz said its clean.. IMO a white BG would be nicer but thats just me
  21. its the opposite of XOP/AOP etc. for listing gold/op/half etc.
  22. woohoo '' i got 10 on it '' made me think of that weird song :/
×
×
  • Create New...