From: brain Date: Sun, 12 Nov 2006 17:20:22 +0000 (+0000) Subject: Added a notice that all people bumping the protocol version should edit a page in... X-Git-Tag: v2.0.23~6660 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=88b4e897ecab5c559672da0d72945fc785d9eef9;p=user%2Fhenk%2Fcode%2Finspircd.git Added a notice that all people bumping the protocol version should edit a page in the wiki: * 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. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5716 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 3bd55e653..a7f978352 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -30,6 +30,12 @@ /** 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. */ const long ProtocolVersion = 1102;