Changeset 3362

Show
Ignore:
Timestamp:
10/08/06 14:49:19 (2 years ago)
Author:
rinoa
Message:

Fixes #899 where 'the pipe' wasn't considered a character in DecafBland?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Resources/Styles/DecafBland.colloquyStyle/Contents/Resources/main.xsl

    r3264 r3362  
    5757 
    5858                <!-- Not sure I caught all legal characters found in an IRC nick --> 
    59                 <xsl:variable name="senderHash" select="number(translate($senderNick,'qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM-_^[]{}','12345678901234567890123456789012345678901234567890123456789'))" /> 
     59                <xsl:variable name="senderHash" select="number(translate($senderNick,'qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM-_^[]{}|','123456789012345678901234567890123456789012345678901234567890'))" /> 
    6060 
    6161                <!-- Lighter-weight alternate hash, but only tracks up to longest nick -->