Skip to content

Instantly share code, notes, and snippets.

View tiagoad's full-sized avatar
🔨

Tiago tiagoad

🔨
View GitHub Profile
@tiagoad
tiagoad / agpl.md
Created February 11, 2014 15:14
Markdown version of the GNU Affero General Public License 3.0

GNU AFFERO GENERAL PUBLIC LICENSE

Version 3, 19 November 2007

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

Preamble

The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.

@tiagoad
tiagoad / autojoin.py
Created January 1, 2013 14:37
GazelleGames invite autojoiner
# -*- coding: utf-8 -*-
__module_name__ = "invitejoin"
__module_version__ = "1.0"
__module_description__ = "Autojoins channels when invited by bots"
import xchat
bots = {
'Vertigo': 'irc.gazellegames.net'
}