de.berlios.suzy.irc
Interface PerformOnConnectPlugin

All Superinterfaces:
Plugin
All Known Implementing Classes:
JoinChannelPlugin, QuakenetAuthPlugin

public interface PerformOnConnectPlugin
extends Plugin

A plugin that wants to be called whenever a new connection to irc is made.

Author:
honk

Method Summary
 void perform(IrcSender ircSender)
          This method will be called when a new connection to an irc server is made, if the plugin is loaded at that time.
 
Methods inherited from interface de.berlios.suzy.irc.Plugin
getCommands, getRestrictedCommands, handleEvent
 

Method Detail

perform

void perform(IrcSender ircSender)
This method will be called when a new connection to an irc server is made, if the plugin is loaded at that time.

Parameters:
ircSender - a sender that is capable of sending text to server that the connection was made to.