Difference between revisions of "Talk:Bahamut"

From IRC Wiki
Jump to navigation Jump to search
m
Line 25: Line 25:
In the source:
In the source:


added hostserv aliases
*added hostserv aliases
added botserv aliases
*added botserv aliases
changed HS for helpserv to HE  
*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
removed RootServ aliases
*removed RootServ aliases


In template.conf:
In template.conf:


added hosterv and botserv restrict blocks
*added hosterv and 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://ircmojo.org/katsklaw/files/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.

Revision as of 23:10, 16 September 2012

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:

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

CHANGES:

In the source:

  • added hostserv aliases
  • added botserv aliases
  • changed HS for helpserv to HE
  • changed server target for helperv
  • changed server target for operserv
  • removed RootServ aliases

In template.conf:

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

Download: http://ircmojo.org/katsklaw/files/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.