docs.znc.in docs.znc.in

docs.znc.in

ZNC: Main Page

ZNC   trunk. Welcome to the API documentation for ZNC.To write your own module, you should start with writing a new class which inherits from CModule. For the module's constructor and call MODULEDEFS. At the end of your source file. Congratulations, you just wrote your first module. For global modules, the procedure is similar. Instead of MODULEDEFS. If you want your module to actually do something, you should override some of the hooks from CModule. Feel free to also look at existing modules.

http://docs.znc.in/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DOCS.ZNC.IN

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 8 reviews
5 star
0
4 star
5
3 star
3
2 star
0
1 star
0

Hey there! Start your review of docs.znc.in

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.3 seconds

CONTACTS AT DOCS.ZNC.IN

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
ZNC: Main Page | docs.znc.in Reviews
<META>
DESCRIPTION
ZNC   trunk. Welcome to the API documentation for ZNC.To write your own module, you should start with writing a new class which inherits from CModule. For the module's constructor and call MODULEDEFS. At the end of your source file. Congratulations, you just wrote your first module. For global modules, the procedure is similar. Instead of MODULEDEFS. If you want your module to actually do something, you should override some of the hooks from CModule. Feel free to also look at existing modules.
<META>
KEYWORDS
1 main page
2 related pages
3 classes
4 files
5 functions
6 variables
7 typedefs
8 enumerations
9 enumerator
10 friends
CONTENT
Page content here
KEYWORDS ON
PAGE
main page,related pages,classes,files,functions,variables,typedefs,enumerations,enumerator,friends,macros,pages,znc documentation,use modconstructor,call globalmoduledefs
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

ZNC: Main Page | docs.znc.in Reviews

https://docs.znc.in

ZNC   trunk. Welcome to the API documentation for ZNC.To write your own module, you should start with writing a new class which inherits from CModule. For the module's constructor and call MODULEDEFS. At the end of your source file. Congratulations, you just wrote your first module. For global modules, the procedure is similar. Instead of MODULEDEFS. If you want your module to actually do something, you should override some of the hooks from CModule. Feel free to also look at existing modules.

INTERNAL PAGES

docs.znc.in docs.znc.in
1

ZNC: CModule Class Reference

http://docs.znc.in/classCModule.html

ZNC   trunk. 124; Public Member Functions. 124; Protected Attributes. 124; List of all members. The base class for your own ZNC modules. More. Collaboration diagram for CModule:. This enum is just used for return from module hooks. More. PNetwork, const CString. SModName, const CString. SDataDir, CModInfo: EModuleType. This function throws CModule: UNLOAD. Which causes this module to be unloaded. More. This module hook is called when a module is loaded. More. WebSock, const CString. WebSock, const CString.

2

ZNC: Class List

http://docs.znc.in/annotated.html

ZNC   trunk. Here are the classes, structs, unions and interfaces with brief descriptions:. Does Blowfish w/64 bit feedback, no padding. This is the main cron job class. Csocket style wrapper around libcurl-multi. This function is a wrapper around getaddrinfo (for ipv6). Base IRC socket for client - ZNC, and ZNC - server. A job is a task which should run without blocking the main thread. A helper class for handling commands in modules. The base class for your own ZNC modules. A dictionary for strings.

3

ZNC: Modules.h File Reference

http://docs.znc.in/Modules_8h.html

ZNC   trunk. Modules.h File Reference. Include dependency graph for Modules.h:. This graph shows which files directly or indirectly include this file:. Go to the source code of this file. C-style entry point to the module. More. Version which can be safely used in modules. More. A helper class for handling commands in modules. More. The base class for your own ZNC modules. More. ZNC EXPORT LIB EXPORT. CLASS, DESCRIPTION, TYPE). Instead of writing a constructor, you should call this macro. More. Loaded&#4...

4

ZNC: Main Page

http://docs.znc.in/index.html

ZNC   trunk. Welcome to the API documentation for ZNC.To write your own module, you should start with writing a new class which inherits from CModule. For the module's constructor and call MODULEDEFS. At the end of your source file. Congratulations, you just wrote your first module. For global modules, the procedure is similar. Instead of MODULEDEFS. If you want your module to actually do something, you should override some of the hooks from CModule. Feel free to also look at existing modules.

5

ZNC: File List

http://docs.znc.in/files.html

ZNC   trunk. Here is a list of all files with brief descriptions:. Generated on Wed Feb 3 2016 00:07:56 for ZNC by  .

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

wiki.znc.in wiki.znc.in

modperl - ZNC

http://wiki.znc.in/Modperl

To create new wiki account, please join us on #znc at freenode. To create a wiki account for you. You can say thanks to spambots for this inconvenience. This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with. The code for this module can be found here. Modperl allows you to use modules written on perl. This page describes module since ZNC 0.095. If you still need help on old modperl, look here. Writing new perl modules. If you wa...

wiki.znc.in wiki.znc.in

modpython - ZNC

http://wiki.znc.in/Modpython

To create new wiki account, please join us on #znc at freenode. To create a wiki account for you. You can say thanks to spambots for this inconvenience. This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with. The code for this module can be found here. Modpython allows you to use modules written on python 3. Writing new python3 modules. First, you need to use ./configure with option - enable-python. If you're building from git.

wiki.znc.in wiki.znc.in

Writing modules - ZNC

http://wiki.znc.in/Writing_modules

To create new wiki account, please join us on #znc at freenode. To create a wiki account for you. You can say thanks to spambots for this inconvenience. Look at ZNC API here. Or directly in ZNC headers. Create your own module.cpp file (you can look into the sample. For help. Of course, you can look to other existing modules. Include znc/main.h and znc/Modules.h. Create a new class derived from CModule overriding any module hooks that you need. Be sure to add the macro call MODULEDEFS(CYourClass).

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

3

OTHER SITES

docs.zhugeio.com docs.zhugeio.com

帮助中心|诸葛IO-精细化运营分析工具

docs.zigbee.org docs.zigbee.org

ZigBee Alliance - Welcome to the new ZigBee Document Repository

Welcome to the new ZigBee Document Repository. Click here to log in and access the documents.

docs.zipid.apiary.io docs.zipid.apiary.io

ZipID API · Apiary

docs.zippycourses.com docs.zippycourses.com

Zippy Courses

Frequently Asked Questions(FAQs) About The Zippy Courses Plugin. Creating an Online Course. How do I install the Zippy Courses plugin? How to Change and Customize the Zippy Courses Core Pages. How to Promote and Sell your Courses Using the Zippy Courses Course Directory. Editing Theme Options for the Social Triggers Theme. How to use Paypal to collect payments in Zippy Courses. Creating A Course: Units and Lessons. Integrating Zippy Courses with Mailchimp. 2017 Powered by Help Scout.

docs.zmanda.com docs.zmanda.com

Zmanda Documentation - Zmanda Documentation Wiki

This MindTouch Deki has expired; please contact your system administrator. Visit MindTouch.com for activation information. Page last modified 22:13, 12 Sep 2017. Version 3.1.x. Version 3.3.x. Zmanda Recovery Manager (ZRM) for MySQL Manuals. Retrieved from " http:/ docs.zmanda.com/. Powered by MindTouch Deki. Project:Amanda Enterprise 3.0/ZMC Users Manual/BackupWhere. Project:Amanda Enterprise 3.0/Zmanda App modules/MS exchange. Project:Amanda Enterprise 3.1/Zmanda App modules/MS exchange.

docs.znc.in docs.znc.in

ZNC: Main Page

ZNC   trunk. Welcome to the API documentation for ZNC.To write your own module, you should start with writing a new class which inherits from CModule. For the module's constructor and call MODULEDEFS. At the end of your source file. Congratulations, you just wrote your first module. For global modules, the procedure is similar. Instead of MODULEDEFS. If you want your module to actually do something, you should override some of the hooks from CModule. Feel free to also look at existing modules.

docs.zoe-analytics.eu docs.zoe-analytics.eu

Zoe - Container-based Analytics as a Service — Zoe 0.8.92 documentation

Zoe - Container-based Analytics as a Service. Zoe uses Docker Swarm. To run Analytics as a Service applications. Zoe is fast: it can create a fully-functional Spark cluster of 20 nodes in less than five seconds. Zoe is easy to use: just a few clicks on a web interface is all that is needed to configure and start a variety of data-intensive applications. Applications are flexible compositions of Frameworks: for example Jupyter and Spark can be composed to form a Zoe application (a ZApp! The core component...

docs.zombofant.net docs.zombofant.net

Index of /

Icons from famfamfam silk iconset.

docs.zonarsystems.net docs.zonarsystems.net

Support Documentation - Zonar Systems®

OMI / API MANUAL. Installation documents, product demonstrations, videos, walk-throughs, FAQ, 2020 materials, and other helpful information. Certifaction on the use of Zonar equipment, installation, software, admin, and more. Detailed information on how to use Ground Traffic Control and its reports. OMI / API Manual. Guidelines and technical specifications for developers working with Zonar to develop customer reports and functions. Areas indicated wtih the. Why do I need to log in? Need help logging in?

docs.zone docs.zone

PDF Converter ONLINE: Convert Word/Excel/JPG to PDF!

The email or password you have entered is incorrect. Create and convert PDF files online no need to download software! Convert files to PDF. Combine files to PDF. Convert files to PDF. Select one or several files that you want to convert to PDF. Do you need help? This is a temporary storage. Files stay here for 6 hours only. Are you sure you want to delete. How to use Docs.Zone to convert files to PDF. The process of converting virtually any file to PDF using Docs.Zone is really simple:. DocsZone efficie...

docs.zonecoders.com docs.zonecoders.com

ZoneCoders Products Documentation

Welcome to the ZoneCoders Documentation. This is your start for everything you need - installation, usage, to advanced customisation and development. If it's not here, it doesn't exist. Kayebo Marketplace LifeTime License. Z-Docu Online Documentation Script. Integrate in your website. Php Multi Sitemap Generator. Z ticket Php Support Ticket System. Php Template Store Script. Buy And Sell Marketplace Script.