C# 클래스 apophis.SharpIRC.IrcCommands.IrcCommands

상속: IrcConnection.IrcConnection
파일 보기 프로젝트 열기: FreeApophis/sharpIRC

공개 메소드들

메소드 설명
Authenticate ( SaslAuthMethod method, Priority priority ) : void
Authenticate ( string authData, Priority priority ) : void
Ban ( string channel ) : void

Ban ( string channel, Priority priority ) : void

Ban ( string channel, string hostmask ) : void

Ban ( string channel, string hostmask, Priority priority ) : void

Cap ( CapabilitySubcommand subCmd, Priority priority ) : void
CapReq ( string caps, Priority priority ) : void
Dehalfop ( string channel, string nickname ) : void

Deop ( string channel, string nickname ) : void

Deop ( string channel, string nickname, Priority priority ) : void

Devoice ( string channel, string nickname ) : void

Devoice ( string channel, string nickname, Priority priority ) : void

Halfop ( string channel, string nickname ) : void

IrcCommands ( ) : System
Mode ( string target, string newModes, string newModeParameters ) : void

Op ( string channel, string nicknames ) : void

Op ( string channel, string nickname, Priority priority ) : void

RfcAdmin ( ) : void

RfcAdmin ( Priority priority ) : void

RfcAdmin ( string target ) : void

RfcAdmin ( string target, Priority priority ) : void

RfcAway ( ) : void

RfcAway ( Priority priority ) : void

RfcAway ( string awaytext ) : void

RfcAway ( string awaytext, Priority priority ) : void

RfcConnect ( string targetserver, string port ) : void

RfcConnect ( string targetserver, string port, Priority priority ) : void

RfcConnect ( string targetserver, string port, string remoteserver ) : void

RfcConnect ( string targetserver, string port, string remoteserver, Priority priority ) : void

RfcDie ( ) : void

RfcInfo ( ) : void

RfcInfo ( Priority priority ) : void

RfcInfo ( string target ) : void

RfcInfo ( string target, Priority priority ) : void

RfcInvite ( string nickname, string channel ) : void

RfcInvite ( string nickname, string channel, Priority priority ) : void

RfcIson ( string nickname ) : void

RfcIson ( string nickname, Priority priority ) : void

RfcJoin ( string channel ) : void

RfcJoin ( string channel, Priority priority ) : void

RfcJoin ( string channel, string key ) : void

RfcJoin ( string channel, string key, Priority priority ) : void

RfcKick ( string channel, string nickname ) : void

RfcKick ( string channel, string nickname, Priority priority ) : void

RfcKick ( string channel, string nickname, string comment ) : void

RfcKick ( string channel, string nickname, string comment, Priority priority ) : void

RfcKill ( string nickname, string comment ) : void

RfcKill ( string nickname, string comment, Priority priority ) : void

RfcLinks ( ) : void

RfcLinks ( string servermask ) : void

RfcLinks ( string servermask, Priority priority ) : void

RfcLinks ( string remoteserver, string servermask ) : void

RfcLinks ( string remoteserver, string servermask, Priority priority ) : void

RfcList ( string channel ) : void

RfcList ( string channel, Priority priority ) : void

RfcList ( string channel, string target ) : void

RfcList ( string channel, string target, Priority priority ) : void

RfcLusers ( ) : void
RfcLusers ( Priority priority ) : void
RfcLusers ( string mask ) : void
RfcLusers ( string mask, Priority priority ) : void
RfcLusers ( string mask, string target ) : void
RfcLusers ( string mask, string target, Priority priority ) : void
RfcMode ( string target ) : void

RfcMode ( string target, Priority priority ) : void

RfcMode ( string target, string newmode ) : void

RfcMode ( string target, string newmode, Priority priority ) : void

RfcMotd ( ) : void

RfcMotd ( Priority priority ) : void

RfcMotd ( string target ) : void

RfcMotd ( string target, Priority priority ) : void

