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.
Talk:Whois: Difference between revisions
Jump to navigation
Jump to search
>Resistance No edit summary |
>Efreak mNo edit summary |
||
Line 12: | Line 12: | ||
:Fixed. See [https://kor.trekweb.org/znc-modules/whois.cpp this] or [[Whois/code|this]] for the updated code. It still relies 100% on Efreak's code, but has the broken section(s) removed. --[[User:Resistance|Resistance]] ([[User talk:Resistance|talk]]) 03:52, 17 January 2012 (UTC) | :Fixed. See [https://kor.trekweb.org/znc-modules/whois.cpp this] or [[Whois/code|this]] for the updated code. It still relies 100% on Efreak's code, but has the broken section(s) removed. --[[User:Resistance|Resistance]] ([[User talk:Resistance|talk]]) 03:52, 17 January 2012 (UTC) | ||
I've updated the code in my github repo. Any other changes, let me know and I'll add you as a contributor to my github repo if I can figure out how--I prefer to have other people's contributions attributed to them in the source control, and not to me. :P --[[User:Efreak|Efreak]] ([[User talk:Efreak|talk]]) 19:10, 31 August 2012 (UTC) |
Revision as of 19:10, 31 August 2012
Does Not Compile (0.202)
The following is the compile-time errors which exist in this module:
% znc-buildmod ./whois.cpp Building "./whois.so" for znc 0.202... ./whois.cpp: In member function ‘bool CWhois::ZNCWhois(CString&)’: ./whois.cpp:97:26: error: ‘class CUser’ has no member named ‘GetVHost’ ./whois.cpp:126:12: error: ‘class CUser’ has no member named ‘BounceDCCs’ [ !! ] Error while building "./whois.so"
-- Resistance (talk) 02:46, 17 January 2012 (UTC)
- Fixed. See this or this for the updated code. It still relies 100% on Efreak's code, but has the broken section(s) removed. --Resistance (talk) 03:52, 17 January 2012 (UTC)
I've updated the code in my github repo. Any other changes, let me know and I'll add you as a contributor to my github repo if I can figure out how--I prefer to have other people's contributions attributed to them in the source control, and not to me. :P --Efreak (talk) 19:10, 31 August 2012 (UTC)