The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

main.h File Reference

#include "inspircd.h"
#include <stdarg.h>

Include dependency graph for main.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModuleSpanningTree
 This is the main class for the spanningtree module. More...

Variables

const long ProtocolVersion = 1201
 If you make a change which breaks the protocol, increment this.


Variable Documentation

const long ProtocolVersion = 1201
 

If you make a change which breaks the protocol, increment this.

If you completely change the protocol, completely change the number.

IMPORTANT: If you make changes, document your changes here, without fail: http://www.inspircd.org/wiki/List_of_protocol_changes_between_versions

Failure to document your protocol changes will result in a painfully painful death by pain. You have been warned.

Definition at line 29 of file main.h.

Referenced by TreeSocket::Capab(), and TreeSocket::SendCapabilities().