RfcNames ( string channel ) : void

RfcNames ( string channel, Priority priority ) : void

RfcNames ( string channel, string target ) : void

RfcNames ( string channel, string target, Priority priority ) : void

RfcNick ( string newnickname ) : void

RfcNick ( string newnickname, Priority priority ) : void

RfcNotice ( string destination, string message ) : void

RfcNotice ( string destination, string message, Priority priority ) : void

RfcOper ( string name, string password ) : void

RfcOper ( string name, string password, Priority priority ) : void

RfcPart ( string channel ) : void

RfcPart ( string channel, Priority priority ) : void

RfcPart ( string channel, string partmessage ) : void

RfcPart ( string channel, string partmessage, Priority priority ) : void

RfcPass ( string password ) : void

RfcPass ( string password, Priority priority ) : void

RfcPing ( string server ) : void

RfcPing ( string server, Priority priority ) : void

RfcPing ( string server, string server2 ) : void

RfcPing ( string server, string server2, Priority priority ) : void

RfcPong ( string server ) : void

RfcPong ( string server, Priority priority ) : void

RfcPong ( string server, string server2 ) : void

RfcPong ( string server, string server2, Priority priority ) : void

RfcPrivmsg ( string destination, string message ) : void

RfcPrivmsg ( string destination, string message, Priority priority ) : void

RfcQuit ( ) : void

RfcQuit ( Priority priority ) : void

RfcQuit ( string quitmessage ) : void

RfcQuit ( string quitmessage, Priority priority ) : void
RfcRehash ( ) : void

RfcRestart ( ) : void

RfcService ( string nickname, string distribution, string info ) : void

RfcService ( string nickname, string distribution, string info, Priority priority ) : void

RfcServlist ( ) : void

RfcServlist ( Priority priority ) : void

RfcServlist ( string mask ) : void

RfcServlist ( string mask, Priority priority ) : void

RfcServlist ( string mask, string type ) : void

RfcServlist ( string mask, string type, Priority priority ) : void

RfcSquery ( string servicename, string servicetext ) : void

RfcSquery ( string servicename, string servicetext, Priority priority ) : void

RfcSquit ( string server, string comment ) : void

RfcSquit ( string server, string comment, Priority priority ) : void

RfcStats ( ) : void

RfcStats ( Priority priority ) : void

RfcStats ( string query ) : void

RfcStats ( string query, Priority priority ) : void

RfcStats ( string query, string target ) : void

RfcStats ( string query, string target, Priority priority ) : void

RfcSummon ( string user ) : void

RfcSummon ( string user, Priority priority ) : void

RfcSummon ( string user, string target ) : void

RfcSummon ( string user, string target, Priority priority ) : void

RfcSummon ( string user, string target, string channel ) : void

RfcSummon ( string user, string target, string channel, Priority priority ) : void

RfcTime ( ) : void

RfcTime ( Priority priority ) : void

RfcTime ( string target ) : void

RfcTime ( string target, Priority priority ) : void

RfcTopic ( string channel ) : void

RfcTopic ( string channel, Priority priority ) : void

RfcTopic ( string channel, string newtopic ) : void

RfcTopic ( string channel, string newtopic, Priority priority ) : void

RfcTrace ( ) : void

RfcTrace ( Priority priority ) : void

RfcTrace ( string target ) : void

RfcTrace ( string target, Priority priority ) : void

RfcUser ( string username, int usermode, string realname ) : void

RfcUser ( string username, int usermode, string realname, Priority priority ) : void

RfcUserhost ( string nickname ) : void

RfcUserhost ( string nickname, Priority priority ) : void

RfcUsers ( ) : void

RfcUsers ( Priority priority ) : void

RfcUsers ( string target ) : void

RfcUsers ( string target, Priority priority ) : void

RfcVersion ( ) : void

RfcVersion ( Priority priority ) : void

RfcVersion ( string target ) : void

