Jump to content

Kronicdreamer

Members
  • Posts

    220
  • Joined

  • Last visited

Everything posted by Kronicdreamer

  1. yea it all works fine but, you havta go thru and delete all the err0r.wav splays in it, or youll get alot of error msg's but still works even if you dont do that pretty nice setup
  2. as long as your not playing games, and you understand basic PC stuff its pretty easy.
  3. Nice Haggis, glad to see more linux users, and have you got flash to work in opera yet? i have failed at the couple tries i did.
  4. Just geting the new SS's going in a new year! Top is a regular SS of desktop... 2nd is the desktop (section) i use for mirc only, which i run in wine... GTK++ 2.0 Theme (Macchiato) + Beryl Theme (Macchiato) Screenlets (Circle Stats)
  5. send it my way, i have just coded all into menus but cant see the lists unless i look at status like the old style
  6. very nice, next you need to make a SOP style access lister i started on one but i am too rusty and stupid to finish it.
  7. Good thing you done there chain, but it always happens... In my opinion when it comes to mirc coding (since 99% of the time there is NO money involved) some ripping aint bad! and it shouldnt cause this much drama!!! who cares its just a different language! english was ripped from british speach and spanish and french both have parts of each other in their's so dont let it get to you, just keep on your business. Everyone SHOULD give credits where the code is from but when it comes down to it, there is only sooo many ways to code some things so alot of code WILL look similiar! I just believe everyone should put on their big person undies and get over it!!!!! my 2 cents!!!!
  8. yea i have checked about 5 times to make sure it stays clicked and still just ignores the disconnect :/ confusing
  9. Well ill explain real quick my problem... I run mirc in WineHQ on Ubuntu Linux and if/when i disconnect from the net, my mirc will not reconnect like on windows.... I have tried to do a timer on a basis of 2-3 hours to do a ping to myself and other, but that will not work. Only thing i found is just type a period in a chatroom and itll reconnect, but thats not a real cool idea for a timer, just woundering if anyone else have tried this or have any ideas on a fix for it... ty in advance
  10. also instead of a timer just use... on *:START: { server four.irc.sparkpea.net server -m irc.koach.com server -m irc.freenode.com server -m irc.mozilla.org server -m irc.xalaris.net server -m irc.wyldryde.org } works fine unless you got a TERRIBLY slow pc.... other then that fix the $network names and it should work....
  11. i HATE ascii nicknames, cant pple just use english letters? Also ALOT of wasted space, buttons are HUGE, and on the main dialog left side the bar should fill down the dialog.... the overall look is clean though good job
  12. never bothered me on windows, on linux though a massjoin alone freezes it in wine
  13. on *:JOIN:*Roomname*: { if ($nick != $me) { /mode # +o $nick }} ^^ That would work, just replace *Roomname* w/ your channels name including #
  14. no problem just takes a lil mirc help file reading to get used to it...
  15. Here is a 1 minute code, should work perfect as long as the networks names are right, so thatll be where to change if their different... goodluck on *:START: { /wyldryde /mozilla /freenode /deviantart } alias wyldryde /server irc.wyldryde.org alias mozilla /server -m irc.mozilla.org alias freenode /server -m irc.freenode.com alias deviantart /server -m irc.deviantart.com on *:CONNECT: { if ($network == wyldryde) { /join #geekstogo } elseif ($network == mozilla) { /join #firefox,#addons } elseif ($network == freenode) { /join #xhtml,#html,#css,#php,#javascript,#phpbb } elseif ($network == deviantart) { /join #devart } }
  16. alias koach /server irc.koach.com on *:CONNECT: { if ($network == Koach.com) { /ns identify *password* /join #tg007 /join #koachsworkshop /join #bruce /join #irchainscriptz /join #essex_house /join #test /join #irpg } } This is mine, its not on Start but when mirc opens i just type /koach and it joins the rooms. Replace *password* w/ your pass for most irc servers, (Unreal) i believe is used on koach. All you havta do is replace 'alias koach' w/ the on START coding and itll connect then
  17. very interesting, good job, and if you need some kinda beta tester, etc. hit me up on msn mess been adsent hunting alot but i am still on here daily
  18. lol Zan... I went out last night but only seen a maybe 50lb still spotted baby.... squirel hunting in mornin
  19. you can primitive hunt (Black powder/Bow) early Oct. slightly warm then...
  20. Well i thought it would be fair to post a topic about hunting, any pics, what guns, etc... I havent got any as of yet but my brother got a 5 point 185lb whitetail and will post some pics once we get them back in...
  21. I been offline the last couple days including thanksgiving... SO... Happy Late Thanksgiving ** Offline to paint house had to move PC's
  22. welcome aboard and some of us have been sent to the crazy house because of this place
  23. If you cant find any testers, hit me up on MSN mess, or irc ill help...
×
×
  • Create New...