To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Antiidle: Difference between revisions

From ZNC
Jump to navigation Jump to search
Kylef (talk | contribs)
m Add link to antiidle from git before it was dropped
>Un1matr1x
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:antiidle}}
{{DISPLAYTITLE:antiidle}}
{{Extra Module}}
{{External Module}}


This Module sends every 30 seconds (r) to yourself by default or you can set the timer manually.
This Module sends every 30 seconds (r) to yourself by default or you can set the timer manually.
Line 18: Line 18:
'''Note:''' The settings are not restored after a ZNC restart.
'''Note:''' The settings are not restored after a ZNC restart.


== git ==
== ZNC v1.0 ==


This module was removed in git, you can find a compatible module at https://github.com/znc/znc/raw/34d0da2097f860af022c16113cc37e8ebf85da83/modules/antiidle.cpp
This module was removed in [[ChangeLog/1.0#No_more_ZNC-Extra|ZNC v1.0]] , you can find a compatible module at https://github.com/znc/znc/raw/34d0da2097f860af022c16113cc37e8ebf85da83/modules/antiidle.cpp

Revision as of 16:28, 7 November 2012

This Module sends every 30 seconds (r) to yourself by default or you can set the timer manually. Using this trick, your idle time will never go beyond these 30 seconds.

Usage

Arguments

This user module takes zero to one arguments. The argument may contain <seconds> but is not required.

Read loading modules to learn more about loading modules.

Commands

Usage example:

/msg *antiidle set <seconds>
/msg *antiidle off
/msg *antiidle show

Note: The settings are not restored after a ZNC restart.

ZNC v1.0

This module was removed in ZNC v1.0 , you can find a compatible module at https://github.com/znc/znc/raw/34d0da2097f860af022c16113cc37e8ebf85da83/modules/antiidle.cpp