├── Makefile ├── README.md ├── clientaway.cpp ├── ignore.cpp ├── privmsg.cpp ├── pyeval.py ├── pyprivmsg.py └── yubikey.cpp /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/README.md -------------------------------------------------------------------------------- /clientaway.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/clientaway.cpp -------------------------------------------------------------------------------- /ignore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/ignore.cpp -------------------------------------------------------------------------------- /privmsg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/privmsg.cpp -------------------------------------------------------------------------------- /pyeval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/pyeval.py -------------------------------------------------------------------------------- /pyprivmsg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/pyprivmsg.py -------------------------------------------------------------------------------- /yubikey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kylef-archive/znc-contrib/HEAD/yubikey.cpp --------------------------------------------------------------------------------