RfcVersion ( string target, Priority priority ) : void

RfcWallops ( string wallopstext ) : void

RfcWallops ( string wallopstext, Priority priority ) : void

RfcWho ( ) : void

RfcWho ( Priority priority ) : void

RfcWho ( string mask ) : void

RfcWho ( string mask, Priority priority ) : void

RfcWho ( string mask, bool ircop ) : void

RfcWho ( string mask, bool ircop, Priority priority ) : void

RfcWhois ( string mask ) : void

RfcWhois ( string mask, Priority priority ) : void

RfcWhois ( string target, string mask ) : void

RfcWhois ( string target, string mask, Priority priority ) : void

RfcWhowas ( string nickname ) : void

RfcWhowas ( string nickname, Priority priority ) : void

RfcWhowas ( string nickname, string count ) : void

RfcWhowas ( string nickname, string count, Priority priority ) : void

RfcWhowas ( string nickname, string count, string target ) : void

RfcWhowas ( string nickname, string count, string target, Priority priority ) : void

SendMessage ( SendType type, string destination, string message ) : void

SendMessage ( SendType type, string destination, string message, Priority priority ) : void

SendReply ( IrcMessageData data, string message ) : void

SendReply ( IrcMessageData data, string message, Priority priority ) : void

Unban ( string channel, string hostmask ) : void

Unban ( string channel, string hostmask, Priority priority ) : void

Voice ( string channel, string nickname ) : void

Voice ( string channel, string nickname, Priority priority ) : void

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( SaslAuthMethod method, Priority priority ) : void
method SaslAuthMethod
priority Priority
리턴 void

Authenticate() 공개 메소드

public Authenticate ( string authData, Priority priority ) : void
authData string
priority Priority
리턴 void

Ban() 공개 메소드

public Ban ( string channel ) : void
channel string
리턴 void

Ban() 공개 메소드

public Ban ( string channel, Priority priority ) : void
channel string
priority Priority
리턴 void

Ban() 공개 메소드

public Ban ( string channel, string hostmask ) : void
channel string
hostmask string
리턴 void

Ban() 공개 메소드

public Ban ( string channel, string hostmask, Priority priority ) : void
channel string
hostmask string
priority Priority
리턴 void

Cap() 공개 메소드

public Cap ( CapabilitySubcommand subCmd, Priority priority ) : void
subCmd CapabilitySubcommand
priority Priority
리턴 void

CapReq() 공개 메소드

public CapReq ( string caps, Priority priority ) : void
caps string
priority Priority
리턴 void

Dehalfop() 공개 메소드

public Dehalfop ( string channel, string nickname ) : void
channel string
nickname string
리턴 void

Deop() 공개 메소드

public Deop ( string channel, string nickname ) : void
channel string
nickname string
리턴 void

Deop() 공개 메소드

public Deop ( string channel, string nickname, Priority priority ) : void
channel string
nickname string
priority Priority
리턴 void

Devoice() 공개 메소드

public Devoice ( string channel, string nickname ) : void
channel string
nickname string
리턴 void

Devoice() 공개 메소드

public Devoice ( string channel, string nickname, Priority priority ) : void
channel string
nickname string
priority Priority
리턴 void

Halfop() 공개 메소드

public Halfop ( string channel, string nickname ) : void
channel string
nickname string
리턴 void

IrcCommands() 공개 메소드

public IrcCommands ( ) : System
리턴 System

Mode() 공개 메소드

public Mode ( string target, string newModes, string newModeParameters ) : void
target string
newModes string
newModeParameters string
리턴 void

Op() 공개 메소드

public Op ( string channel, string nicknames ) : void
channel string
nicknames string
리턴 void

Op() 공개 메소드

public Op ( string channel, string nickname, Priority priority ) : void
channel string
nickname string
priority Priority
리턴 void

RfcAdmin() 공개 메소드

public RfcAdmin ( ) : void
리턴 void

RfcAdmin() 공개 메소드

