Skip to content

Instantly share code, notes, and snippets.

@melpomenex
melpomenex / ircecho.py
Created October 6, 2016 15:18 — 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.
#