# -*- mode: ruby; -*- #=begin header #Initialization # # $Author: knu $ # $Date: 2001/01/31 06:03:23 $ # # Copyright (C) 1998-2000 Hiroshi IGARASHI #=end #=begin # You can invoke the methods of the class IRC::Client. # Invoke IRC::Client#startAgent to run each plug-in agent. #=end # Invocation of agents startAgent("userlog") startAgent("operator") #startAgent("test") #startAgent("test2") startAgent("omikuji") startAgent("dice") # Returning nil means "run me just once" # so as not to registered as a resident agent. nil