mIRC Home    About    Download    Register    News    Help

Print Thread
#244158 27/01/14 06:41 PM
P
PollyPocket
PollyPocket
P
Hey guys, I know the forums are pretty dead however I was trying to figure out how to make an announcement every
[certain amount of time]
If there is anyone who can assist great if not i'll keep testin.
I've scratched all that i've written so far ahha. X.X

#244159 27/01/14 06:59 PM
J
jaystew
jaystew
J
Hey

How about this?



Code:
alias annouce {
  timer 0 1800 /msg $1- 
}
menu nicklist {
  Make Announcement:/annouce $chan $$?="Annoucemnet:"
} 


Place it in remotes on mIRC. Right click the names list in the channel you want to announce in, Click on Make Announcement, Enter your message, then every 30 minutes it will repeat your announcement.

Then to stop it you need to type /timers - Find the message you want to stop (if its timer 1) then do /timer1 off

#244160 27/01/14 07:16 PM
P
PollyPocket
PollyPocket
P
life saver, appreciate it!
and it was a silly mistake on my part haha XD
Well people learn from asking sometimes right?

Really appreciate it thought thank you!

#244161 27/01/14 07:23 PM
J
jaystew
jaystew
J

No problem, Glad I could help..... Yep, Can only learn by asking smile


Link Copied to Clipboard