Difference between revisions of "IRCd Config/Inspircd1.1"

From Mibbit Wiki
Jump to: navigation, search
(New page: == Instructions == These are instructions for how to configure your Inspircicd1.1 installation for use with the Mibbit system.<br /> :# Locate the cgiirc module in the inspircd.conf calle...)
 
Line 7: Line 7:
 
::# In the ''password'' attribute, enter the appropriate Mibbit password as provided by the administrators.
 
::# In the ''password'' attribute, enter the appropriate Mibbit password as provided by the administrators.
 
::# In the ''mask'' attribute, enter our IP address {{Template:Mibbit_IP}}<br />Note: In some cases its been reported that connection from mibbit users were not resolved to the correct address. In some cases this can be fixed by setting the mask to "*". This is NOT recommended behavior.
 
::# In the ''mask'' attribute, enter our IP address {{Template:Mibbit_IP}}<br />Note: In some cases its been reported that connection from mibbit users were not resolved to the correct address. In some cases this can be fixed by setting the mask to "*". This is NOT recommended behavior.
:: Your cgihost should look like this:<pre><cgihost type="webirc" password="Your password here" mask="{{Template:Mibbit_IP}}"></pre>
+
:: Your cgihost should look like this:&lt;cgihost type="webirc" password="Your password here" mask="{{Template:Mibbit_IP}}"&gt;
 
:# Locate your connection block and add an additional block as follows<br />
 
:# Locate your connection block and add an additional block as follows<br />
 
<pre>{{Template:Mibbit_IP}}</pre>
 
<pre>{{Template:Mibbit_IP}}</pre>

Revision as of 21:14, 9 April 2008

Instructions

These are instructions for how to configure your Inspircicd1.1 installation for use with the Mibbit system.

  1. Locate the cgiirc module in the inspircd.conf called m_cgiirc.so
    Look for
    <module name="m_cgiirc.so">
    and uncomment it.
  2. Locate the cgihost tag below and configure as follows:
  1. Choose type as Webirc
  2. In the password attribute, enter the appropriate Mibbit password as provided by the administrators.
  3. In the mask attribute, enter our IP address 64.62.228.82
    Note: In some cases its been reported that connection from mibbit users were not resolved to the correct address. In some cases this can be fixed by setting the mask to "*". This is NOT recommended behavior.
Your cgihost should look like this:<cgihost type="webirc" password="Your password here" mask="64.62.228.82">
  1. Locate your connection block and add an additional block as follows
{{Template:Mibbit_IP}}