IRC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Amie

    IRC

    HI All,

    Please can you perhaps provide me with links or good places where I
    can learn what IRC is, how to work with it and how to write to a large
    log file at the same time as letting the IRC spy read and write to the
    server.

    Thank You
  • Ben Finney

    #2
    Re: IRC

    Amie <sthembilengidi @gmail.comwrite s:
    Please can you perhaps provide me with links or good places where I
    can learn what IRC is
    […]

    A rather strange request on a forum dedicated to the Python
    programming language.

    Nevertheless, you will likely find <URL:http://irchelp.org/useful.

    --
    \ “Pinky, are you pondering what I'm pondering?” “I think so, |
    `\ Brain, but this time *you* put the trousers on the chimp.” |
    _o__) —_Pinky and The Brain_ |
    Ben Finney

    Comment

    • Dotan Cohen

      #3
      Re: IRC

      2008/10/21 Amie <sthembilengidi @gmail.com>:
      HI All,
      >
      Please can you perhaps provide me with links or good places where I
      can learn what IRC is, how to work with it and how to write to a large
      log file at the same time as letting the IRC spy read and write to the
      server.
      >


      --
      Dotan Cohen



      א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

      ä-ö-ü-ß-Ä-Ö-Ü

      Comment

      • Lie Ryan

        #4
        Re: IRC

        On Tue, 21 Oct 2008 05:59:43 -0700, Amie wrote:
        HI All,
        >
        Please can you perhaps provide me with links or good places where I can
        learn what IRC is, how to work with it and how to write to a large log
        file at the same time as letting the IRC spy read and write to the
        server.
        >
        Thank You
        There are two reasons why you doesn't get a good answer:
        1. You don't ask a smart question.
        2. This is python list, so you're expected to ask python questions.

        Also, for python implementation of irc, see irclib: http://python-
        irclib.sourcefo rge.net/

        Comment

        Working...