Id: 29045; Nick: Daveoh; Timestamp: 2008-08-07 14:56:23; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
on *:TEXT:!rofficer *:#:{
  if (%request) { if (!%request.spam) { notice $nick 0:: 11 Another request is currently taking place. Please wait. 0:: | set -u5 %request.spam 1 } | halt }
  set -u60 %request $nick
  msg #Perdition.private 0:: 7!Request 0::
  msg #Perdition.private 0:: 7 $nick 11 is requesting an officer: "7 $2- 11" 0::
  notice $nick 0:: 11 Your request has been sent. Please wait. 0::
  .timerrequest 1 60 notice $nick 0::11Sorry for the delay, no officer is available right now. Please try again later. 0:: 
}
on *:TEXT:!accept:#Perdition.private:{
  if (%request) {
    .timerrequest off
    notice %request 0::7 $nick 11will be with you shortly 0::
    unset %request
  }
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.