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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user