Advertisement
splint

mIRC Question command with and without flood timer

Nov 25th, 2014
398
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:*:#:{
  2.   if (I have a question, isin $1-) {
  3.   if ((%floodquestion) || ($($+(%,floodquestion.,$nick),2))) { return }
  4.   set -u30 %floodquestion On
  5.   set -u30 %floodquestion. $+ $nick On
  6.   msg $chan $read(text_doc.ini)
  7. }
  8.  
  9. on *:Text:*:#:{
  10.   if (I have a question, isin $1-) {
  11.   msg $chan $read(text_doc.ini) }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement