From ebf3afb35f1aada4640c8a35dd996f39449afede Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 7 Jun 2007 06:08:16 +0000 Subject: [PATCH] Added SVN Id keyword to plugin headers --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40914 --- core/ChatTriggers.cpp | 2 +- plugins/admin-auth.sp | 2 ++ plugins/admin-flatfile/admin-flatfile.sp | 2 ++ plugins/admin-flatfile/admin-groups.sp | 2 ++ plugins/admin-flatfile/admin-levels.sp | 2 ++ plugins/admin-flatfile/admin-overrides.sp | 2 ++ plugins/admin-flatfile/admin-simple.sp | 2 ++ plugins/admin-flatfile/admin-users.sp | 2 ++ 8 files changed, 15 insertions(+), 1 deletion(-) diff --git a/core/ChatTriggers.cpp b/core/ChatTriggers.cpp index 678b6c6b..e89216af 100644 --- a/core/ChatTriggers.cpp +++ b/core/ChatTriggers.cpp @@ -6,7 +6,7 @@ /* :HACKHACK: We can't SH_DECL here because ConCmdManager.cpp does */ extern bool __SourceHook_FHRemoveConCommandDispatch(void *, bool, class fastdelegate::FastDelegate0); -#if PLAPI_VERSION >= 11 +#if SH_IMPL_VERSION >= 4 extern int __SourceHook_FHAddConCommandDispatch(void *, bool, class fastdelegate::FastDelegate0); #else extern bool __SourceHook_FHAddConCommandDispatch(void *, bool, class fastdelegate::FastDelegate0); diff --git a/plugins/admin-auth.sp b/plugins/admin-auth.sp index 7f2a5861..00ea519d 100644 --- a/plugins/admin-auth.sp +++ b/plugins/admin-auth.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ diff --git a/plugins/admin-flatfile/admin-flatfile.sp b/plugins/admin-flatfile/admin-flatfile.sp index 5075aa05..f05f4561 100644 --- a/plugins/admin-flatfile/admin-flatfile.sp +++ b/plugins/admin-flatfile/admin-flatfile.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ diff --git a/plugins/admin-flatfile/admin-groups.sp b/plugins/admin-flatfile/admin-groups.sp index 937fdf9a..caab1f36 100644 --- a/plugins/admin-flatfile/admin-groups.sp +++ b/plugins/admin-flatfile/admin-groups.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ #define GROUP_STATE_NONE 0 diff --git a/plugins/admin-flatfile/admin-levels.sp b/plugins/admin-flatfile/admin-levels.sp index 2081c7f7..8c654957 100644 --- a/plugins/admin-flatfile/admin-levels.sp +++ b/plugins/admin-flatfile/admin-levels.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ #define LEVEL_STATE_NONE 0 diff --git a/plugins/admin-flatfile/admin-overrides.sp b/plugins/admin-flatfile/admin-overrides.sp index 32768d52..e715a274 100644 --- a/plugins/admin-flatfile/admin-overrides.sp +++ b/plugins/admin-flatfile/admin-overrides.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ #define OVERRIDE_STATE_NONE 0 diff --git a/plugins/admin-flatfile/admin-simple.sp b/plugins/admin-flatfile/admin-simple.sp index a21fd2aa..93bc945f 100644 --- a/plugins/admin-flatfile/admin-simple.sp +++ b/plugins/admin-flatfile/admin-simple.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ public ReadSimpleUsers() diff --git a/plugins/admin-flatfile/admin-users.sp b/plugins/admin-flatfile/admin-users.sp index 4c091fe9..3482489c 100644 --- a/plugins/admin-flatfile/admin-users.sp +++ b/plugins/admin-flatfile/admin-users.sp @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * Version: $Id$ */ #define USER_STATE_NONE 0