Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Help with Module load  (Read 5179 times)

0 Members and 1 Guest are viewing this topic.

1mankind

  • Guest
Help with Module load
« on: October 03, 2006, 06:02:53 PM »

hey, im new user (linux version) with this software, i downloaded a module (*.c) to my pc, where should i upload it? and what i have to do next for using it in the end?

thnx alot
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #1 on: October 03, 2006, 06:28:59 PM »

put the module file some_module.c inside anope-1.7.x/src/modules folder. Next, go back to anope home directory, anope-1.7.x .. type (g)make && (g)make install ... if everything is compiling ok, go to your IRC and type
/os modload some_module without the file extension *.c :)

[Edited on 3-10-2006 by n00bie]
Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.

katsklaw

  • Guest
(No subject)
« Reply #2 on: October 03, 2006, 10:00:29 PM »

or type: (g)make modules then (g)make install. make modules only compiles new/changed modules and doesn't try to re-compile the whole thing.
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #3 on: October 03, 2006, 10:08:05 PM »

ah! Yes, make modules and make install ... lol ... i was in a terrible mind trying to fixed a new bug on the ircd_vhostserv module :D
Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #4 on: October 03, 2006, 10:40:57 PM »

yes so, but if ur lazy like me and cant be bothered to typo a couple more keys then i compile the whole thing lol.
Pages: [1]   Go Up