public RfcAdmin ( Priority priority ) : void
priority Priority
리턴 void

RfcAdmin() 공개 메소드

public RfcAdmin ( string target ) : void
target string
리턴 void

RfcAdmin() 공개 메소드

public RfcAdmin ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcAway() 공개 메소드

public RfcAway ( ) : void
리턴 void

RfcAway() 공개 메소드

public RfcAway ( Priority priority ) : void
priority Priority
리턴 void

RfcAway() 공개 메소드

public RfcAway ( string awaytext ) : void
awaytext string
리턴 void

RfcAway() 공개 메소드

public RfcAway ( string awaytext, Priority priority ) : void
awaytext string
priority Priority
리턴 void

RfcConnect() 공개 메소드

public RfcConnect ( string targetserver, string port ) : void
targetserver string
port string
리턴 void

RfcConnect() 공개 메소드

public RfcConnect ( string targetserver, string port, Priority priority ) : void
targetserver string
port string
priority Priority
리턴 void

RfcConnect() 공개 메소드

public RfcConnect ( string targetserver, string port, string remoteserver ) : void
targetserver string
port string
remoteserver string
리턴 void

RfcConnect() 공개 메소드

public RfcConnect ( string targetserver, string port, string remoteserver, Priority priority ) : void
targetserver string
port string
remoteserver string
priority Priority
리턴 void

RfcDie() 공개 메소드

public RfcDie ( ) : void
리턴 void

RfcInfo() 공개 메소드

public RfcInfo ( ) : void
리턴 void

RfcInfo() 공개 메소드

public RfcInfo ( Priority priority ) : void
priority Priority
리턴 void

RfcInfo() 공개 메소드

public RfcInfo ( string target ) : void
target string
리턴 void

RfcInfo() 공개 메소드

public RfcInfo ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcInvite() 공개 메소드

public RfcInvite ( string nickname, string channel ) : void
nickname string
channel string
리턴 void

RfcInvite() 공개 메소드

public RfcInvite ( string nickname, string channel, Priority priority ) : void
nickname string
channel string
priority Priority
리턴 void

RfcIson() 공개 메소드

public RfcIson ( string nickname ) : void
nickname string
리턴 void

RfcIson() 공개 메소드

public RfcIson ( string nickname, Priority priority ) : void
nickname string
priority Priority
리턴 void

RfcJoin() 공개 메소드

public RfcJoin ( string channel ) : void
channel string
리턴 void

RfcJoin() 공개 메소드

public RfcJoin ( string channel, Priority priority ) : void
channel string
priority Priority
리턴 void

RfcJoin() 공개 메소드

public RfcJoin ( string channel, string key ) : void
channel string
key string
리턴 void

RfcJoin() 공개 메소드

public RfcJoin ( string channel, string key, Priority priority ) : void
channel string
key string
priority Priority
리턴 void

RfcKick() 공개 메소드

public RfcKick ( string channel, string nickname ) : void
channel string
nickname string
리턴 void

RfcKick() 공개 메소드

public RfcKick ( string channel, string nickname, Priority priority ) : void
channel string
nickname string
priority Priority
리턴 void

RfcKick() 공개 메소드

public RfcKick ( string channel, string nickname, string comment ) : void
channel string
nickname string
comment string
리턴 void

RfcKick() 공개 메소드

public RfcKick ( string channel, string nickname, string comment, Priority priority ) : void
channel string
nickname string
comment string
priority Priority
리턴 void

RfcKill() 공개 메소드

public RfcKill ( string nickname, string comment ) : void
nickname string
comment string
리턴 void

RfcKill() 공개 메소드

public RfcKill ( string nickname, string comment, Priority priority ) : void
nickname string
comment string
priority Priority
리턴 void

RfcLinks() 공개 메소드

public RfcLinks ( ) : void
리턴 void

RfcLinks() 공개 메소드

public RfcLinks ( string servermask ) : void
servermask string
리턴 void

