mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +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
|
@ -428,7 +428,7 @@ namespace TechBot.IRCLibrary
|
|||
}
|
||||
|
||||
private const string IrcSpecial = @"-[]\`^{}";
|
||||
private const string IrcSpecialNonSpecs = @"_";
|
||||
private const string IrcSpecialNonSpecs = @"_|";
|
||||
|
||||
/// <summary>
|
||||
/// Returns wether a character is an IRC special character.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue