tglogo.png
1 LIKES

Snippet


Simple Room Broadcaster

In Category General ircWx Posted by Winz On 06/03/19

Put this snippet in your Channel Popup section of mIRC. Feel free to edit it however you want.
You must be a host or above to use the broadcast feature and it would be useful for announcing birthdays, anniversaries ect.
Enjoy! :D
Channel Options
.Broadcast to Channel: { var %c # | set %bcmsg $?"Please enter your broadcast message for the room."
  if (%bcmsg !== $null) { set %yn $?!"Send to channel? - %bcmsg " 
  }
  if (%yn == $false) { halt 
  }
  if (%yn == $true) { .raw NOTICE %c %c : %bcmsg
  } 
  unset %bcmsg | unset %yn
}


Comments 1

err0r - Saturday, 30 November, 2019
thanks for submitting smile

Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand