ChatSpace Timed Message

By Stronach on Oct 30, 2012

This is a very simple script however it comes in handy for people, plus i have not seen this posted anywhere yet... Until now. Anyway it's a simple auto notice to all members, using timers! (P.S: I did not make this, i simply posted it on here to help some people out, my friend coded it for my server) Oh and it's using on connect, so once you paste it in remotes, disconnect then reconnect and it will function.

on *:connect:{
  if ($server == Your.Server) {
    .timer1 0 30 .notice $ (Server Message) - This will be sent to server every 30 seconds.
    .timer2 0 40 .notice $ (Server Message) - This will be sent to server every 40 seconds.
  }
}

Comments

Sign in to comment.
blackvenomm666   -  Jan 01, 2013

and technically you could set it to message with a random time the way it's set up right now no need for a .txt

 Respond  
Weldon   -  Dec 30, 2012

yep, also having the server messages in .txt so it can be read from them with a random time would be a little better :p

 Respond  
blackvenomm666   -  Oct 31, 2012

this isn't actually just for chatspace it will work on any type of server you connect to via mIRC

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