Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Channel Registration  (Read 9669 times)

0 Members and 1 Guest are viewing this topic.

Simon Hind

  • Anope User
  • Offline Offline
  • Posts: 3
Channel Registration
« on: May 20, 2011, 09:56:57 AM »

then you regsiter a channel

how do you set it to message the channel some text, i'd like to put my own text and hyperlinks in to visit help posts

after they register a channel

i have

anope 1.8.6 & Unreal3.2.8.1
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Channel Registration
« Reply #1 on: May 20, 2011, 02:38:25 PM »

You're probably after chanserv's entrymsg which will notice people when they join the channel.
/msg chanserv help set entrymsg
Logged

Simon Hind

  • Anope User
  • Offline Offline
  • Posts: 3
Re: Channel Registration
« Reply #2 on: May 20, 2011, 06:16:17 PM »

You're probably after chanserv's entrymsg which will notice people when they join the channel.
/msg chanserv help set entrymsg

i am looking for configuring anope to display a message after channel registration not

entrymsg
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Channel Registration
« Reply #3 on: May 21, 2011, 03:54:29 AM »

What kind of message? to whom? exactly what message? Do you mean a type of welcome message telling users about the network and it's rules? For example: "Thanks for registering your channel on our network."

General questions spawn general answers. Please be specific.
« Last Edit: May 21, 2011, 03:56:35 AM by katsklaw »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Channel Registration
« Reply #4 on: May 21, 2011, 09:46:05 AM »

i am looking for configuring anope to display a message after channel registration not

entrymsg

Use your words man!
Logged

Simon Hind

  • Anope User
  • Offline Offline
  • Posts: 3
Re: Channel Registration
« Reply #5 on: May 21, 2011, 05:33:49 PM »

ok so here goes

a user registers this channel on my IRCD

after registration of lets say for example #The50s
they get the following message shown in the same channel

--------------------------------------------------------------------------------------
Thank you for registering this channel in order to help secure your channel please visit :
http://www.ukdailychat.net/forumdisplay.php?10-FAQ
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Channel Registration
« Reply #6 on: May 23, 2011, 06:09:31 PM »

When approved, this module will be available at: http://modules.anope.org/index.php?page=view&id=222


UPDATE: The module has been approved, but for some reason I'm getting an error when I try to upload the .c file. I'll upload asap!
« Last Edit: May 23, 2011, 06:37:15 PM by katsklaw »
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Channel Registration
« Reply #7 on: May 23, 2011, 07:11:04 PM »

I've tried several times with Konqueror and firefox and both gives me an error of "Error uploading file"
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Channel Registration
« Reply #8 on: May 23, 2011, 07:13:56 PM »

Sounds like the first issue since switching webservers the other day .....

Can you ping me your src via email so I can use it as a test to fix the server please?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Channel Registration
« Reply #9 on: May 23, 2011, 07:24:51 PM »

nvm, Adam's going to modify the upload location which should fix this up.

Give it a bit and try again :)
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Channel Registration
« Reply #10 on: May 23, 2011, 07:29:13 PM »

Patched, try again.
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Channel Registration
« Reply #11 on: May 23, 2011, 07:32:59 PM »

Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Channel Registration
« Reply #12 on: May 23, 2011, 07:35:01 PM »

Ta.
Logged

gerry

  • Anope User
  • Offline Offline
  • Posts: 86
Re: Channel Registration
« Reply #13 on: May 23, 2011, 07:56:59 PM »

2 Config Items:
CSRegMsg "Your welcome message."
NSRegMsg "Your welcome message."

where abouts is this section on the code please as there are 2 sections that contains those CS/NS RegMsg

is it here?

char *CSRegMsg = NULL;
char *NSRegMsg = NULL;
« Last Edit: May 23, 2011, 07:58:47 PM by gerry »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Channel Registration
« Reply #14 on: May 23, 2011, 08:16:51 PM »

In your services.conf
Logged

gerry

  • Anope User
  • Offline Offline
  • Posts: 86
Re: Channel Registration
« Reply #15 on: May 23, 2011, 08:51:28 PM »

i got it and it works a treat :)

Quote
* ChanServ sets mode: +tr
 * ChanServ sets mode: +q Cheiron
 -ChanServ- Congratulations, your channel is successfully registered. Now type /msg chanserv set #yourchannelname keeptopic on  .This tells chanserv not to forget your topic. If you need any further help with chanserv, join #help

Awesome job and a very useful module. well done :)
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Channel Registration
« Reply #16 on: May 23, 2011, 09:36:14 PM »

Updated summary on website to explicitly explain where the config values go. There is no need to edit any part of the source for this to work. Once the auto compile feature kicks in, this module will also work on win32 version as well.

Enjoy!
Logged
Pages: [1]   Go Up