Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: ircd_init works 1.7.18? ?  (Read 4007 times)

0 Members and 1 Guest are viewing this topic.

chlspvh18

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 25
ircd_init works 1.7.18? ?
« on: April 07, 2007, 03:55:52 AM »

I would like to use  ircd_init module  with anope 1.7.18
Can I?
When will it be possible?

Thanks

JC^

  • Guest
(No subject)
« Reply #1 on: May 29, 2007, 04:34:40 PM »

I am also seeking the ircd_init script.
I would greatly be interested in having it work with the latest version.
Logged

JC^

  • Guest
ircd_init
« Reply #2 on: May 29, 2007, 04:36:02 PM »

I would definitely be interested in having a copy of the ircd_init script that is compatible with the latest version.
Logged

Deepwaters

  • Anope User
  • Offline Offline
  • Posts: 7
    • http://www.irc-future.com
hi
« Reply #3 on: June 13, 2007, 05:38:57 PM »

i have the old version working on anope1.7.18 ,
all i did was remove botserv,
line 48,56
then removed all
if (s_BotServ) {
      anope_cmd_join(s_BotServ, LogChannel, time(NULL));
until the next
      }
   }
delete all the above until this line
   if (s_HostServ) {
and then again at
if (s_BotServAlias) {
      anope_cmd_join(s_BotServAlias, LogChannel, time(NULL));
delete until
   }
   }
delete all the above until this line
   if (s_MemoServAlias) {
###################
it was the botserv bit that made it crash but after deleting the botserv it worked.this is not a true fix just a work around.
Logged

chlspvh18

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 25
(No subject)
« Reply #4 on: June 13, 2007, 06:31:56 PM »

this module is now available for Anope 1.7.18 :D

http://modules.anope.org/viewmod.php?id=3
Pages: [1]   Go Up