mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:06:37 +02:00
Remove time from the name of some variables where its obvious.
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
void SendJoin(User *user, Channel *c, const ChannelStatus *status) override
|
||||
{
|
||||
Uplink::Send("SJOIN", c->creation_time, c->name, "+" + c->GetModes(true, true), user->GetUID());
|
||||
Uplink::Send("SJOIN", c->created, c->name, "+" + c->GetModes(true, true), user->GetUID());
|
||||
if (status)
|
||||
{
|
||||
/* First save the channel status incase uc->Status == status */
|
||||
|
||||
Reference in New Issue
Block a user