Ok, so when i /oper myself, and i run that command, i get:
Code: Select all
OperServ (services@services.localhost.net): Access Denied
Now after some research i found that its because my nick is not set to be allowed with OperServ (Call me crazy, but i honestly LOVE this security lol)
I was told to edit a line in /etc/anope/services.conf and add my nick, but the lin that was mentioned does not seem to exist (Or at least not with the wording he gave)
HERE is where i saw that at, and they say
You need to be a global oper (i.e. user mode +o) to access OperServ. This can be configured via the OSOpersOnly
This is the closest i have found so far:
Code: Select all
/*
* The source(s) to only accept log messages from. Leave commented to allow all sources.
* This can be a users name, a channel name, one of our clients (eg, OperServ), or a server name.
*/
#source = "mynick"
When i uncommented that line (Which was commented out and everything ran) And i save, attempt to restart anope and unrealircd, anope fails, unrealircd works fine, but anope doesnt start at all, so im assuming thats invalid?
Just want to have more of an idea on what to do before i go in and start randomly editing things that look wrong lol.
EDIT: Actually, after 3 minutes of posting this, i read through my operserv.example.conf and its all default, i never edited it so im assuming thats where my error lies, if so, then
What Line Do I Edit?