This commit is contained in:
Stephen Dranger 2011-02-11 13:08:45 -06:00
parent 58106117f4
commit 728da1632d
7 changed files with 63 additions and 4 deletions

1
ABOUT
View file

@ -13,6 +13,7 @@ FEATURES:
* import buddies from old PC * import buddies from old PC
* logging in BB code! * logging in BB code!
* turning off sound * turning off sound
* idle timer
* /me * /me
* hyperlinks * hyperlinks

2
TODO
View file

@ -1,7 +1,9 @@
Features: Features:
* Tray doesn't disappear on windows after close * Tray doesn't disappear on windows after close
* memo sending from unknown color breaks -- over IRC
* smilies processed before quirks * smilies processed before quirks
* More complex quirks: random, spelling, by-sound * More complex quirks: random, spelling, by-sound
* ? time option???
* convert hex tags (<GFFFFFF> or <GFF0000>) * convert hex tags (<GFFFFFF> or <GFF0000>)
* help menu -- about and forum * help menu -- about and forum
-- release alpha -- release alpha

File diff suppressed because one or more lines are too long

View file

@ -164,7 +164,7 @@ def timeDifference(td):
smiledict = { smiledict = {
":rancorous:": "pc_rancorous.gif", ":rancorous:": "pc_rancorous.gif",
":apple:": "apple.gif", ":apple:": "apple.gif",
":bathearst:" "bathearst.gif" ":bathearst:": "bathearst.gif",
":pleasant:": "pc_pleasant.gif", ":pleasant:": "pc_pleasant.gif",
":blueghost:": "blueslimer.gif", ":blueghost:": "blueslimer.gif",
":candycorn:": "candycorn.gif", ":candycorn:": "candycorn.gif",

56
pesterchum.cfg Normal file
View file

@ -0,0 +1,56 @@
#PESTERCHUM CONFIG V2.5
debug: false
notify: false
tray: true
claf: false
handle: elegantDiversion
mood: 0
color: -15420406
skin: trollian
#CHUMROLL BEGIN
handle: adiosToreador
color: -5614336
handle: arachnidsGrip
color: -6206085
handle: carcinoGeneticist
color: -10066330
handle: dodecahedronCipher
color: -10091259
handle: gamblingGenocider
color: -16711936
handle: gardenGnostic
color: -16711936
handle: ghostDunk
color: -65281
handle: globalsoftPirka
color: -16384
handle: insipidTranscient
color: -15445916
handle: irrelevantDeveloper
color: -5097614
handle: mechanicalSpectacle
color: -16776961
handle: poisonedRationality
color: -16356757
handle: rainbowAssfactory
color: -10197916
handle: temporalWizard
color: -3288817
#CHUMROLL END
#QUIRKS BEGIN
search: [p|P]
replace: 9
search: [Z|z]
replace: 2
search: [S|s]
replace: 5
search: [O|o]
replace: 0
search: [L|l]
replace: |
prefix: ==>
suffix:
#QUIRKS END
#TROLLS BEGIN
#TROLLS END
#EOF

View file

@ -1 +1 @@
{"tabs": false, "soundon": true, "chums": ["unknownTraveler", "tentacleTherapist", "vaginalEngineer", "mechanicalSpectacle", "carcinoGeneticist", "schlagzeugGator", "gamblingGenocider", "gardenGnostic", "superGhost", "centaursTesticle", "arachnidsGrip", "grimAuxiliatrix", "remoteBloodbath", "nitroZealist", "greenZephyr", "arsenicCatnip", "adiosToreador", "cuttlefishCuller", "rageInducer", "gallowsCalibrator", "caligulasAquarium", "terminallyCapricious", "illuminatedWax", "aquaMarinist", "maxiumumFatness", "elegantDiversion", "moirailBunp", "uroborosUnbound", "androidTechnician", "midnightSparrow", "apocalypseArisen", "anguillaNuntia", "oilslickOrchid", "confusedTransient", "pretentiousFantasia", "aquaticMarinist"], "defaultprofile": "ghostDunk", "block": []} {"tabs": false, "soundon": true, "chums": ["unknownTraveler", "tentacleTherapist", "vaginalEngineer", "mechanicalSpectacle", "carcinoGeneticist", "schlagzeugGator", "gamblingGenocider", "gardenGnostic", "superGhost", "centaursTesticle", "arachnidsGrip", "grimAuxiliatrix", "remoteBloodbath", "nitroZealist", "greenZephyr", "arsenicCatnip", "adiosToreador", "cuttlefishCuller", "rageInducer", "gallowsCalibrator", "caligulasAquarium", "terminallyCapricious", "illuminatedWax", "aquaMarinist", "maxiumumFatness", "elegantDiversion", "moirailBunp", "uroborosUnbound", "androidTechnician", "midnightSparrow", "apocalypseArisen", "anguillaNuntia", "oilslickOrchid", "confusedTransient", "pretentiousFantasia", "aquaticMarinist", "lyricalKeraunoscopic", "counterRealist", "ectoBiologist"], "defaultprofile": "ghostDunk", "block": []}

View file

@ -1 +1 @@
{"color": "#ff00ff", "theme": "pesterchum", "quirks": [], "handle": "ghostDunk"} {"color": "#ff00ff", "theme": "trollian", "quirks": [], "handle": "ghostDunk"}