Skip to content

Instantly share code, notes, and snippets.

View r4mp's full-sized avatar

r4mp

View GitHub Profile
@r4mp
r4mp / ircbot.py
Created March 31, 2016 16:05 — forked from habnabit/ircbot.py
an example IRC bot using twisted
import sys
from twisted.internet import defer, endpoints, protocol, reactor, task
from twisted.python import log
from twisted.words.protocols import irc
class MyFirstIRCProtocol(irc.IRCClient):
nickname = 'MyFirstIrcBot'
#!/bin/sh
#
# ds9vpn - creates the setting files for a DS9-VPN
# Copyright (C) 2013 Gerrit Giehl <r4mp@chaosdorf.de>
#
# 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.
#