mIRC Home    About    Download    Register    News    Help

Print Thread
#244158 27/01/14 06:41 PM
Joined: Jan 2014
Posts: 4
P
Self-satisified door
OP Offline
Self-satisified door
P
Joined: Jan 2014
Posts: 4
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

Joined: Jan 2014
Posts: 55
J
Babel fish
Offline
Babel fish
J
Joined: Jan 2014
Posts: 55
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


Regards

JayStew
jaystew #244160 27/01/14 07:16 PM
Joined: Jan 2014
Posts: 4
P
Self-satisified door
OP Offline
Self-satisified door
P
Joined: Jan 2014
Posts: 4
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!

Joined: Jan 2014
Posts: 55
J
Babel fish
Offline
Babel fish
J
Joined: Jan 2014
Posts: 55

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


Regards

JayStew

Link Copied to Clipboard