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.

Partdetach: Difference between revisions

From ZNC
Jump to navigation Jump to search
Moved part_detach.py link to github
No edit summary
Line 2: Line 2:
http://people.znc.in/~psychon/znc/modules/partdetach.cpp or http://people.znc.in/~psychon/znc/modules/partdetach2.cpp
http://people.znc.in/~psychon/znc/modules/partdetach.cpp or http://people.znc.in/~psychon/znc/modules/partdetach2.cpp


Alternatively, depending on [[modpython]], [[User:Nothing4You|Nothing4You]] wrote a Python module, which doesn't need extra compilation and shouldn't depend on the ZNC version too much: https://github.com/Nothing4You/znc-modules/blob/master/part_detach.py.
Alternatively, depending on [[modpython]],there is a Python module, which doesn't need extra compilation and shouldn't depend on the ZNC version too much:
 
== Description ==
This global module sends a notice to all admins whenever a user is killed off a server.
 
== Installation ==
First you have to make sure [[modpython]] is installed and loaded.
Then you can place [https://github.com/Nothing4You/znc-modules/blob/master/part_detach.py this code] in ~/.znc/modules/ and load it as global module.
 
== Configuration ==
There are no configurable options.
 
== Support ==
You can find me ([[User:Nothing4You|Nothing4You]]) on irc, #znc on freenode, or use the [https://github.com/Nothing4You/znc-modules/issues Issue Tracker] on GitHub.

Revision as of 10:42, 18 March 2014

http://people.znc.in/~psychon/znc/modules/partdetach.cpp or http://people.znc.in/~psychon/znc/modules/partdetach2.cpp

Alternatively, depending on modpython,there is a Python module, which doesn't need extra compilation and shouldn't depend on the ZNC version too much:

Description

This global module sends a notice to all admins whenever a user is killed off a server.

Installation

First you have to make sure modpython is installed and loaded. Then you can place this code in ~/.znc/modules/ and load it as global module.

Configuration

There are no configurable options.

Support

You can find me (Nothing4You) on irc, #znc on freenode, or use the Issue Tracker on GitHub.