From 4870711c91814c7f096f884819e7528a3b846ece Mon Sep 17 00:00:00 2001
From: Simon McVittie
Date: Mon, 14 Oct 2013 15:08:55 +0100
Subject: [PATCH 2/2] Rename IRC_Command interface to IRCCommand1
---
extensions/Connection_Interface_IRC_Command1.xml | 46 ++++++++++++++++++++++++
extensions/Connection_Interface_Irc_Command.xml | 46 ------------------------
extensions/Makefile.am | 2 +-
extensions/all.xml | 2 +-
src/idle-connection.c | 8 ++---
tests/twisted/irc-command.py | 2 +-
6 files changed, 53 insertions(+), 53 deletions(-)
create mode 100644 extensions/Connection_Interface_IRC_Command1.xml
delete mode 100644 extensions/Connection_Interface_Irc_Command.xml
diff --git a/extensions/Connection_Interface_IRC_Command1.xml b/extensions/Connection_Interface_IRC_Command1.xml
new file mode 100644
index 0000000..c46791b
--- /dev/null
+++ b/extensions/Connection_Interface_IRC_Command1.xml
@@ -0,0 +1,46 @@
+
+
+ Copyright (C) 2005, 2006 Collabora Limited
+ Copyright (C) 2005, 2006 Nokia Corporation
+ Copyright (C) 2006 INdT
+
+ This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+
+
+
+
+ The command followed by its arguments.
+
+
+
+ Send an arbitrary IRC command to the server.
+
+
+
+
+
+
+
+
+
+
+ An interface to send arbitrary IRC commands to the server.
+
+
+
+
diff --git a/extensions/Connection_Interface_Irc_Command.xml b/extensions/Connection_Interface_Irc_Command.xml
deleted file mode 100644
index 625bd9f..0000000
--- a/extensions/Connection_Interface_Irc_Command.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
- Copyright (C) 2005, 2006 Collabora Limited
- Copyright (C) 2005, 2006 Nokia Corporation
- Copyright (C) 2006 INdT
-
- This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
-
-
-
-
- The command followed by its arguments.
-
-
-
- Send an arbitrary IRC command to the server.
-
-
-
-
-
-
-
-
-
-
- An interface to send arbitrary IRC commands to the server.
-
-
-
-
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 096dcb3..a9a4d3f 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -2,7 +2,7 @@ tools_dir = $(top_srcdir)/tools
EXTRA_DIST = \
all.xml \
- Connection_Interface_Irc_Command.xml \
+ Connection_Interface_IRC_Command1.xml \
Connection_Interface_Renaming.xml \
$(NULL)
diff --git a/extensions/all.xml b/extensions/all.xml
index 7e846bb..d362c78 100644
--- a/extensions/all.xml
+++ b/extensions/all.xml
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
+