Command /ircops

These are old archives. They are kept for historic purposes only.
Post Reply
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Command /ircops

Post by Alex »

I was reading that the following command should work on Unreal:

Code: Select all

/ircops
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
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post by tdw »

it's a module. you have to download and compile the module m_ircops.
Spectre
Posts: 23
Joined: Sat Jun 03, 2006 12:19 am
Location: Florida
Contact:

Post by Spectre »

You can also do a /mode +m o. That will show all opers online.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Spectre wrote:You can also do a /mode +m o. That will show all opers online.
ehm...
/who +m o
Spectre
Posts: 23
Joined: Sat Jun 03, 2006 12:19 am
Location: Florida
Contact:

Post by Spectre »

Stealth

Thanks, I did mean /who +m o. Guess my age is catching up with me :shock:
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Great, thanks to you all. :wink:
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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. :wink:

Thanks.
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post 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:

Code: Select all

loadmodule modules/m_ircops.so
to unrealircd.conf

3. Use:

Code: Select all

/rehash
4. Enjoy the wonders of UnrealIRCD! ;)
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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.
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post 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.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Sorry Grunt, no wonder it didn't worked, the url you posted doesn't even exsist.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Could someone please give me the right url for downloading m_ircops.c :?:
I tried from Unreal homepage but no luck there.
MiNdErAsR
Posts: 20
Joined: Thu Mar 11, 2004 2:18 pm
Location: New York

Post by MiNdErAsR »

Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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. :wink:
Post Reply