But if I don't want to put my nick and password.
I have ident on my bot and he give me +Q flag.
I want put on channel !chat and he give me dcc chat without login and password.
How to do it?
This can be done to listen for requests and answer them, and also, to take control after a user is on the partyline.
Only users that have previously been on the partyline (within the same connection), can return to the partyline. Attempts to return the user to the partyline in any other case, will drop the connection
2: Bot based links, using a simalar system to number 3
3: User connections
Within this catagory, there are two methods.
In both cases, the password has to be typed, in one, the username is needed as well.
The password only system, requires that the bot connects to you. There is no way to trigger this other than to physicaly type "/dcc chat <bot>".
The user and password method, is a workaround method, and uses the same system as using telnet directly into the bot.
This could be submitted as a feature request, but it isn't as simple as that.
hmm... If I don't want put username, but can put password...
Can you write script that on command !chan give standart dcc chat... whithout put some username... only passwor?
It is required that the clinet initialise the DCC CHAT, using the protocol defined in CTCP.
In otherwords, no, it requires all the work client side for this.
The ony other option, is to create your own version of the partyline, that you cater for what you want, though you must be careful on security, as matching a user, by nothing more than there nickname/host, is like taking one extra step away from a cooker to light a match,