RfcLinks() 공개 메소드

public RfcLinks ( string servermask, Priority priority ) : void
servermask string
priority Priority
리턴 void

RfcLinks() 공개 메소드

public RfcLinks ( string remoteserver, string servermask ) : void
remoteserver string
servermask string
리턴 void

RfcLinks() 공개 메소드

public RfcLinks ( string remoteserver, string servermask, Priority priority ) : void
remoteserver string
servermask string
priority Priority
리턴 void

RfcList() 공개 메소드

public RfcList ( string channel ) : void
channel string
리턴 void

RfcList() 공개 메소드

public RfcList ( string channel, Priority priority ) : void
channel string
priority Priority
리턴 void

RfcList() 공개 메소드

public RfcList ( string channel, string target ) : void
channel string
target string
리턴 void

RfcList() 공개 메소드

public RfcList ( string channel, string target, Priority priority ) : void
channel string
target string
priority Priority
리턴 void

RfcLusers() 공개 메소드

public RfcLusers ( ) : void
리턴 void

RfcLusers() 공개 메소드

public RfcLusers ( Priority priority ) : void
priority Priority
리턴 void

RfcLusers() 공개 메소드

public RfcLusers ( string mask ) : void
mask string
리턴 void

RfcLusers() 공개 메소드

public RfcLusers ( string mask, Priority priority ) : void
mask string
priority Priority
리턴 void

RfcLusers() 공개 메소드

public RfcLusers ( string mask, string target ) : void
mask string
target string
리턴 void

RfcLusers() 공개 메소드

public RfcLusers ( string mask, string target, Priority priority ) : void
mask string
target string
priority Priority
리턴 void

RfcMode() 공개 메소드

public RfcMode ( string target ) : void
target string
리턴 void

RfcMode() 공개 메소드

public RfcMode ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcMode() 공개 메소드

public RfcMode ( string target, string newmode ) : void
target string
newmode string
리턴 void

RfcMode() 공개 메소드

public RfcMode ( string target, string newmode, Priority priority ) : void
target string
newmode string
priority Priority
리턴 void

RfcMotd() 공개 메소드

public RfcMotd ( ) : void
리턴 void

RfcMotd() 공개 메소드

public RfcMotd ( Priority priority ) : void
priority Priority
리턴 void

RfcMotd() 공개 메소드

public RfcMotd ( string target ) : void
target string
리턴 void

RfcMotd() 공개 메소드

public RfcMotd ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcNames() 공개 메소드

public RfcNames ( string channel ) : void
channel string
리턴 void

RfcNames() 공개 메소드

public RfcNames ( string channel, Priority priority ) : void
channel string
priority Priority
리턴 void

RfcNames() 공개 메소드

public RfcNames ( string channel, string target ) : void
channel string
target string
리턴 void

RfcNames() 공개 메소드

public RfcNames ( string channel, string target, Priority priority ) : void
channel string
target string
priority Priority
리턴 void

RfcNick() 공개 메소드

public RfcNick ( string newnickname ) : void
newnickname string
리턴 void

RfcNick() 공개 메소드

public RfcNick ( string newnickname, Priority priority ) : void
newnickname string
priority Priority
리턴 void

RfcNotice() 공개 메소드

public RfcNotice ( string destination, string message ) : void
destination string
message string
리턴 void

RfcNotice() 공개 메소드

public RfcNotice ( string destination, string message, Priority priority ) : void
destination string
message string
priority Priority
리턴 void

RfcOper() 공개 메소드

public RfcOper ( string name, string password ) : void
name string
password string
리턴 void

RfcOper() 공개 메소드

public RfcOper ( string name, string password, Priority priority ) : void
name string
password string
priority Priority
리턴 void

RfcPart() 공개 메소드

public RfcPart ( string channel ) : void
channel string
리턴 void

RfcPart() 공개 메소드

