Changeset 1442

Show
Ignore:
Timestamp:
03/30/11 01:55:26 (14 months ago)
Author:
winfried
Message:

Fixing missing space in parted message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/htdocs/helpim.js

    r1431 r1442  
    511511                    body +=" " + CLIENTCLEANEXIT; 
    512512                } else { 
    513                     body += PARTED; 
     513                    body += " " + PARTED; 
    514514                    if (presence.getStatus()) { 
    515515                        body += ": " + presence.getStatus();