https://forums.mirc.com/ubbthreads.php/ubb/showflat/Number/245756/Searchpage/1/Main/46310/Words/Awesome%21/Search/true/Re:_adding_commands_and_showin#Post245750

searched that so it has the search items in there :P

That script basically creates a .txt file named commandresonse.txt and every time someone adds it the new command will be added to the end, here is an example (i said ok since it didnt go through)
also
Code:
http://i.gyazo.com/a17c0750b371b29915d2b08b72d9ecb4.png

just is my list of names that can add commands, you should be able to edit your commands file and all that.

EDIT: almost forgot, here is the command i used to run this :P
Code:
on *:TEXT:!commands:#: { 
  if ((%floodcommands) || ($($+(%,floodcommands.,$nick),5))) { return }
  set -u15 %floodcommands On
  msg # $read(commandsresonse.txt)
}

Last edited by judge2020; 29/06/14 10:28 PM. Reason: added edit section