Added contact info

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@752 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-09-13 07:39:48 +00:00
parent 44c5f4939d
commit 6dcacaa79e
35 changed files with 75 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "Buffer.h"
CBufLine::CBufLine(const CString& sPre, const CString& sPost) {
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _BUFFER_H
#define _BUFFER_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "Chan.h"
#include "znc.h"
#include "User.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _CHAN_H
#define _CHAN_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "main.h"
#include "Client.h"
#include "znc.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _CLIENT_H
#define _CLIENT_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "DCCBounce.h"
void CDCCBounce::ReadLine(const CString& sData) {
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _DCCBOUNCE_H
#define _DCCBOUNCE_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "DCCSock.h"
void CDCCSock::ReadData(const char* data, int len) {
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _DCCSOCK_H
#define _DCCSOCK_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "FileUtils.h"
#include <iostream>
#include <sys/wait.h>
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _FILEUTILS_H
#define _FILEUTILS_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "HTTPSock.h"
#include "znc.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _HTTPSOCK_H
#define _HTTPSOCK_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "znc.h"
#include "IRCSock.h"
#include "DCCBounce.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _IRCSOCK_H
#define _IRCSOCK_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "main.h"
#include "Modules.h"
#include "znc.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _MODULES_H
#define _MODULES_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "Chan.h"
#include "Nick.h"
#include "User.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _NICK_H
#define _NICK_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "main.h"
#include "Server.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _SERVER_H
#define _SERVER_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include <string.h>
#include "String.h"
#include "FileUtils.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef X_STRING_H
#define X_STRING_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "Template.h"
using std::cerr;
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _TEMPLATE_H
#define _TEMPLATE_H
+7
View File
@@ -1,3 +1,8 @@
//! @author prozac@rottenboy.com
#ifndef _TIMERS_H
#define _TIMERS_H
#include "main.h"
class CKeepNickTimer : public CCron {
@@ -138,3 +143,5 @@ protected:
CUser* m_pUser;
};
#endif // !_TIMERS_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "main.h"
#include "znc.h"
#include "User.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _USER_H
#define _USER_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "Utils.h"
#include "MD5.h"
#include <sys/stat.h>
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _UTILS_H
#define _UTILS_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include <unistd.h>
#include <getopt.h>
#include <stdlib.h>
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _MAIN_H
#define _MAIN_H
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#include "znc.h"
#include "User.h"
#include "Server.h"
+2
View File
@@ -1,3 +1,5 @@
//! @author prozac@rottenboy.com
#ifndef _ZNC_H
#define _ZNC_H