Fix bug where nicks could be missing the first char(s) in the nicklist
authorJack Allnutt <jack@allnutt.eu>
Thu, 26 Sep 2013 18:46:08 +0000 (19:46 +0100)
committerJack Allnutt <jack@allnutt.eu>
Thu, 26 Sep 2013 18:46:08 +0000 (19:46 +0100)
commit5e59bf54f5101af2189b6b4664d84de6baf869df
tree8774638b2096f7eb18f11d3120aa4fdda9880343
parenta228c9b82a7ad895c888e50cee27c781ad5cf169
Fix bug where nicks could be missing the first char(s) in the nicklist

When a nick contains a PREFIX symbol that isn't at the beginning of
the nick, the _kiwi.model.Member#stripPrefix function would still
count it as a part of the prefix and remove an unrelated character
from the front of the nick.
client/assets/src/models/member.js