View/Edit #3797:timeout

Switch to edit mode.

Name(s): timeout
1: $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

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Maxamillian (#833)

You are not logged in.

[home | help | who | search | setup | code]