public RfcPart ( string channel, Priority priority ) : void
channel string
priority Priority
리턴 void

RfcPart() 공개 메소드

public RfcPart ( string channel, string partmessage ) : void
channel string
partmessage string
리턴 void

RfcPart() 공개 메소드

public RfcPart ( string channel, string partmessage, Priority priority ) : void
channel string
partmessage string
priority Priority
리턴 void

RfcPass() 공개 메소드

public RfcPass ( string password ) : void
password string
리턴 void

RfcPass() 공개 메소드

public RfcPass ( string password, Priority priority ) : void
password string
priority Priority
리턴 void

RfcPing() 공개 메소드

public RfcPing ( string server ) : void
server string
리턴 void

RfcPing() 공개 메소드

public RfcPing ( string server, Priority priority ) : void
server string
priority Priority
리턴 void

RfcPing() 공개 메소드

public RfcPing ( string server, string server2 ) : void
server string
server2 string
리턴 void

RfcPing() 공개 메소드

public RfcPing ( string server, string server2, Priority priority ) : void
server string
server2 string
priority Priority
리턴 void

RfcPong() 공개 메소드

public RfcPong ( string server ) : void
server string
리턴 void

RfcPong() 공개 메소드

public RfcPong ( string server, Priority priority ) : void
server string
priority Priority
리턴 void

RfcPong() 공개 메소드

public RfcPong ( string server, string server2 ) : void
server string
server2 string
리턴 void

RfcPong() 공개 메소드

public RfcPong ( string server, string server2, Priority priority ) : void
server string
server2 string
priority Priority
리턴 void

RfcPrivmsg() 공개 메소드

public RfcPrivmsg ( string destination, string message ) : void
destination string
message string
리턴 void

RfcPrivmsg() 공개 메소드

public RfcPrivmsg ( string destination, string message, Priority priority ) : void
destination string
message string
priority Priority
리턴 void

RfcQuit() 공개 메소드

public RfcQuit ( ) : void
리턴 void

RfcQuit() 공개 메소드

public RfcQuit ( Priority priority ) : void
priority Priority
리턴 void

RfcQuit() 공개 메소드

public RfcQuit ( string quitmessage ) : void
quitmessage string
리턴 void

RfcQuit() 공개 메소드

public RfcQuit ( string quitmessage, Priority priority ) : void
quitmessage string
priority Priority
리턴 void

RfcRehash() 공개 메소드

public RfcRehash ( ) : void
리턴 void

RfcRestart() 공개 메소드

public RfcRestart ( ) : void
리턴 void

RfcService() 공개 메소드

public RfcService ( string nickname, string distribution, string info ) : void
nickname string
distribution string
info string
리턴 void

RfcService() 공개 메소드

public RfcService ( string nickname, string distribution, string info, Priority priority ) : void
nickname string
distribution string
info string
priority Priority
리턴 void

RfcServlist() 공개 메소드

public RfcServlist ( ) : void
리턴 void

RfcServlist() 공개 메소드

public RfcServlist ( Priority priority ) : void
priority Priority
리턴 void

RfcServlist() 공개 메소드

public RfcServlist ( string mask ) : void
mask string
리턴 void

RfcServlist() 공개 메소드

public RfcServlist ( string mask, Priority priority ) : void
mask string
priority Priority
리턴 void

RfcServlist() 공개 메소드

public RfcServlist ( string mask, string type ) : void
mask string
type string
리턴 void

RfcServlist() 공개 메소드

public RfcServlist ( string mask, string type, Priority priority ) : void
mask string
type string
priority Priority
리턴 void

RfcSquery() 공개 메소드

public RfcSquery ( string servicename, string servicetext ) : void
servicename string
servicetext string
리턴 void

RfcSquery() 공개 메소드

public RfcSquery ( string servicename, string servicetext, Priority priority ) : void
servicename string
servicetext string
priority Priority
리턴 void

RfcSquit() 공개 메소드

