mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 17:01:49 +00:00
Support private messages
svn path=/trunk/; revision=13610
This commit is contained in:
parent
bdce06f005
commit
d57dd016c4
6 changed files with 147 additions and 26 deletions
|
@ -128,7 +128,10 @@ namespace TechBot.IRCLibrary
|
|||
/// <param name="text">Text to send to the channel.</param>
|
||||
public void Talk(string text)
|
||||
{
|
||||
owner.SendMessage(new IrcMessage(IRC.PRIVMSG, String.Format("#{0} :{1}", name, text)));
|
||||
owner.SendMessage(new IrcMessage(IRC.PRIVMSG,
|
||||
String.Format("#{0} :{1}",
|
||||
name,
|
||||
text)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue