Remove one last bit of TS5 stuff.

This commit is contained in:
William Pitcock 2008-06-08 02:14:21 -05:00
parent 032515f48c
commit 23489ed776

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));