Remove one last bit of TS5 stuff.

This commit is contained in:
William Pitcock 2008-06-08 02:14:21 -05:00
parent b9d7f41c8a
commit b813aae326
1 changed files with 0 additions and 2 deletions

View File

@ -651,8 +651,6 @@ show_capabilities(struct Client *target_p)
if(has_id(target_p))
rb_strlcpy(msgbuf, " TS6", sizeof(msgbuf));
else
rb_strlcpy(msgbuf, " TS", sizeof(msgbuf));
if(IsSSL(target_p))
rb_strlcat(msgbuf, " SSL", sizeof(msgbuf));