Search found 6 matches

by Steve
Sat Jan 31, 2015 2:20 pm
Forum: General chat
Topic: How to connect to UnrealIRCd as a server?
Replies: 6
Views: 13512

Re: How to connect to UnrealIRCd as a server?

1. You clearly both need larger e-Peni, so go forth.
2. I was asking what I need to send to connect as a server, since UnrealIRCd barely follows any sort of RFC.

Kindest Regards
by Steve
Fri Jan 30, 2015 8:18 pm
Forum: General chat
Topic: How to connect to UnrealIRCd as a server?
Replies: 6
Views: 13512

Re: How to connect to UnrealIRCd as a server?

1. Yes it does.
2. Ok.
by Steve
Fri Jan 30, 2015 7:03 pm
Forum: General chat
Topic: How to connect to UnrealIRCd as a server?
Replies: 6
Views: 13512

How to connect to UnrealIRCd as a server?

Hi

To connect as a user in PHP I would use something like:

Code: Select all

$irc = fsockopen("$server", $port);
fputs($irc,"USER $nick $nick $nick :$nick\n");
fputs($irc,"NICK $nick\n");
but how can I connect to UnrealIRCd as a server?

Is there documentation on what I need to send?
by Steve
Sun Nov 23, 2014 8:12 pm
Forum: Unreal 3.2 Modules
Topic: Help with module
Replies: 1
Views: 8333

Help with module

Hi Can someone tell me, if I want to write a module for our network that does something when a PRIVMSG is sent (PRIVMSG user -> user, not user -> channel etc.) what hooks I should use? What docs should I be looking at for the basics here? Is there a sample simple module to start with? :-) Thanks a l...
by Steve
Sun Jul 13, 2014 2:26 pm
Forum: Unreal 3.2 Support
Topic: Channel Topic
Replies: 1
Views: 1860

Channel Topic

Hi

Is there a command to clear the channel topic?

I do not mean how to set a blank topic, I mean how to make it as if a topic was never set.

Steve
by Steve
Sun Jul 13, 2014 2:24 pm
Forum: Unreal 3.2 Modules
Topic: Module
Replies: 2
Views: 9021

Module

Hello

Is there a module that restricts channel creation to IRC operators?

Steve