summaryrefslogtreecommitdiff
path: root/include/regchannel.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-19 22:53:49 +0100
committerSadie Powell <sadie@witchery.services>2025-04-19 22:53:49 +0100
commitf5a85c69d225edaed4e11eb4c2b27d66ebc5195e (patch)
tree6b1cad444b007d6cc565af5ec3bd199a2c6f0b18 /include/regchannel.h
parentc8b38197670965c18df603a5a4329f6f583b77d7 (diff)
Remove time from the name of some variables where its obvious.
Diffstat (limited to 'include/regchannel.h')
-rw-r--r--include/regchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h
index 156b48628..6cde7acf6 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -79,7 +79,7 @@ public:
Anope::string name; /* Channel name */
Anope::string desc;
- time_t time_registered;
+ time_t registered;
time_t last_used;
Anope::string last_topic; /* The last topic that was set on this channel */