No description
Find a file
2021-03-24 16:50:58 +01:00
libs 3/9 2021-03-23 22:38:53 +01:00
oyoyo Fixed quirks & added numeric event because why not 2021-03-23 22:58:58 +01:00
pnc 1/9 2021-03-23 22:36:43 +01:00
quirks 1/9 2021-03-23 22:36:43 +01:00
smilies incorrect sRGB profile fix attempt 2021-03-23 23:23:34 +01:00
themes incorrect sRGB profile fix attempt 2021-03-23 23:23:34 +01:00
.gitignore Update to .gitignore for vim users (like myself); should stop picking up swap files now. 2016-12-21 17:29:37 -05:00
convo.py 1/9 2021-03-23 22:36:43 +01:00
dataobjs.py 1/9 2021-03-23 22:36:43 +01:00
easyInstaller General cleanup. Stopped using older 'except Error, var' syntax. 2016-11-29 15:20:41 -05:00
generic.py 1/9 2021-03-23 22:36:43 +01:00
irc.py 7/9 2021-03-23 22:40:47 +01:00
logviewer.py 1/9 2021-03-23 22:36:43 +01:00
luaquirks.py 1/9 2021-03-23 22:36:43 +01:00
memos.py Changed week to microsecond 2021-03-24 16:50:58 +01:00
menus.py Fixed quirks & added numeric event because why not 2021-03-23 22:58:58 +01:00
mispeller.py 1/9 2021-03-23 22:36:43 +01:00
mood.py 1/9 2021-03-23 22:36:43 +01:00
nickservmsgs.py Auto-identify with NickServ 2014-01-12 00:21:23 -08:00
ostools.py 1/9 2021-03-23 22:36:43 +01:00
parsetools.py Changed week to microsecond 2021-03-24 16:50:58 +01:00
pesterchum.py Simple enough, and I don't currently care much to fix the update functionality :( 2021-03-24 16:11:38 +01:00
pesterchum_debug.py derp, flush() 2011-06-26 17:16:30 -05:00
pesterchum_debug_linux.py derp, flush() 2011-06-26 17:16:30 -05:00
profile.py 1/9 2021-03-23 22:36:43 +01:00
pyquirks.py 1/9 2021-03-23 22:36:43 +01:00
quirks.py 1/9 2021-03-23 22:36:43 +01:00
randomer.py 1/9 2021-03-23 22:36:43 +01:00
README.md Create README.md 2021-03-24 11:11:10 +00:00
server.json 4/9 2021-03-23 22:39:33 +01:00
setup-py2app.py Fiddled with py2app to make the bundle a bit nicer 2011-09-19 11:43:47 +08:00
setup-win.py src 2011-03-04 20:34:32 -06:00
setup.py Added JSON file to manually set server. 2021-02-22 17:09:40 +01:00
setup32.py Removed unrequired imports 2021-02-23 16:27:29 +01:00
toast.py 1/9 2021-03-23 22:36:43 +01:00
updatecheck.py 2/9 2021-03-23 22:37:31 +01:00
version.py Simple enough, and I don't currently care much to fix the update functionality :( 2021-03-24 16:11:38 +01:00

pesterchum-alt-servers

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck. Connects to pesterchum.xyz instead of irc.mindfang.org, since that server has shut down. Custom servers can be configured in "server.json". (This repository was created as a mirror of https://github.com/Hydrothermal/pesterchum-karxi)

py3_pyqt5

An w.i.p. attempt at transitioning this repo's version of Pesterchum to python 3 & pyqt5 :) (Healivy referenced from GD's py3/pyqt5 commit)