public RfcSquit ( string server, string comment ) : void
server string
comment string
리턴 void

RfcSquit() 공개 메소드

public RfcSquit ( string server, string comment, Priority priority ) : void
server string
comment string
priority Priority
리턴 void

RfcStats() 공개 메소드

public RfcStats ( ) : void
리턴 void

RfcStats() 공개 메소드

public RfcStats ( Priority priority ) : void
priority Priority
리턴 void

RfcStats() 공개 메소드

public RfcStats ( string query ) : void
query string
리턴 void

RfcStats() 공개 메소드

public RfcStats ( string query, Priority priority ) : void
query string
priority Priority
리턴 void

RfcStats() 공개 메소드

public RfcStats ( string query, string target ) : void
query string
target string
리턴 void

RfcStats() 공개 메소드

public RfcStats ( string query, string target, Priority priority ) : void
query string
target string
priority Priority
리턴 void

RfcSummon() 공개 메소드

public RfcSummon ( string user ) : void
user string
리턴 void

RfcSummon() 공개 메소드

public RfcSummon ( string user, Priority priority ) : void
user string
priority Priority
리턴 void

RfcSummon() 공개 메소드

public RfcSummon ( string user, string target ) : void
user string
target string
리턴 void

RfcSummon() 공개 메소드

public RfcSummon ( string user, string target, Priority priority ) : void
user string
target string
priority Priority
리턴 void

RfcSummon() 공개 메소드

public RfcSummon ( string user, string target, string channel ) : void
user string
target string
channel string
리턴 void

RfcSummon() 공개 메소드

public RfcSummon ( string user, string target, string channel, Priority priority ) : void
user string
target string
channel string
priority Priority
리턴 void

RfcTime() 공개 메소드

public RfcTime ( ) : void
리턴 void

RfcTime() 공개 메소드

public RfcTime ( Priority priority ) : void
priority Priority
리턴 void

RfcTime() 공개 메소드

public RfcTime ( string target ) : void
target string
리턴 void

RfcTime() 공개 메소드

public RfcTime ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcTopic() 공개 메소드

public RfcTopic ( string channel ) : void
channel string
리턴 void

RfcTopic() 공개 메소드

public RfcTopic ( string channel, Priority priority ) : void
channel string
priority Priority
리턴 void

RfcTopic() 공개 메소드

public RfcTopic ( string channel, string newtopic ) : void
channel string
newtopic string
리턴 void

RfcTopic() 공개 메소드

public RfcTopic ( string channel, string newtopic, Priority priority ) : void
channel string
newtopic string
priority Priority
리턴 void

RfcTrace() 공개 메소드

public RfcTrace ( ) : void
리턴 void

RfcTrace() 공개 메소드

public RfcTrace ( Priority priority ) : void
priority Priority
리턴 void

RfcTrace() 공개 메소드

public RfcTrace ( string target ) : void
target string
리턴 void

RfcTrace() 공개 메소드

public RfcTrace ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcUser() 공개 메소드

public RfcUser ( string username, int usermode, string realname ) : void
username string
usermode int
realname string
리턴 void

RfcUser() 공개 메소드

public RfcUser ( string username, int usermode, string realname, Priority priority ) : void
username string
usermode int
realname string
priority Priority
리턴 void

RfcUserhost() 공개 메소드

public RfcUserhost ( string nickname ) : void
nickname string
리턴 void

RfcUserhost() 공개 메소드

public RfcUserhost ( string nickname, Priority priority ) : void
nickname string
priority Priority
리턴 void

RfcUsers() 공개 메소드

public RfcUsers ( ) : void
리턴 void

RfcUsers() 공개 메소드

public RfcUsers ( Priority priority ) : void
priority Priority
리턴 void

RfcUsers() 공개 메소드

public RfcUsers ( string target ) : void
target string
리턴 void

RfcUsers() 공개 메소드

public RfcUsers ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcVersion() 공개 메소드

