This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hexchat | |
from subprocess import Popen, PIPE | |
import urllib | |
import re | |
from urllib.request import urlopen | |
# HexChat #bitcoin-otc IRC Plugin | |
# Copyright (C) 2015 Zeke Sonxx <github.com/zekesonxx> | |
# Copyright (C) 2017 Robert Felmey <https://github.com/felmey> | |
# |