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

From ZNC
Revision as of 20:52, 18 March 2014 by Nothing4You (talk | contribs)
Jump to navigation Jump to search

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 (it still needs at least ZNC 1.0):

Description

This network module detaches the user from the channel which is parted. To actually part a channel the user has to part it twice, first part to detach, second part to actually part.

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.