Jump to content

Fanfare

Members
  • Posts

    310
  • Joined

  • Last visited

Posts posted by Fanfare

  1. 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' />

    }

    }
  2. 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? :noidea:

  3. 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.

  4. Has anyone heard from CharmedOne? Maybe she did crash. What's the deal girly? You win, loose, crash, or what. Can't let us tink bad thoughts.... <wo0t>

     

    As the saying goes, be careful what you wish for...lol
  5. 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. :P

  6. 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.

  7. 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.

  8. 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 }

     

  9. I have run rooms hidden for months without being discovered by admins, something I might reconsider with my drupal setup.
    Perhaps that's because they don't give a darn, as long as you're not doing something violating to get their attention.

     

  10. :oops: thank you for your replies iv decide its just too much messing about to bother with :( iv tried a few things but im not sure how to work them so I gave up :P
    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.
  11. 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
        }
      }
    }

×
×
  • Create New...