# | Line 1053 | Line 1053 | idle_time_get(const struct Client *sourc | |
---|---|---|
1053 | unsigned int idle = 0; | |
1054 | unsigned int min_idle = 0; | |
1055 | unsigned int max_idle = 0; | |
1056 | < | const struct ClassItem *class = get_class_ptr(&target_p->connection->confs); |
1056 | > | const struct ClassItem *const class = get_class_ptr(&target_p->connection->confs); |
1057 | ||
1058 | if (!(class->flags & CLASS_FLAGS_FAKE_IDLE) || target_p == source_p) | |
1059 | return CurrentTime - target_p->connection->last_privmsg; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |