Code Monkey home page Code Monkey logo

connector's Introduction

IRC Connector Submodule

connector's People

Contributors

dj-shin avatar leeingnyo avatar jhuni0123 avatar

Stargazers

Changmin Choi avatar  avatar

Watchers

 avatar

connector's Issues

토픽 확인을 위해 TOPIC 사용

LIST로 토픽을 확인하는 것은, 서버에 따라 토픽 메시지만을 보내주지 않을 수 있기 때문에(채널 모드를 같이 보내주는 서버가 있습니다) 별로 좋은 방법이 아닙니다. 대신 TOPIC을 사용하여 이렇게 메시지를 보낼 수 있습니다:

TOPIC #snucse16

그러면 RPL_TOPIC과 함께 채널명과 토픽 메시지, 그리고 채널명과 토픽 설정자, 이렇게 두 개의 메시지를 받을 수 있습니다. 만약 토픽이 없다면 RPL_NOTOPIC이 돌아옵니다.

예외처리 오류

ircconnector.py 에서
try:
....ircmsg = ircmsg.decode().strip('\n\r')
except e:
....print(e)

except e: -> except Exception as e:
로 바꿔야 해요

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.