C# Class MBUtilities.MBEvents

Exibir arquivo Open project: MatthewCox/MoronBot

Public Methods

Method Description
OnChannelListModified ( ) : void
OnNewFormattedIRC ( object sender, string text ) : void
OnNewRawIRC ( object sender, string text ) : void
OnNickChanged ( object sender, string nick ) : void
OnUserListModified ( ) : void

Method Details

OnChannelListModified() public static method

public static OnChannelListModified ( ) : void
return void

OnNewFormattedIRC() public static method

public static OnNewFormattedIRC ( object sender, string text ) : void
sender object
text string
return void

OnNewRawIRC() public static method

public static OnNewRawIRC ( object sender, string text ) : void
sender object
text string
return void

OnNickChanged() public static method

public static OnNickChanged ( object sender, string nick ) : void
sender object
nick string
return void

OnUserListModified() public static method

public static OnUserListModified ( ) : void
return void