Switch to edit mode.
Name(s): timeout1: $perm_utils:can_hack() || raise(E_PERM)
2: t = time()
3: for chan in (this:ls_chan())
4: {members, history, atime, @options} = this:get_chan(chan)
5: if (atime + this.timeout < t)
6: this:chan_part(chan, @members)
7: endif
8: endfor