Skip to content

Instantly share code, notes, and snippets.

View aybakana's full-sized avatar

Abdulbaki aybakana

View GitHub Profile
@aybakana
aybakana / ircecho.py
Created September 4, 2016 14:33 — forked from RobertSzkutak/ircecho.py
Echo, a simple IRC bot written in Python 3
#!/usr/bin/env python3
# ircecho.py
# Copyright (C) 2011 : Robert L Szkutak II - http://robertszkutak.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#