Remove one last bit of TS5 stuff.
This commit is contained in:
parent
032515f48c
commit
23489ed776
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue