C# 클래스 IrcD.Commands.Arguments.TopicArgument

상속: CommandArgument
파일 보기 프로젝트 열기: FreeApophis/ircddotnet

공개 메소드들

메소드 설명
TopicArgument ( UserInfo sender, InfoBase receiver, ChannelInfo channel, string newTopic ) : IrcD.Channel

메소드 상세

TopicArgument() 공개 메소드

public TopicArgument ( UserInfo sender, InfoBase receiver, ChannelInfo channel, string newTopic ) : IrcD.Channel
sender UserInfo
receiver InfoBase
channel IrcD.Channel.ChannelInfo
newTopic string
리턴 IrcD.Channel