Jethro commented on a Page, Greeting message [UPDATED]  -  May 21, 2011

It's very rudimentary, but is also inclined to being flooded if someone malicious sends in a massive amount of bots to get you thrown out of the network and possibly get banned for sending too many lines of greetings too fast.

It'd be best if you considered using a timer like so:

on !*:JOIN:#:{
  .timer 1 3 greeting $chan
}
alias -l greeting {
  msg $1 YOUR MESSAGE HERE 
}

This tells mIRC to wait about 3 seconds after a user has joined before your greetings are sent. The ! by the join event will not trigger when you (the client that runs the code) join. It'll trigger upon other people's entry only.

You can adjust the delay longer if you wish.

dma  -  May 17, 2018

how do i get this to use it in one channel its doing it where ever the bots is

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.