<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>IWS Plugins and Other Projects</title>
	<description></description>
	<link>http://forums.interwavestudios.com/index.php</link>
	<pubDate>Tue, 05 Jan 2010 11:07:48 +0000</pubDate>
	<ttl>5</ttl>
	<item>
		<title>Issues</title>
		<link>http://forums.interwavestudios.com/topic/1224-issues/</link>
		<description>is it possible to add !admin withen game to notify the admins in irc that an admin presence is needed?</description>
		<pubDate>Tue, 05 Jan 2010 11:07:48 +0000</pubDate>
		<guid>http://forums.interwavestudios.com/topic/1224-issues/</guid>
	</item>
	<item>
		<title>IRCRelay Suggestions, bug reports etc</title>
		<link>http://forums.interwavestudios.com/topic/278-ircrelay-suggestions-bug-reports-etc/</link>
		<description><![CDATA[Hello everyone,<br />
<br />
Our beloved Tsunami (Erik) has picked up IRCRelayand if you have any suggestions, feedback or bug reports make sure you visit our bug tracker over <a href='http://projects.interwavestudios.com/projects/ircrelay' class='bbc_url' title='External link' rel='nofollow'>here</a>.]]></description>
		<pubDate>Wed, 23 Dec 2009 14:08:36 +0000</pubDate>
		<guid>http://forums.interwavestudios.com/topic/278-ircrelay-suggestions-bug-reports-etc/</guid>
	</item>
	<item>
		<title>Tutorial: Install IRCRelay for SourceMod</title>
		<link>http://forums.interwavestudios.com/topic/355-tutorial-install-ircrelay-for-sourcemod/</link>
		<description><![CDATA[Greetings,<br />
<br />
Seeing there was no real tutorial and I've gotten quite some problems already trying to install it, it seemed more then obvious something should be done about this.<br />
<br />
And thus this tutorial was born to address a few issues while trying an install.<br />
<br />
<span style='font-size: 26px;'><strong class='bbc'>Installation Manual (linux)</strong></span><br />
<ul class='bbcol decimal'><li> Download the latest version of IRCRelay from <a href='http://forums.interwavestudios.com/index.php?app=downloads&showcat=15' class='bbc_url' title='External link' rel='nofollow'>here</a>. (Current release: IRC Relay 2.0.0)<br />
<br /></li><li> Unpack the zipfile. Copy these files over to your /home/account/server/mod/ directory.<br />
<br /></li><li> It's configuration time now! Edit the following files:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>addons/sourcemod/configs/ircrelay/channels.txt</div></div><br />
This file contains the IRC channels you want to put your bot in.<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>addons/sourcemod/configs/ircrelay/default.txt</div></div><br />
There are numerous of already present gamemod.txt files. If your gamemod itself is not present in this directory, you can simply leave it by that and it will use the default.txt file.<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>cfg/sourcemod/ircrelay.cfg</div></div><br />
Most of the configuration is stored in this file. Please take your time to edit this one since it's the most important one you'll find!<br />
<br /></li><li> Simply starting the server now will give you a few errors. There seems to be something that has been forgotten to mention.<br />
You will need to edit the /addons/sourcemod/config/database.cfg file. Add the following lines and fill in it's contents:<br />
<pre class='prettyprint'>        "irc_relay"
        {
                "driver"                        "default"
                "host"                          ""
                "database"                      ""
                "user"                          ""
                "pass"                          ""
                //"timeout"                     "0"
                "port"                          "3306"
        }</pre><br />
<br /></li><li> Now it's time to add an exec sentence to your server configuration file.<br />
Add the following line to your server.cfg:<br />
<pre class='prettyprint'>exec sourcemod/ircrelay.cfg</pre><br />
<br /></li><li> Time to start our server! Don't mapchange but be sure to restart it!</li></ul><br />
<br />
<span style='font-size: 26px;'><strong class='bbc'>Troubleshooting</strong></span><br />
<ul class='bbcol decimal'><li> I'm getting the following error when starting the relay server:<br />
<pre class='prettyprint'>L 09/02/2009 - 13:54:48: &#91;irc-relay-core.smx&#93; &#91;IRC RELAY - Access&#93; Database failure: Could not find database conf "irc_relay"
L 09/02/2009 - 13:54:48: &#91;irc-access.smx&#93; &#91;IRC RELAY - Access&#93; Database failure: Could not find database conf "irc_relay"</pre><br />
Be sure to edit your database.cfg file (located in /addons/sourcemod/config/). Also make sure that all the credentials are filled in correctly (database, user, password, ip-address (NOT HOST!)).<br />
<br /></li><li> Error with Socketconnect:<br />
<pre class='prettyprint'>L 09/02/2009 - 14:41:34: &#91;SM&#93; Native "SocketConnect" reported: Invalid hostname specified (must not be empty)
L 09/02/2009 - 14:41:34: &#91;SM&#93; Displaying call stack trace for plugin "irc-relay-core.smx":
L 09/02/2009 - 14:41:34: &#91;SM&#93;   &#91;0&#93;  Line 681, irc-relay-core.sp::OnConfigsExecuted()</pre><br />
It seems you did not edit your sourcemod/ircrelay.cfg file (or it did not load when you started your server). Be sure to enter an irc-server in the configuration file!<br />
<br /></li><li> Crash with following stuff:<br />
<pre class='prettyprint'>L 09/02/2009 - 14:43:50: &#91;irc-relay-core.smx&#93; socket error 5 (errno 22)
./srcds_run: line 344: 17891 Segmentation fault      $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed Sep  2 14:43:50 CEST 2009: Server restart in 10 seconds</pre><br />
It just happened, don't know how to fix it yet &lt;.&lt;</li></ul>]]></description>
		<pubDate>Wed, 02 Sep 2009 11:56:56 +0000</pubDate>
		<guid>http://forums.interwavestudios.com/topic/355-tutorial-install-ircrelay-for-sourcemod/</guid>
	</item>
	<item>
		<title>IRCRelay latest download</title>
		<link>http://forums.interwavestudios.com/topic/353-ircrelay-latest-download/</link>
		<description><![CDATA[The latest download can always be found over here:<br />
<a href='http://code.google.com/p/sm-ircrelay/' class='bbc_url' title='External link' rel='nofollow'>http://code.google.com/p/sm-ircrelay/</a>]]></description>
		<pubDate>Wed, 02 Sep 2009 09:13:10 +0000</pubDate>
		<guid>http://forums.interwavestudios.com/topic/353-ircrelay-latest-download/</guid>
	</item>
</channel>
</rss>