Advertisement
Dawnstar

Prayer Time Amsg

Feb 16th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.57 KB | None | 0 0
  1. ;As requested by bro Prayerz for the announcement of azan time in all chans.
  2. alias azan {
  3.        .timerzohor %zohor 1 1 amsg Time for solat zohor now.
  4.        .timerasar %asar 1 1 amsg Time for solat asar now.
  5.        .timermaghrib %maghrib 1 1 amsg Time for solat maghrib now.
  6.        .timerisyak %isyak 1 1 amsg Time for solat isyak now.
  7. }
  8. on *:connect:azan
  9. menu channel {
  10.       Azan
  11.      .zohor:.set %zohor $?="syntax e.g 13:30"
  12.      .asar:.set %asar $?="syntax e.g 13:30"
  13.      .maghrib:.set %maghrib $?="syntax e.g 13:30"
  14.      .isyak:.set %isyak $?="syntax e.g 13:30"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement