Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Module ircd_init  (Read 6390 times)

0 Members and 1 Guest are viewing this topic.

X-Trancer

  • Guest
Module ircd_init
« on: January 05, 2007, 08:46:44 AM »

Hi all

Works ircd_init on Anope 1.7.18?
Logged

owine

  • Anope User
  • Offline Offline
  • Posts: 130
(No subject)
« Reply #1 on: January 05, 2007, 11:57:25 AM »

it has worked for me thusfar with no issues.
Logged

dave-evad

  • Guest
(No subject)
« Reply #2 on: January 30, 2007, 01:29:02 PM »

can i ask how you got it to work,
Quote

Module ircd_init is compiled against an old version of anope (1182) current is 1214
Logged

SpaceDoG

  • Anope User
  • Offline Offline
  • Posts: 183
    • http://www.hypermutt.net
(No subject)
« Reply #3 on: January 30, 2007, 02:29:33 PM »

You need to recompile the module. make modules && make install
Logged

katsklaw

  • Guest
(No subject)
« Reply #4 on: January 30, 2007, 04:08:05 PM »

if you are upgrading svn then you need to do an additional step after you do a svn up or svn checkout cd to the anope directory and do a make distclean then run ./Config, make and make install. If the module source code hadn't changed then to it doesn't get re-compiled against the newer version and make distclean deletes all the moules from the compile directory and starts over from scratch. meaining all the modules get re-compiled. which gives you a much cleaner installation.
Logged

DerPate

  • Guest
(No subject)
« Reply #5 on: April 06, 2007, 05:27:20 PM »

hi guys i have an other qustion is it possible to chane the modol in the way that chanserv do not join any channel because my user didn't like it

derpate
Logged

GhosT

  • Guest
(No subject)
« Reply #6 on: April 07, 2007, 06:20:30 AM »

Quote
Originally posted by DerPate
hi guys i have an other qustion is it possible to chane the modol in the way that chanserv do not join any channel because my user didn't like it

derpate


remove load_chanserv() ;)
Logged

Chad

  • Guest
(No subject)
« Reply #7 on: May 07, 2007, 02:09:09 PM »

Code: [Select]
All done!  Now run "make" (or possibly "gmake") to compile your modules.
See the INSTALL, README and FAQ files if you have any problems.
make[1]: Entering directory `/root/Anope/modules'
gcc -O2 -Wall -g -c ircd_init.c
ircd_init.c: In function `AnopeInit':
ircd_init.c:61: error: `MODULE_EXT' undeclared (first use in this function)
ircd_init.c:61: error: (Each undeclared identifier is reported only once
ircd_init.c:61: error: for each function it appears in.)
ircd_init.c: In function `load_chanserv':
ircd_init.c:75: warning: implicit declaration of function `anope_cmd_join'
ircd_init.c:76: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c:83: warning: implicit declaration of function `anope_cmd_mode'
ircd_init.c: In function `cs_kick_rejoin':
ircd_init.c:101: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c:113: warning: implicit declaration of function `anope_cmd_kick'
ircd_init.c: In function `load_services':
ircd_init.c:121: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c: In function `load_bots':
ircd_init.c:391: error: `nbots' undeclared (first use in this function)
ircd_init.c:397: error: `IRCDModule' undeclared (first use in this function)
ircd_init.c: In function `AnopeFini':
ircd_init.c:415: error: `MODULE_EXT' undeclared (first use in this function)
make[1]: *** [ircd_init.o] Error 1
make[1]: Leaving directory `/root/Anope/modules'
make: *** [modules] Error 2


I did as per the compiling instructions in the wiki... what is wrong here?
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #8 on: May 07, 2007, 05:27:58 PM »

Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.
Pages: [1]   Go Up