mirror of
https://github.com/znc/znc.git
synced 2026-08-12 11:52:57 +02:00
Add clang-format configuration.
For now, it uses tabs like before, to make the diff easier to read/check. One of following commits will switch it to spaces.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <znc/Modules.h>
|
||||
|
||||
class CAwayNickMod : public CModule {
|
||||
public:
|
||||
public:
|
||||
MODCONSTRUCTOR(CAwayNickMod) {}
|
||||
|
||||
bool OnLoad(const CString&, CString& sMessage) override {
|
||||
@@ -26,8 +26,10 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CAwayNickMod>(CModInfo& Info) {
|
||||
template <>
|
||||
void TModInfo<CAwayNickMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("awaynick");
|
||||
}
|
||||
|
||||
NETWORKMODULEDEFS(CAwayNickMod, "retired module - see http://wiki.znc.in/awaynick")
|
||||
NETWORKMODULEDEFS(CAwayNickMod,
|
||||
"retired module - see http://wiki.znc.in/awaynick")
|
||||
|
||||
Reference in New Issue
Block a user