public RfcVersion ( ) : void
리턴 void

RfcVersion() 공개 메소드

public RfcVersion ( Priority priority ) : void
priority Priority
리턴 void

RfcVersion() 공개 메소드

public RfcVersion ( string target ) : void
target string
리턴 void

RfcVersion() 공개 메소드

public RfcVersion ( string target, Priority priority ) : void
target string
priority Priority
리턴 void

RfcWallops() 공개 메소드

public RfcWallops ( string wallopstext ) : void
wallopstext string
리턴 void

RfcWallops() 공개 메소드

public RfcWallops ( string wallopstext, Priority priority ) : void
wallopstext string
priority Priority
리턴 void

RfcWho() 공개 메소드

public RfcWho ( ) : void
리턴 void

RfcWho() 공개 메소드

public RfcWho ( Priority priority ) : void
priority Priority
리턴 void

RfcWho() 공개 메소드

public RfcWho ( string mask ) : void
mask string
리턴 void

RfcWho() 공개 메소드

public RfcWho ( string mask, Priority priority ) : void
mask string
priority Priority
리턴 void

RfcWho() 공개 메소드

public RfcWho ( string mask, bool ircop ) : void
mask string
ircop bool
리턴 void

RfcWho() 공개 메소드

public RfcWho ( string mask, bool ircop, Priority priority ) : void
mask string
ircop bool
priority Priority
리턴 void

RfcWhois() 공개 메소드

public RfcWhois ( string mask ) : void
mask string
리턴 void

RfcWhois() 공개 메소드

public RfcWhois ( string mask, Priority priority ) : void
mask string
priority Priority
리턴 void

RfcWhois() 공개 메소드

public RfcWhois ( string target, string mask ) : void
target string
mask string
리턴 void

RfcWhois() 공개 메소드

public RfcWhois ( string target, string mask, Priority priority ) : void
target string
mask string
priority Priority
리턴 void

RfcWhowas() 공개 메소드

public RfcWhowas ( string nickname ) : void
nickname string
리턴 void

RfcWhowas() 공개 메소드

public RfcWhowas ( string nickname, Priority priority ) : void
nickname string
priority Priority
리턴 void

RfcWhowas() 공개 메소드

public RfcWhowas ( string nickname, string count ) : void
nickname string
count string
리턴 void

RfcWhowas() 공개 메소드

public RfcWhowas ( string nickname, string count, Priority priority ) : void
nickname string
count string
priority Priority
리턴 void

RfcWhowas() 공개 메소드

public RfcWhowas ( string nickname, string count, string target ) : void
nickname string
count string
target string
리턴 void

RfcWhowas() 공개 메소드

public RfcWhowas ( string nickname, string count, string target, Priority priority ) : void
nickname string
count string
target string
priority Priority
리턴 void

SendMessage() 공개 메소드

public SendMessage ( SendType type, string destination, string message ) : void
type SendType
destination string
message string
리턴 void

SendMessage() 공개 메소드

public SendMessage ( SendType type, string destination, string message, Priority priority ) : void
type SendType
destination string
message string
priority Priority
리턴 void

SendReply() 공개 메소드

public SendReply ( IrcMessageData data, string message ) : void
data IrcMessageData
message string
리턴 void

SendReply() 공개 메소드

public SendReply ( IrcMessageData data, string message, Priority priority ) : void
data IrcMessageData
message string
priority Priority
리턴 void

Unban() 공개 메소드

public Unban ( string channel, string hostmask ) : void
channel string
hostmask string
리턴 void

Unban() 공개 메소드

public Unban ( string channel, string hostmask, Priority priority ) : void
channel string
hostmask string
priority Priority
리턴 void

Voice() 공개 메소드

public Voice ( string channel, string nickname ) : void
channel string
nickname string
리턴 void

Voice() 공개 메소드

public Voice ( string channel, string nickname, Priority priority ) : void
channel string
nickname string
priority Priority
리턴 void