Show
Ignore:
Timestamp:
04/15/08 00:23:42 (9 months ago)
Author:
tomoyo
Message:

とりあえず適当にモードを使うことで特定のチャンネルはエコーバックしないようにする機能を追加。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TwitterIrcGateway/TwitterIrcGatewayCore/TwitterIrcGatewayCore.csproj

    r358 r373  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.21022</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{8A256703-BDC7-4E96-8AC3-89A56A2AFB86}</ProjectGuid> 
     
    4343    <Compile Include="Filter.cs" /> 
    4444    <Compile Include="Group.cs" /> 
     45    <Compile Include="IRCClient\ChannelMode.cs" /> 
     46    <Compile Include="IRCClient\ChannelModeTypes.cs" /> 
    4547    <Compile Include="IRCClient\Converter.cs" /> 
    4648    <Compile Include="IRCClient\ErrorReply.cs" />