1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 03:16:38 +02:00

Rename 'draft/sts' to 'sts'.

This commit is contained in:
Bram Matthys
2017-10-17 18:12:13 +02:00
parent 98b4832b27
commit 3aa6adcbfc
+1 -1
View File
@@ -103,7 +103,7 @@ void init_sts(ModuleInfo *modinfo)
ClientCapability cap;
memset(&cap, 0, sizeof(cap));
cap.name = "draft/sts";
cap.name = "sts";
cap.cap = 0;
cap.flags = CLICAP_FLAGS_ADVERTISE_ONLY;
cap.visible = sts_capability_visible;