Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: IROPS can reg channel for user  (Read 10555 times)

0 Members and 1 Guest are viewing this topic.

Morpheus1200

  • Guest
IROPS can reg channel for user
« on: March 24, 2006, 03:00:16 AM »

Hi what do i have to edit so that IROPS can register channels for the users and set the user as channelowner

and disallow normal users to register channels
Logged

lonewolf

  • Guest
(No subject)
« Reply #1 on: March 24, 2006, 02:45:18 PM »

# CSOpersOnly [OPTIONAL]
#     If this is defined, only IRC Operators will be permitted to use ChanServ.

CSOpersOnly
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #2 on: March 24, 2006, 03:48:25 PM »

and can normal users use some commands from Chanserv then? like Topic;op;dep; etc?
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #3 on: March 25, 2006, 12:40:55 AM »

ok when i use CSOpersOnly normal user cant use any command of Chanserv

What i need is
Just Irops can Register Channels and give Founder to a user who request the Channel
The user hav e Access to ChanServ so he can add SOP AOP etc.
Logged

Fussi

  • Guest
(No subject)
« Reply #4 on: March 25, 2006, 10:20:29 AM »

You need both modules cs_nounregistered and cs_operonly_register to do exact that. IRCOps can join any desired channels, and nonIRCOps get the message

Code: [Select]
You can not create new channels on this NetWork.
Please, join an official channel.
Join #help, for help or doubts.


After any IRCOp has registered this channel, anyone can join and use ChanServ as usual.

But watch out, cs_nounregistered seems to have a hidden bug we could'nt find yet. It causes a Segmentation fault sometimes and you services go down.

Look at this thread to read more:
http://forum.anope.org/viewthread.php?tid=199

-Fussi
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #5 on: March 25, 2006, 12:06:20 PM »

hmm :( im a rely noob and i dont understand how to compile the modules :(
Logged

Fussi

  • Guest
(No subject)
« Reply #6 on: March 25, 2006, 12:20:04 PM »

read docs/MODULES ;)


Code: [Select]
5) More Modules

    Anope ships with three sample modules that only illustrates some of the
    implemented module capabilities. They don't really do much or anything
    useful.

    You can download more useful modules from http://modules.anope.org/. Just
    grab the module file (usually with a .c extension). Place the module
    file in your modules (src/modules) folder; the same folder that contains
    both hs_moo.c and catserv.c module files.

    The new modules need to be compiled and installed before you can make
    use of them:

    1. Make sure you're in the main source directory. (usually anope-1.X.XX/)
    2. Run `make modules` to compile any new or changed modules.
    3. Run `make install` to install the modules.

    You can now use /msg OperServ MODLOAD to load the new modules.
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #7 on: March 25, 2006, 12:47:15 PM »

ok i try it :)

but  one question when it works can a ircop set the user as channel Founder???? oh lord im so a noob ;)

[Edited on 25-3-2006 by Morpheus1200]
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #8 on: March 25, 2006, 02:18:04 PM »

hmm i became an error when i start nmake -f Makefile.win32 (fatal error u1077)

can someone compile these files for me?
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #9 on: March 26, 2006, 11:37:44 AM »

can someone Help me please?
Logged

Fussi

  • Guest
(No subject)
« Reply #10 on: March 26, 2006, 12:05:16 PM »

No idea howto compile anope under w32, using linux
Logged

Oberon

  • Guest
(No subject)
« Reply #11 on: March 26, 2006, 05:52:13 PM »

if you register the channel for youre user, and then user the set founder command:

# SET FOUNDER

 Syntax: /msg ChanServ  SET channel FOUNDER nick
 
 Changes the founder of a channel.  The new nickname must
 be a registered one.

You can make him a founder ;)
Logged

Morpheus1200

  • Guest
(No subject)
« Reply #12 on: March 28, 2006, 04:08:01 PM »

can someone compile the files for win32 please?
Logged

FuRiOuS

  • Guest
(No subject)
« Reply #13 on: March 28, 2006, 07:54:00 PM »

Your gonna have to learn how to do it yourself.  As limited as my knowledge is even I know you need to know this stuff for yourself, especially if your the Net Admin Perhaps you need to get a shell and use linux, it seems to have more help available than windows does which would help you to learn easier.
Logged
Pages: [1]   Go Up