Jump to content

Fanfare

Members
  • Posts

    310
  • Joined

  • Last visited

Everything posted by Fanfare

  1. That list serves nothing but a memory. MSN chat dynasty was history. All the former staffs, good or bad ones then, are just like us, common people in the real world now.
  2. I'd prefer that you use $1 in place of $comchan($nick,1)
  3. This should work: raw 822:*:{ if ($ulist(*)) { msg $1 Hurry Back $nick Dont Go To Far Away <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/biggrin.gif' class='bbc_emoticon' alt=':D' /> } } raw 821:*: { if ($ulist(*)) { msg $1 Welcome Back $nick Did You Fetch A Friend Back <img src='http://www.tg007.net/forum/public/style_emoticons/<#EMO_DIR#>/tongue.gif' class='bbc_emoticon' alt=':P' /> } }
  4. Looks like a case of voluntary manslaughter. It's a shame what the game addiction can do to a human being.
  5. Josh, a bit off topic here. About the donation you've been asking the public for, why not ask your parents for help? Most parents I know support and love their children to go to school. You can give them back the money when you're financially capable. Take that as a loan from the people who bring you into this world...if you don't like the idea of being dependent on your old folks. P.S. I don't know about your family's financial livelihood, but judging from the way you've been pleading for monetary assistance, I suppose it's below the average?
  6. Free email account by MSN can have the domain name ending at @hotmail.com @msn.com or @live.com. I'm not sure if that has changed, but I have them as free mail accounts.
  7. with $(|) no comma is necessary since the evaluation of '|' simply does nothing.
  8. I know that body builders and people who have been training must be consistent throughout their lifetimes. Because once you stop or take a long break from the training routines, you're gonna be out of shape sooner than you'll ever know. Take Arnold Schwarzenegger, for example, he's not as fit as he once was. All the muscles he gained have literally turned into fat due to inactivity in training, when he became the mayor of California.
  9. Maybe you should keep up with the car racing so you wouldn't feel too bored.
  10. As the saying goes, be careful what you wish for...lol
  11. I hope your driving skill is as good as the pro racing driver Danica Patrick, and I wish you a safe race.
  12. Khaled responds to registration questions promptly. I have emailed him many times regarding such matter and received a responds within hours. Of course, that depends on what emails you send him to be ignored.
  13. What is the point in parking or idling in a chat room? I suppose the "gathering" is what makes irc appear alive these days.
  14. Well, I don't think speed will make much of a difference. Yes, that will do it, but I was giving her an alternative so she can try it for herself and see which works. She did mention she already has a guest kick code (which I think it's the one you've provided, Travis) that won't kick for some odd reason.
  15. Try this: on @*:join:#:{ if $regex($nick,/^\x3E/) { kick # $nick No Guests! } }
  16. All that, IRC is not as popular as, say, a few years ago. People find other means to communicate with other people via IM, twitter, facebook, online forums...etc. They literally replace IRC in some ways. If you feel IRC is not worth your personal time investment, it's time to move on to other things in life.
  17. You can use mirc's user list feature easily: /auser -a blacklist NickHere Then on blacklist:JOIN:#: {;your message here } To remove: /ruser NickHere You can also use an on part event to remove it, so they only get a one-time message when they return. on blacklist:PART:#: { ruser $nick }
  18. I believe $utfdecode($utfencode($nick)) should work the same.
  19. I don't see why a custom alias for decoding is needed. mIRC already has the ability to encode and decode utf8 text. (though not fully) There are two identifiers you can check out: $utfdecode() and $utfencode()
  20. Perhaps that's because they don't give a darn, as long as you're not doing something violating to get their attention.
  21. Quitters never win; winners never quit. If you keep on trying you will find what you want. If you quit, though, you will never get what you want.
  22. Have you tried: //mode # +k <pass> Then only those know the pass can join with: /join %#yourchannel <pass>
  23. I'm not sure if this will work, but give it a shot if you will: on !*:JOIN:#:.ctcp $nick VERSION on *:CTCPREPLY:VERSION*: { if (!$1-) { var %v = $comchan($nick,0) while (%v) { if ($me isop $comchan($nick,%v)) { kick $v2 $nick No vesion reply detected! } dec %v } } }
  24. on *:connect:.timeraway 0 300 nickchange alias -l nickchange { if ($idle >= %atime) && (!$away) { nick $me $+ [away] away 4 auto away after %atime minutes ame 1auto4 away after %atime 1minutes } }
×
×
  • Create New...