Page 1 of 1
Command /ircops
Posted: Fri Jun 02, 2006 11:59 am
by Alex
I was reading that the following command should work on Unreal:
but it doesn't.
The explanation I found says this:
Code: Select all
IRCOPS /ircops
Displays all the IRCOps currently connected to the Network.
Thanks
Posted: Fri Jun 02, 2006 12:01 pm
by tdw
it's a module. you have to download and compile the module m_ircops.
Posted: Sat Jun 03, 2006 12:22 am
by Spectre
You can also do a /mode +m o. That will show all opers online.
Posted: Sat Jun 03, 2006 1:11 am
by Stealth
Spectre wrote:You can also do a /mode +m o. That will show all opers online.
ehm...
/who +m o
Posted: Sat Jun 03, 2006 2:11 am
by Spectre
Stealth
Thanks, I did mean /who +m o. Guess my age is catching up with me

Posted: Sat Jun 03, 2006 7:47 am
by Alex
Great, thanks to you all.

Posted: Thu Jun 08, 2006 9:30 am
by Alex
Yes I found the m_ircops.c module, but I'm a bit unsure what the path should be for the installation.
Is it anyone that can show me the right installation path, or is it like this:
Code: Select all
cd Unreal3.2/src/modules
wget http://www.unrealircd.org/modules/m_ircops.c
cd ../../
gmake modules
gmake install
I'm almost sure that is wrong, but trying to learn this stuff, so I hope someone can hel me out.
Thanks.
Posted: Thu Jun 08, 2006 10:12 am
by Grunt
1. Run:
Code: Select all
cd Unreal3.2/src/modules
wget http://www.unrealircd.org/modules/m_ircops.c
cd ../../
make custommodule MODULEFILE=m_ircops
2. Add:
to unrealircd.conf
3. Use:
4. Enjoy the wonders of UnrealIRCD! ;)
Posted: Thu Jun 08, 2006 11:57 am
by Alex
Hello Grunt,
When I try the command I got from you, I get the following err.messages:
Code: Select all
Resolving www.unrealircd.org... xx.xx.xxx.xx|:80
Connecting to www.unrealircd.org|xx.xx.xxx.xx|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
04:54:44 ERROR 404: Not Found.
Posted: Thu Jun 08, 2006 3:27 pm
by Grunt
The file is here:
http://www.unrealircd.org/index.php?pag ... dule&id=19
Download it using lynx or something, unpack the tar archive, and inside there's m_ircops.c, README, build and another file if I remember correctly. Either copy the .c file in unreal_root/src/modules and do the make command, or just run build and input info when asked. Then continue to step 2 in my other post.
Posted: Thu Jun 08, 2006 9:27 pm
by Alex
Sorry Grunt, no wonder it didn't worked, the url you posted doesn't even exsist.
Posted: Sat Jun 10, 2006 7:43 pm
by Alex
Could someone please give me the right url for downloading m_ircops.c
I tried from Unreal homepage but no luck there.
Posted: Sat Jun 10, 2006 8:20 pm
by MiNdErAsR
Posted: Sat Jun 10, 2006 10:38 pm
by Alex
I thank you for the url, but I need the one I can install directly into my shell, because I haven't learned yet how to install it through ftp. I'm sorry, but I'm still in a learning process.
