Hello everyone,
I hope you are all doing well. I recently started working with Anope for my IRC server and I am encountering some issues with the configuration. Specifically,, I am trying to set up services to automatically recognize new users and assign them roles based on their activity.
I have gone through the documentation but still find myself stuck on a few points:
User Recognition: What’s the best way to ensure that new users are recognized by the services as soon as they join: ?? Are there specific settings I should be aware of: ??
Role Assignment: How can I customize role assignments based on user behavior or channel activity? Any tips on creating effective scripts for this: ??
I would appreciate any insights or examples you might have. Your expertise would be invaluable as I navigate this setup. Thank you in advance for your help !!
Best regards,
Derek Theler
1
on: October 10, 2024, 07:38:57 AM
|
||
Started by Derek Theler - Last post by Derek Theler | ||
2
on: October 09, 2024, 03:16:14 PM
|
||
Started by Amine - Last post by CrazyCat | ||
Can you copy here the result of /whois on yourself and /msg nickserv info <yourself> all ?
|
3
on: October 04, 2024, 08:15:42 PM
|
||
Started by Amine - Last post by Amine | ||
hello
i have a problem with Hostserv, i am connected as superadmin (root access), when i execute the command vhost /msg HostServ SET Fred I am Fred, i get an access denied message. what should i do please |
4
on: September 24, 2024, 10:19:02 PM
|
||
Started by nanoflower - Last post by nanoflower | ||
yes, it is ulined and set as services-server.
link services.realitytvlounge.com { incoming { mask xxx.xxx.xxx.xxx; }; password "xxxxxxxxxxxxx"; class servers; }; ulines { services.realitytvlounge.com; }; set { network-name "realitytvlounge"; default-server "services.realitytvlounge.com"; services-server "services.realitytvlounge.com"; rest just left off |
5
on: September 24, 2024, 07:53:40 PM
|
||
Started by nanoflower - Last post by CrazyCat | ||
in unrealircd, are your services ulined ? And are they defined in set::services-server ?
And strange thing: Quote [12:32] -NickServ- nanoflower is a Services Operator of type Services Root.Services seems to see you as already logged as oper. |
6
on: September 24, 2024, 06:05:23 PM
|
||
Started by nanoflower - Last post by nanoflower | ||
[Sep 24 11:58:04 2024] Received: :nanoflower PRIVMSG nickserv@services.realitytvlounge.com :identify xxxx [Sep 24 11:58:04 2024] Sent: :00BAAAAAG NOTICE 0013H4501 :You are already identified. [Sep 24 11:58:12 2024] Received: :nanoflower PRIVMSG operserv@services.realitytvlounge.com :login xxxxx [Sep 24 11:58:12 2024] Sent: :00BAAAAAH NOTICE 0013H4501 :Access denied. [Sep 24 11:58:12 2024] Denied access to OperServ from nanoflower!nanoflower@.lightspeed.tukrga.sbcglobal.net (non-oper) [Sep 24 11:58:12 2024] Sent: :00B SENDUMODE o :from OperServ: Denied access to OperServ from nanoflower!nanoflower@lightspeed.tukrga.sbcglobal.net (non-oper) |
7
on: September 24, 2024, 05:16:47 PM
|
||
Started by nanoflower - Last post by CrazyCat | ||
Can you set debug and rawio to yes in the log block (and make the services log to a file), then attempt to /msg operserv login and see what appears in the logfile ?
The error will be more explicit. |
8
on: September 24, 2024, 04:43:47 PM
|
||
Started by nanoflower - Last post by nanoflower | ||
That did not help. Though I did get some odd behavior. Changing the password line from
password = to #password = resulted in anope not starting up fully until I shut down unreal and restarted it Then it was fine but still gives me an error when I try to use any Operserv command. |
9
on: September 24, 2024, 02:38:12 PM
|
||
Started by nanoflower - Last post by PeGaSuS | ||
Did you tried with require_oper set to "yes" and no password set?
One of those must be behaving erratically. You need to try to disable both, enable both, enable one at a time to try to narrow down the issue |
10
on: September 24, 2024, 02:35:41 PM
|
||
Started by nanoflower - Last post by nanoflower | ||
Good idea, but no. It's not commented out.
|