git.99rst.org
/
znc-palaver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b55045c
)
[cosmetics/wikilink] add a link to the znc-wiki-page for the module
author
Falk Seidel
<redacted>
Sat, 3 Aug 2013 19:21:09 +0000
(21:21 +0200)
committer
Falk Seidel
<redacted>
Sat, 3 Aug 2013 19:21:09 +0000
(21:21 +0200)
palaver.cpp
patch
|
blob
|
history
diff --git
a/palaver.cpp
b/palaver.cpp
index e5446a72ecfb60f65ed335777192c72e511231db..0f735a1b7e3bc8a9366b9d6ff0a195338b0c400c 100644
(file)
--- a/
palaver.cpp
+++ b/
palaver.cpp
@@
-875,5
+875,8
@@
private:
std::vector<CDevice*> m_vDevices;
};
-GLOBALMODULEDEFS(CPalaverMod, "Palaver support module")
+template<> void TModInfo<CPalaverMod>(CModInfo& Info) {
+ Info.SetWikiPage("palaver");
+}
+GLOBALMODULEDEFS(CPalaverMod, "Palaver support module")
\ No newline at end of file
git clone https://git.99rst.org/PROJECT