mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Licence as GPLv2+.
This commit is contained in:
parent
8e0d6957d3
commit
327a3efa7f
2 changed files with 6 additions and 1 deletions
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
This is a Cryptonote IRC tipbot.
|
This is a Cryptonote IRC tipbot. Released under GPLv2+.
|
||||||
|
|
||||||
Installation requirements:
|
Installation requirements:
|
||||||
- the daemon/simplewallet for the Cryptonote coin to use
|
- the daemon/simplewallet for the Cryptonote coin to use
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
# Copyright 2014 moneromooo
|
# Copyright 2014 moneromooo
|
||||||
# Inspired by "Simple Python IRC bot" by berend
|
# Inspired by "Simple Python IRC bot" by berend
|
||||||
#
|
#
|
||||||
|
# The Cryptonote tipbot 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 2, or (at your option)
|
||||||
|
# any later version.
|
||||||
|
#
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import select
|
import select
|
||||||
|
|
Loading…
Reference in a new issue