Search found 6 matches

by Sebas
Sun Oct 18, 2009 1:24 pm
Forum: Unreal 3.2 Support
Topic: IRC Echo bot can't connect.
Replies: 4
Views: 3120

Re: IRC Echo bot can't connect.

IRC version is btw: 3.2.8.1
by Sebas
Sun Oct 18, 2009 12:37 pm
Forum: Unreal 3.2 Support
Topic: IRC Echo bot can't connect.
Replies: 4
Views: 3120

Re: IRC Echo bot can't connect.

But when i connect, i receive this data.
PONGP& Tù9¢¶w:38483RtlDecodePointer5terB5i€âtôø9odeP ú9ú™³wÙ;c

What's that ?
by Sebas
Sat Oct 17, 2009 2:04 pm
Forum: Unreal 3.2 Support
Topic: IRC Echo bot can't connect.
Replies: 4
Views: 3120

IRC Echo bot can't connect.

Hello,

My IRC Echo bot can't connect to a irc with antispoof.
When connecting to the server, i send this:


sendRaw("USER MTABot Bot * :IRCBot for MTA:SA 1.0\r\n");
sendRaw("NICK " + nickname + "\r\n");


This is the serverlog:

(Sended USER and NICK here).
[16:00:28] PONGP& Tù9¢¶w ...
by Sebas
Sat Sep 05, 2009 1:25 pm
Forum: Unreal 3.2 Support
Topic: [Help] Howto create IRC services
Replies: 7
Views: 3090

Re: [Help] Howto create IRC services

Ok, the development is gonna be good.
The services connects now and does things.

But how can i get the user modes?
If i wan't mine, i type: /mode Sebas
This doesn't work(services raw):
:Defender SVSMODE Sebas

I wan't to grab the modes from me, to check if he is a administrator.
by Sebas
Sat Aug 08, 2009 5:22 pm
Forum: Unreal 3.2 Support
Topic: [Help] Howto create IRC services
Replies: 7
Views: 3090

Re: [Help] Howto create IRC services

Thank you for the usefull link :)
Are there examples how to connect to the link block ?
by Sebas
Thu Aug 06, 2009 10:13 am
Forum: Unreal 3.2 Support
Topic: [Help] Howto create IRC services
Replies: 7
Views: 3090

[Help] Howto create IRC services

Hello,

I wan't to create irc services like Anope/NeoStats opensourced.
I'm not here too search people, but i'm looking for the UnrealIRCd SDK/exported functions.
So, how can i connect with my services to the irc server.

Thanks. :wink: