Party line

From Base de connaissances eggdrops & TCL
(Redirected from Party Line)
Jump to: navigation, search

On appelle Party-Line l'interface de communication de votre eggdrop.

Configuration

Pour vous connecter à la Party-Line, vous devez avoir configuré un port d'écoute utilisateur sur votre eggdrop. Ceci se fait dans le fichier de configuration d'un eggdrop avec la commande listen. Vous pouvez soit ouvrir le port pour les utilisateurs, soit pour les utilisateurs et les robots:

#port ouvert pour tous
listen 3333 all

#port ouvert seulement pour les utilisateurs
listen 3333 users

Connexion

Vous pouvez vous connecter à la party-line en utilisant telnet ou depuis votre client IRC préféré.

Telnet

La connexion par telnet se fait en utilisant la commande telnet ip.de.l.eggdrop port (sous windows, séparez l'IP et le port par ":") en ligne de commande ou avec Putty.

IRC

Depuis IRC, vous pouvez vous connecter en utilisant le DCC selon deux méthodes:

  • vous initialisez la connexion en faisant /dcc chat eggdrop
  • vous demandez à l'eggdrop d'initialiser la connexion en faisant /ctcp eggdrop chat

La seconde méthode est souvent préconisée.

Utilisation

L'accès à la Party-Line débute avec:

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
  ___                 _
 | __| __ _  __ _  __| | _ _  ___  _ __
 | _| / _` |/ _` |/ _` || '_|/ _ \| '_ \
 |___|\__, |\__, |\__,_||_|  \___/| .__/
      |___/ |___/                 |_|

  Copyright (C) 1997 Robey Pointer
  Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Eggheads Development Team


Excalibur  (Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads)

Entrez votre surnom.

Le surnom est la manière dont l'eggdrop vous connait, c'est à dire votre handle et non pas votre nick sur IRC. Si vous êtes un utilisateur reconnu, vous aurez alors le message suivant:

Entrez votre mot de passe.

Une fois votre mot de passe entré, l'eggdrop se présente:

Connected to Excalibur, running eggdrop v1.6.18
     ____                __
    / __/___ _ ___ _ ___/ /____ ___   ___
   / _/ / _ `// _ `// _  // __// _ \ / _ \
  /___/ \_, / \_, / \_,_//_/   \___// .__/
       /___/ /___/                 /_/
 
Hey CrazyCat!  My name is Excalibur and I am running eggdrop v1.6.18, on Linux 2.6.18-5-486.
 
Local time is now 10:44
You are an owner of this bot. Only +n users can see this! For more info,
see .help set motd. Please edit the motd file in your bot's 'text'
directory.
Use .help for basic help.
Use .help <command> for help on a specific command.
Use .help all to get a full command list.
Use .help *somestring* to list any help texts containing "somestring".
 
Have fun.
 
Commands start with '.' (like '.quit' or '.help')
Everything else goes out to the party line.

Vous n'avez pas de messages.
*** CrazyCat joined the party line.

Tapez alors .help pour avoir l'aide:

DCC commands for Excalibur, eggdrop v1.6.18:
   For all users:
      who          away         quit         whom
      me           page         match        motd
      bots         newpass      chat         handle
      whoami       echo         strip        su
      trace        fixcodes     bottree      vbottree
      botinfo      relay        -host
   For ops:
      addlog       console      match        whois
   For botnet masters:
      +bot         botattr      chhandle     chpass
      +host        -bot         link         chaddr
      boot         unlink       banner       dccstat
   For channel masters:
      chattr       save         backup       reload
      status       traffic      uptime
   For global masters:
      +user        +ignore      comment      binds
      ignores      -user        -ignore      dccstat
      debug        rehash       restart      module
   For owners:
      die          simul        loadmod      unloadmod
      language     set          tcl          rehelp
      modules      +lang        -lang        +lsec
      -lsec        lstat        relang       ldump
All commands begin with '.', and all else goes to the party line.
 
Text starting with ',' is sent ONLY to bot-masters.
 
You can get help on individual commands: '.help <command>'.
Extra help relating to loaded modules may be obtained by typing
'.help <module> module'. Possible modules include:
   assoc      channels     compress      console      ctcp
   filesys    irc          notes         seen         server
   share      transfer     uptime        wire
 
You may receive a list of commands provided by all loaded modules by
using '.help all'. If you only remember a part of the command's
name you are searching for, just use wildcards (e.g. '.help *bot*'),
and all matching help texts will be displayed.

Déconnexion

Pour vous déconnecter, tapez simplement .q et attendez le message de fermeture:

*** Ja mata!
[10:45] Connexion DCC fermée (CrazyCat!crazycat@127.0.0.1)
*** CrazyCat left the party line.
Connection closed by foreign host.

Voir aussi

Commandes Eggdrop