Changeset 3362
- Timestamp:
- 10/08/06 14:49:19 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Resources/Styles/DecafBland.colloquyStyle/Contents/Resources/main.xsl
r3264 r3362 57 57 58 58 <!-- 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'))" /> 60 60 61 61 <!-- Lighter-weight alternate hash, but only tracks up to longest nick -->
