Advertisement
Matrixis

#charity check

Dec 17th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.32 KB | None | 0 0
  1. on $*:text:/^((?!#charity).)*$/i:#matrixis: {
  2.   var %starttime = $ctime(18/12/2017 00:00:00)
  3.   var %endtime = $ctime(29/12/2017 23:59:59)
  4.   if ($ctime >= %starttime) && ($ctime <= %endtime) {
  5.     if ($msgtags(bits).key) {
  6.       msg # Don't forget to use #charity in all bit messages from 18th - 29th December
  7.     }
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement