Skip to content

kvs/znc-offlinemarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ZNC OfflineMarker

A (very) simple module, which when loaded will insert a "-- MARK --" line in all channel-logs when a client disconnects.

Requires ZNC v1.0+

Compiling and installing

Run the following on the box where ZNC is installed:

$ znc-buildmod offlinemarker.cpp
$ cp offlinemarker.so ~/.zsh/modules/

Run the following from within your IRC program, which should be connected to ZNC:

/msg *status loadmod offlinemarker

That's it.

Bugs/TODO

  • Configurable mark-message
  • Don't log until all clients have disconnected

License

This project is licensed under the MIT license.

About

ZNC module to insert a marker when client disconnects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages