Protocol IRC

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
hug0
Posts: 2
Joined: Sat Jun 17, 2006 12:17 am

Protocol IRC

Post by hug0 »

Hi, i try to make a bot service for unreal ircd
the problem i have is the next
i try to make a bot that join in channels like a normal user but i dont know the lines to link exactly
the lines that i have:
i connect with telnet and send the commands
PASS password
SERVER bot.host.com 1 BotName BotName :Bot

but the bot don't join to the channels, this bot work like one server more. i make this in Visual basic 6.0
Please, if anybody help me, reply this msg
sorry for the english, i'm from argentina
thanks
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Are you looking for RFC 1459?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
medice
Posts: 42
Joined: Fri Jul 09, 2004 11:02 pm

Post by medice »

i guess it's more complicated to write a server-like tool that introduces your bot, than writing the bot connecting as user.
greets
/medice
hug0
Posts: 2
Joined: Sat Jun 17, 2006 12:17 am

Post by hug0 »

ready, i do it
if anybody need the lines to make the same bot that i make, request me
bye and thanks for reply
R3M
Posts: 26
Joined: Thu Aug 18, 2005 7:21 pm
Location: Ankara TR

Post by R3M »

hug0 wrote:ready, i do it
if anybody need the lines to make the same bot that i make, request me
bye and thanks for reply
Can you give that?
R-3
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

From my experience: If you try to understand how to link your own written services/how server-to-server protoctl works - install Cygnus services, enable full-debug mode, and then parse logfiles/STDOUT for "->" and "<-" lines, where is fully described what services are sending and what - receiving from server.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

JanisB wrote:From my experience: If you try to understand how to link your own written services/how server-to-server protoctl works - install Cygnus services, enable full-debug mode, and then parse logfiles/STDOUT for "->" and "<-" lines, where is fully described what services are sending and what - receiving from server.
The Cygnus link provided there does not work as it appears to have been removed from that site.
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

O.M.G. I can't find ANY Cygnus version at google.

P.S. Bingo! cygnus-0.0.3.tgz
Locked