Jump to content

Fanfare

Members
  • Posts

    310
  • Joined

  • Last visited

Everything posted by Fanfare

  1. Not unless someone suffered from a bad case of diarrhea.
  2. I have shown you how by using the $utfencode() identifier. All you have to do is place JÕhnŠǑn inside the parenthesis, as in , echo it out, and then you will see it as: JÕhnÅ Ç‘n That is the one you need to put inside the mirc remote. After you have done that, and when people call JÕhnŠǑn , it'll trigger the script. Or better yet, use the link error provided to convert.
  3. //echo $utfencode(JÕhnŠǑn) converts it to: JÕhnÅ Ç‘n on *:TEXT:*JÕhnÅ Ç‘n*:#:{ if (%JÕhnÅ Ç‘n == off) { halt } else { /set -u3 %smsg $2- write call.txt $nick - %smsg splay call.wav set -u10 %JÕhnÅ Ç‘n off } } This way, mirc can decipher your nick with special chars. P.S. I'm not sure what you do with: Also, I don't understand why you set it and then unset it in a matter of seconds?
  4. I have a question. What's the difference between a socket and non-socket connection? Are they any better versus each other?
  5. Or get a pair of magnifying glasses...lol
  6. 1. Adjust your current screen resolution. 2. Get a high definition PC monitor. Oppes, I forgot one: 3. Get a better graphics processing unit
  7. Fanfare

    My Theme

    Nice choice in that color combination, which is easy on the eyes. Although this is a matter of personal taste, there are people who like dark or "funky" themes and all that, and that just ain't my thing....lol I like a theme that's simple, clean, "user-friendly," so to speak.
  8. Fanfare

    Help

    What does it say inside the [....] [??????] qnormal= \\quention ► %2 points ◄ 
 (co) nº %1 ►► %3 ?
  9. Fanfare

    Help

    You can use the /tokenize command to separate them vertically:alias test { var %x = \\Question ► 7 points ◄|nº 51 ►► What swimming stroke is named after an insect? tokenize 124 %x | echo -a $* } The question is divided by $chr(124). I'm sure you get the idea. Upon the alias trigger /test, it'll come out as:
  10. Congratulations on being chosen as a host, Warrior! I'm still inquisitive about what's going to be the particular difference between the signature edition and the retail version? Other than a signature on the box, anything else that sets itself apart? From what I've gathered, it's no different from the retail one, except the only catch is that party hosts get it for free is all. If you ever get the chance of installing the signature edition when the time is right, please post your findings, Warrior.
  11. Fanfare

    Erm

    Don't judge a book by its cover. But still many people get duped all the time. lol
  12. Limited Editions ultimate with Steve Ballmer's autograph on the box is what the chosen party hosts get, and that's the only eye candy, aside from the word "FREE!"
  13. JOhnson, this is all you need: on !*:join:#: { msg # $+($chr(3),04,Hi $nick) } You can use mirc $chr(3) to initiate a color code with their numbers; $chr(3) means Ctrl+k. The ! sign in mirc indicates that it won't trigger upon your own entry if used in the on join event.
  14. Are you trying to make people jealous or what? lol
  15. You can google for pictures and its features to find out what it is like. On a side note, though, do people still use wins 98 these days? I don't think microsoft supports it anymore. And 98 is not a safe OS, lacking many security features.
  16. Good thing we still have many 'old timers' here forging strong preservation of the past memories. lol
  17. Oh yeah, thanks for reviving the reminiscences.
  18. Calm down, Johnson...I meant no harm. perhaps I sounded a little cynical. Cheers, mate.
  19. Why can't some people let msn ocx die in peace already? If Buzzen can do it, so can others.
  20. I think it'd be best to use hash tables instead of text file for scripts like nick logger...it could get quit big in size over time in your hard drive.
  21. and $ is the end of string + means one or more, as in \w+ for instance...
  22. Nice work, Warrior. But don't you think it's obvious this request was made for Buzzen in the first place? Not to mention this is a Buzzen thread. lol
  23. To me, I like to have my nicklist shown on my FAR left side. It's the same logic we have people right- and left-handed.
  24. You do know that Obama has white blood in him from his mother's side, right?
×
×
  • Create New...