can i please have some elaboration on how this works, just say for example the timer is named .timerfour

how would i get /timer[n|name] [off] to work?
Code:

on *:TEXT:!stopbob*:#: {  
  if ((%floodstopbob) || ($($+(%,floodstopbob.,$nick),2))) { return }
  set -u10 %floodstopbob On
  set -u30 %floodstopbob. $+ $nick On
  /msg $chan $nick you have stopped bob $+ .
  /timer four off


--edit-- never mind I worked it out hope this helps anyone else with similar problem!

Last edited by logan_671; 11/05/15 01:22 AM.