<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -101,7 +101,7 @@ var ChatRoom = function(client, browser) {
 			msg += self.add_sad_trombone(msg)
       msg += self.add_gists(msg)
 
-      var from_current_user = self.get_aliases().some(function(a){ return message.author.toLowerCase() == a.toLowerCase() })
+      var from_current_user = self.get_aliases().some(function(a){ return message.author.toLowerCase() == a.toLowerCase() }) || message.by_current_user
 
 			// if message was written by current user
       if (from_current_user) {
@@ -509,12 +509,12 @@ var SteezyCampfire = function(){
 			self.body 			= self.elem.innerHTML
 			self.author 		= elem.getElementsByClassName('person')[0].childNodes[0].innerHTML
 			self.icon				= &quot;FAKE ICON&quot;
-			self.by_current_user = false
+			self.by_current_user = self.elem.parentNode.parentNode.className.match(/\byou\b/)
 			self.mark_read 	= function(new_class, read_class) {
 													self.elem.parentNode.parentNode.className = self.elem.parentNode.parentNode.className.replace(new_class, read_class)
 												}
 			self.mark_by_current_user = function() {
-												elem.getElementsByClassName('body')[0].className += ' by-current-user'
+													elem.getElementsByClassName('body')[0].className += ' by-current-user'
 												}												
 			return self
 		},</diff>
      <filename>steezychat.js</filename>
    </modified>
    <modified>
      <diff>@@ -12,4 +12,4 @@
 var script_elem = document.createElement('script')
 script_elem.src = 'http://github.com/3n/steezy-pibb/raw/master/steezychat.js'
 script_elem.type = 'text/javascript'
-document.getElementsByTagName('head')[0].appendChild(script_elem)
\ No newline at end of file
+document.getElementsByTagName('head')[0].appendChild(script_elem)</diff>
      <filename>steezychat.user.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c74cb37ee8261663d80dbc1001e500e2ab1951a</id>
    </parent>
  </parents>
  <author>
    <name>Ian Collins</name>
    <email>ian.collins@gmail.com</email>
  </author>
  <url>http://github.com/3n/steezy-pibb/commit/68476b1c91bd7b17bab38a59335fde611f1db46e</url>
  <id>68476b1c91bd7b17bab38a59335fde611f1db46e</id>
  <committed-date>2008-12-17T10:38:32-08:00</committed-date>
  <authored-date>2008-12-17T10:38:32-08:00</authored-date>
  <message>support for 'you' class when you're too lazy to add your username as an alias.</message>
  <tree>8f2ee7d82605c226af936d5e4d8cf161d500d8ba</tree>
  <committer>
    <name>Ian Collins</name>
    <email>ian.collins@gmail.com</email>
  </committer>
</commit>
