mIRC [message #218776] |
Mon, 11 September 2006 12:26 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
does anybody know how to connect with telnet because i have read all of the tutorials google could offer and i still cannot get it to connect :/
|
|
|
Re: mIRC [message #218843 is a reply to message #218776] |
Mon, 11 September 2006 15:36 |
|
Whitedragon
Messages: 832 Registered: February 2003 Location: California
Karma: 1
|
Colonel |
|
|
Establish a TCP connection with the IRC server on port 6667, then send the following commands:
"NICK <Nick here>"
"USER <User here> * 0 :<Name here>"
If you recieve a RAW 433 command back from the server, that means the nick you selected is in use and you need to choose another one.
When you recieve a RAW 376(MOTD) from the server you should start joining channels, identify for your nick, etc.
Black-Cell.net
Network Administrator (2003 - )
DragonServ, Renegade's first IRC interface bot
Creator and lead coder (2002 - )
Dragonade, Renegade's first server side modification
Lead coder (2005 - )
|
|
|
|
Re: mIRC [message #218852 is a reply to message #218776] |
Mon, 11 September 2006 16:17 |
|
Whitedragon
Messages: 832 Registered: February 2003 Location: California
Karma: 1
|
Colonel |
|
|
When you whois someone it shows
"<Nick> is <User>@<Host> * <Name>"
The USER command sets the User and Name part.
Black-Cell.net
Network Administrator (2003 - )
DragonServ, Renegade's first IRC interface bot
Creator and lead coder (2002 - )
Dragonade, Renegade's first server side modification
Lead coder (2005 - )
|
|
|
|
Re: mIRC [message #218867 is a reply to message #218776] |
Mon, 11 September 2006 18:04 |
|
Whitedragon
Messages: 832 Registered: February 2003 Location: California
Karma: 1
|
Colonel |
|
|
Are you getting a 433 back from the server? If so the nick is in use.
Black-Cell.net
Network Administrator (2003 - )
DragonServ, Renegade's first IRC interface bot
Creator and lead coder (2002 - )
Dragonade, Renegade's first server side modification
Lead coder (2005 - )
|
|
|
|
|
|
|
Re: mIRC [message #219080 is a reply to message #218776] |
Tue, 12 September 2006 16:56 |
|
Whitedragon
Messages: 832 Registered: February 2003 Location: California
Karma: 1
|
Colonel |
|
|
That isn't mIRC. mIRC is a client used to connect to a IRC network. You will need to make your bot reply to the ping requests.
About the error, as you can see your nick has invalid characters, - is not allowed.
Black-Cell.net
Network Administrator (2003 - )
DragonServ, Renegade's first IRC interface bot
Creator and lead coder (2002 - )
Dragonade, Renegade's first server side modification
Lead coder (2005 - )
|
|
|
|
|
Re: mIRC [message #219134 is a reply to message #219091] |
Wed, 13 September 2006 01:03 |
0x90
Messages: 142 Registered: September 2006 Location: Germany
Karma: 0
|
Recruit |
|
|
by just JOINing it....
but why do you use telnet anyways?!
|
|
|
|
|
|
Re: mIRC [message #219196 is a reply to message #218776] |
Wed, 13 September 2006 11:11 |
0x90
Messages: 142 Registered: September 2006 Location: Germany
Karma: 0
|
Recruit |
|
|
omg... of course you can "create" a non existing channel.. im pretty sure you are (again) doing something wrong.. just try "JOIN #bla12345".. it should work and it should not exist...
but all your questions are answered in the mentioned IRC RFC... and you just say it doesnt help... so you just didnt read it, did you?
so open it again and read point "4.4 Sending messages".... for your "talking in channels" problem.. you will see the PRIVMSG command then......
perhaps you should get yourself another hobby
0x90
[Updated on: Wed, 13 September 2006 11:14] Report message to a moderator
|
|
|
Re: mIRC [message #219200 is a reply to message #219196] |
Wed, 13 September 2006 11:20 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
0x90 wrote on Wed, 13 September 2006 19:11 | omg... of course you can "create" a non existing channel.. im pretty sure you are (again) doing something wrong.. just try "JOIN #bla12345".. it should work and it should not exist...
but all your questions are answered in the mentioned IRC RFC... and you just say it doesnt help... so you just didnt read it, did you?
so open it again and read point "4.4 Sending messages".... for your "talking in channels" problem.. you will see the PRIVMSG command then......
perhaps you should get yourself another hobby
0x90
|
i did already try that al else i would be posting here again.
also i did read that site and it is telling me what you are saying.
sometimes it will work sometimes it wont
[Updated on: Wed, 13 September 2006 11:22] Report message to a moderator
|
|
|
Re: mIRC [message #219204 is a reply to message #219200] |
Wed, 13 September 2006 11:34 |
0x90
Messages: 142 Registered: September 2006 Location: Germany
Karma: 0
|
Recruit |
|
|
works perfectly and just like it should...
try a shorter chan name or something...
|
|
|
Re: mIRC [message #219206 is a reply to message #218776] |
Wed, 13 September 2006 11:44 |
dead6re
Messages: 602 Registered: September 2003
Karma: 0
|
Colonel |
|
|
God, if you don't understand the RFC (The IRC Protocol in this case), good luck coding an bot for it.
Let all your wishes be granted except one, so you will still have something to strieve for.
|
|
|
Re: mIRC [message #219212 is a reply to message #218776] |
Wed, 13 September 2006 12:35 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
There are plenty of pre-built IRC modules available, it might be easier to download one and use that to handle your IRC connection...
quick google search turned up this one for c++ (I think thats what your using?) -> cpIRC
but there will be loads of others if that does not suit your need. It just saves you coding the actual IRC interface, and instead you can just pass commands to it and get incoming messages sent to where you want them.
[Updated on: Wed, 13 September 2006 12:37] Report message to a moderator
|
|
|
|
Re: mIRC [message #219245 is a reply to message #219212] |
Wed, 13 September 2006 14:37 |
|
Whitedragon
Messages: 832 Registered: February 2003 Location: California
Karma: 1
|
Colonel |
|
|
danpaul88 wrote on Wed, 13 September 2006 15:35 | quick google search turned up this one for c++ (I think thats what your using?) -> cpIRC
|
I used that for something, you have to do a bit of modification to the socket stuff to get it to work on windows.
Black-Cell.net
Network Administrator (2003 - )
DragonServ, Renegade's first IRC interface bot
Creator and lead coder (2002 - )
Dragonade, Renegade's first server side modification
Lead coder (2005 - )
|
|
|
|