gooshie commented on a Page, Bar (Revamped)  -  Feb 21, 2011
on $*:text:/[FIX]\b![/FIX]open\b/iS:#:{
  if $group(#bar) = off && !$nick(#,$nick,r) && ($left($nick(#,$nick).pnick,1) != +) {
    .enable #bar
    msg # The bar is now open for business!
  }
}
#bar off
on $*:text:/!(\S+)/S:#:{
    if $regml(1) = close && !$nick(#,$nick,r) && ($left($nick(#,$nick).pnick,1) != +) {
      .disable #bar
      .timer 1 4 msg # The bar has been closed for the day!
    }
    elseif !%t {
    var %msg = $bartender($regml(1))
    if %msg { inc -u4 %t | %msg }
  }
}
alias -l bartender {
_________________________________________________________________________________________
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.