diff --git a/FileUtils.h b/FileUtils.h index f9f17592..1b293a13 100644 --- a/FileUtils.h +++ b/FileUtils.h @@ -353,6 +353,7 @@ protected: bool m_bDesc; }; +//! @author imaginos@imaginos.net class CExecSock : public Csock { public: CExecSock() : Csock() { diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index b5148002..d2247960 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 188c4d63..64aed048 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/crypt.cpp b/modules/crypt.cpp index df6d7963..ab34526e 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -1,3 +1,4 @@ +//! @author prozac@rottenboy.com // // The encryption here was designed to be compatible with mircryption's CBC mode. // diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index 1d8ac628..0dde967f 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/partyline.cpp b/modules/partyline.cpp index cc07b39a..a585b160 100644 --- a/modules/partyline.cpp +++ b/modules/partyline.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/raw.cpp b/modules/raw.cpp index 46ef8e85..b78d62d4 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/sample.cpp b/modules/sample.cpp index 690450b4..e3a56201 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/shell.cpp b/modules/shell.cpp index 33fdced8..e21e0a7c 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "Csocket.h" #include "User.h" diff --git a/modules/watch.cpp b/modules/watch.cpp index 4a479b34..5e137880 100644 --- a/modules/watch.cpp +++ b/modules/watch.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h" diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index 11908026..f959abd0 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1,3 +1,5 @@ +//! @author prozac@rottenboy.com + #include "main.h" #include "User.h" #include "Nick.h"