Changeset 18736

Show
Ignore:
Timestamp:
09/03/08 18:55:38 (5 years ago)
Author:
kiri_feather
Message:

発言の先頭が「. 」だったらreply_toにしないように変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/Tween/Tween.vb

    r18693 r18736  
    62306230        m = id.Matches(StatusText) 
    62316231 
    6232         If m IsNot Nothing AndAlso m.Count = 1 AndAlso m.Item(0).Value = "@" + _reply_to_name Then 
     6232        If m IsNot Nothing AndAlso m.Count = 1 AndAlso m.Item(0).Value = "@" + _reply_to_name AndAlso StatusText.StartsWith(". ") = False Then 
    62336233            Exit Sub 
    62346234        End If