Index: modules/chanserv/check.c --- check.c 2003-04-28 04:00:28.000000000 -0700 +++ check.c 2003-05-06 12:52:24.000000000 -0700 @@ -348,7 +348,7 @@ /* Only enter the channel if we're not already in it */ LIST_SEARCH(inhabit_list, chan, chan, irc_stricmp, data); if (!data) { - send_cmd(s_ChanServ, "JOIN %s", chan); + send_cmd(s_ChanServ, "JOIN %s %ld", chan, (long)time(NULL)); t = add_timeout(CSInhabit, timeout_leave, 0); t->data = data = smalloc(sizeof(*data)); LIST_INSERT(data, inhabit_list);