浏览代码

svn: 1180

Bryan Drewery 22 年之前
父节点
当前提交
52ef40d862
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/mod/channels.mod/channels.c

+ 1 - 0
src/mod/channels.mod/channels.c

@@ -940,6 +940,7 @@ void channels_init()
 #ifdef LEAF
   timer_create_secs(60, "check_limitraise", (Function) check_limitraise);
 #endif /* LEAF */
+  /* FIXME: combine all of these into one function, check_expired_masks('e') */
   timer_create_secs(60, "check_expired_bans", (Function) check_expired_bans);
   timer_create_secs(60, "check_expired_exempts", (Function) check_expired_exempts);
   timer_create_secs(60, "check_expired_invites", (Function) check_expired_invites);