1. You did not use search.
2. Explain to me how their hostmask is not shown.
3. Just because you're too lazy to change a few lines of code and/or you're not intelligent enough to understand a simple scripting language does not mean you should be rude to people for attempting to help you.
Originally Posted By: McOwnage
1. Their hostmask is not shown that is why I said name.
2. I did use search.
3. Just because you THINK someone did not use search does not mean they did not use it.


Originally Posted By: Kardafol
This has been done before. Use the search feature.
Code:
on !1:join:#chan1,#chan2:{
  var %x = $hget(welcomed. $+ $chan,0).item
  while (%x) {
    if ($hget(welcomed. $+ $chan,%x).item iswm $fulladdress) {
      return
    }
    dec %x
  }
  hadd -mu1800 welcomed. $+ $chan $wildsite
  .notice $nick Welcome to $+($chan,!)
}

That will send a message once every 30 minutes, and match their hostmask instead of nickname. Of course, you'll need to change #chan1,#chan2 to your channel, and add it to your remotes (ALT + R).
You can change the "hadd -mu1800 ..." to "hadd -mu86400 ..." for 24 hours, etc. The number is in seconds, so you'll have to calculate it a bit to find the value.


Edit: Forgot to add your quote for added effect.

Last edited by Kardafol; 07/04/07 04:54 PM.

Those who can, cannot. Those who cannot, can.