Scoop Script Mirc | Web |

Introduction

ON *:TEXT:::: The primary event for capturing incoming messages. scoop script mirc

Check persist behavior

alias chatbot 
  var $user = $nick
  var $message = $1-
  if ($message == !hello) 
    echo Hello, $user !

Task Automation: Simplifies everyday IRC tasks through aliases (custom shortcuts) and popups. Introduction ON *:TEXT: : : : The primary