Difference between revisions of "Talk:Bahamut"

From IRC Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server.
It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server.
To fix, open include/msg.h and edit this block which starts on line 238. Change 'Stats_Name' to 'Services_Name' then save the file. You will have to recompile then restart the ircd.
AliasInfo aliastab[] =
{
    /* AII_NS */ {MSG_NS, NICKSERV, Services_Name},
    /* AII_CS */ {MSG_CS, CHANSERV, Services_Name},
    /* AII_MS */ {MSG_MS, MEMOSERV, Services_Name},
    /* AII_RS */ {MSG_RS, ROOTSERV, Services_Name},
    /* AII_OS */ {MSG_OS, OPERSERV, Stats_Name},
    /* AII_SS */ {MSG_SS, STATSERV, Stats_Name},
    /* AII_HS */ {MSG_HS, HELPSERV, Stats_Name},
    { 0 }
};
'''DO NOT REMOVE ANY OF THESE LINES UNLESS YOU KNOW WHAT YOU ARE DOING!'''


UPDATE:
UPDATE:


I've modified bahamut 2.0.3 to support hostserv and botserv.
I've modified bahamut 2.0.3 to support botserv, helpserv and operserv.


CHANGES:
CHANGES:
Line 25: Line 9:
In the source:
In the source:


*added hostserv aliases
*added botserv aliases
*added botserv aliases
*changed HS for helpserv to HE
*changed server target for helperv     
*changed server target for helperv     
*changed server target for operserv
*changed server target for operserv
Line 34: Line 16:
In template.conf:
In template.conf:


*added hosterv and botserv restrict blocks
*added botserv restrict blocks
*removed rootserv restrict block
*removed rootserv restrict block


Download: http://ircmojo.org/katsklaw/files/bahamut-2.0.3-svsfix.tar.gz
Download: http://www.fileden.com/files/2012/10/16/3357910/bahamut-2.0.3-svsfix.tar.gz


Support: I will only support my modifications, Bahamut will likely not offer any support since the source code is modified.
Support: I will only support my modifications, Bahamut will likely not offer any support since the source code is modified.

Latest revision as of 00:56, 17 October 2012

It should be noted that users using canned services packages that services aliases are hard coded and operserv is on the stats server.

UPDATE:

I've modified bahamut 2.0.3 to support botserv, helpserv and operserv.

CHANGES:

In the source:

  • added botserv aliases
  • changed server target for helperv
  • changed server target for operserv
  • removed RootServ aliases

In template.conf:

  • added botserv restrict blocks
  • removed rootserv restrict block

Download: http://www.fileden.com/files/2012/10/16/3357910/bahamut-2.0.3-svsfix.tar.gz

Support: I will only support my modifications, Bahamut will likely not offer any support since the source code is modified.