C# Class Squishy.Irc.Auth.AuthenticationMgr

Show file Open project: jaddie/WCell-Utility-Bot

Public Methods

Method Description
AuthenticationMgr ( ) : System
IsResolving ( IrcUser user ) : bool
ResolveAuth ( IrcUser user ) : bool

Private Methods

Method Description
Cleanup ( ) : void
OnNewUser ( IrcUser user ) : void

Method Details

AuthenticationMgr() public method

public AuthenticationMgr ( ) : System
return System

IsResolving() public method

public IsResolving ( IrcUser user ) : bool
user IrcUser
return bool

ResolveAuth() public method

public ResolveAuth ( IrcUser user ) : bool
user IrcUser
return bool