fdsafs
This commit is contained in:
parent
58106117f4
commit
728da1632d
7 changed files with 63 additions and 4 deletions
1
ABOUT
1
ABOUT
|
@ -13,6 +13,7 @@ FEATURES:
|
|||
* import buddies from old PC
|
||||
* logging in BB code!
|
||||
* turning off sound
|
||||
* idle timer
|
||||
|
||||
* /me
|
||||
* hyperlinks
|
||||
|
|
2
TODO
2
TODO
|
@ -1,7 +1,9 @@
|
|||
Features:
|
||||
* Tray doesn't disappear on windows after close
|
||||
* memo sending from unknown color breaks -- over IRC
|
||||
* smilies processed before quirks
|
||||
* More complex quirks: random, spelling, by-sound
|
||||
* ? time option???
|
||||
* convert hex tags (<GFFFFFF> or <GFF0000>)
|
||||
* help menu -- about and forum
|
||||
-- release alpha
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -164,7 +164,7 @@ def timeDifference(td):
|
|||
smiledict = {
|
||||
":rancorous:": "pc_rancorous.gif",
|
||||
":apple:": "apple.gif",
|
||||
":bathearst:" "bathearst.gif"
|
||||
":bathearst:": "bathearst.gif",
|
||||
":pleasant:": "pc_pleasant.gif",
|
||||
":blueghost:": "blueslimer.gif",
|
||||
":candycorn:": "candycorn.gif",
|
||||
|
|
56
pesterchum.cfg
Normal file
56
pesterchum.cfg
Normal 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
|
|
@ -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": []}
|
|
@ -1 +1 @@
|
|||
{"color": "#ff00ff", "theme": "pesterchum", "quirks": [], "handle": "ghostDunk"}
|
||||
{"color": "#ff00ff", "theme": "trollian", "quirks": [], "handle": "ghostDunk"}
|
Loading…
Reference in a new issue