aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.h
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-03-22 17:50:53 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-03-29 22:22:25 +0000
commit5541e36f81d5d565f7a205ad1f7db2b2463ff553 (patch)
tree6d3c27e7144baf053cb1e64a402b1b30d9f5fbc5 /src/courtroom.h
parent173c52f87d9519f2462c6f33a500cea005b71ada (diff)
Remove IL packet
IL packet is a relic from pre-IPID days when moderators used it to get the "IP list" of connected users. Its function is to display a list of strings in the OOC chat box. That's it. Not even some obscure feature that can be revived. Everything IL can do, CT can do (the "OOC message" packet).
Diffstat (limited to 'src/courtroom.h')
-rw-r--r--src/courtroom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/courtroom.h b/src/courtroom.h
index 6114c35..df8f30c 100644
--- a/src/courtroom.h
+++ b/src/courtroom.h
@@ -158,10 +158,6 @@ public:
// desk_mod 4 and 5
void set_self_offset(const QString &p_list, kal::AnimationLayer *p_layer);
- // takes in serverD-formatted IP list as prints a converted version to server
- // OOC admittedly poorly named
- void set_ip_list(QString p_list);
-
// disables chat if current cid matches second argument
// enables if p_muted is false
void set_mute(bool p_muted, int p_cid);