Anope IRC Services

Anope Development => Feature Requests => Topic started by: chlspvh18 on May 22, 2007, 05:31:02 PM

Title: Notice Unregistered users
Post by: chlspvh18 on May 22, 2007, 05:31:02 PM
I have some questions:

1- How can i make Anope notice unregistered users when they connect?
example:

-NickServ- This nick is not registered, if you intend to use it in the future
-NickServ- please register the nick with /NickServ REGISTER password email.

2- When i use /OperServ JUPE server reason
the server has this description:

Juped by: Operator

is it possible to 'hide' this ?

3- Is it possible to make all bots (botserv) or services to join a channel?

I'm running my server on windows xp (service pack 2) using wIRCD Ptlink 6.19.5
and services Anope 1.7.18

Thanks ;)
Title:
Post by: chlspvh18 on May 22, 2007, 05:31:27 PM
ps: sorry for my bad english :|
Title:
Post by: n00bie on May 22, 2007, 08:43:10 PM
For your first answer, it is an old module located at: http://www.anope.org/modules/ns_noticeunregistered.c
i'm not sure whether it will compile correct on 1.7.18

and for your 2nd answer, you will need to make a changes on the core file(ircd or anope, *not sure*) which is not allowed. so that will be a 'no'.

and for the 3rd, it is an old module too: http://www.anope.org/modules/os_clientjoin.c
same as your 1st question. Tom and I have a module like that too, but since there is some which are needed to changed, it is not supported for 1.7.18 yet. sorry.
Title:
Post by: chlspvh18 on May 22, 2007, 09:04:06 PM
OK

Thanks n00bie  =)
Title:
Post by: click on May 24, 2007, 01:49:45 PM
Quote
Originally posted by chlspvh18
1- How can i make Anope notice unregistered users when they connect?

I've written a module for it - it's using hardcoded language (english) but is easy to use. Give me a note if you want it.

Test at irc.noianet.net if you feel like viewing before asking.
Title:
Post by: chlspvh18 on May 24, 2007, 10:02:43 PM
yes! :)

click
I visited your network, nice module!
but, can i use it running anope version 1.7.18 on windows?
and is it possible to 'translate' to portuguese?
Example:

-NickServ- Seu nickname não está registrado.

-NickServ- Para mais informações sobre como registrá-lo use

-NickServ- os comandos /msg NickServ HELP e /msg NickServ HELP REGISTER

Thanks ;)
Title:
Post by: click on May 24, 2007, 11:03:52 PM
The text is just hardcoded onto the module itself, but can be changed as you please. Here's the module...
http://www.vcon.no/~click/ns_notifyunregistered.c

Should be sufficient, and I hope someone will tell me how to make it multilingual  (being my first module, this is just a quick hackup from other modules I looked at).

With regards to Windows, it should work nicely. Only using some internal Anope events for matching new nicks, so...  guess so...

[Edited on 24-5-2007 by click]
Title:
Post by: chlspvh18 on May 29, 2007, 04:37:43 PM
Thanks click :D
Title:
Post by: katsklaw on May 29, 2007, 11:10:43 PM
as far as #2 goes .. if your ircd hides ulined connections, like say unreal does .. then normal users can't see juped servers to start with becasue its hiding behind a ulined connection and if that is the case, IRCops have the right to know who juped a server  so having the oper listed is important information. If you can't trust your opers enough for them to see such info, then don't make them opers.
Title:
Post by: chlspvh18 on May 31, 2007, 03:30:31 PM
no problem in IRCops know who juped a server
but i would like to hide this information from normal users =)


sorry for my bad english :|
Title:
Post by: katsklaw on June 01, 2007, 02:23:31 AM
Quote
Originally posted by chlspvh18
no problem in IRCops know who juped a server
but i would like to hide this information from normal users =)


sorry for my bad english :|


If you are using Unreal, then juped servers are already hidden from users. If your not using unreal ircd, then contact your ircd support team because hiding servers in /map and /links is solely the ircd's job, there is nothing services can do about it.
Title:
Post by: chlspvh18 on June 01, 2007, 02:31:16 AM
ok
thanks  katsklaw =)