Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGESNOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changes and additions made.

## Discord
The discord plugin got a major overhaul. Before it would break the json file for the channel you were in if you sent an emoji on either end. The emoji would not display, and would break the json string, making it unreadable and unable to accept new messages, thus needing a full reset of the file. This is now fixed, hopefully soon I will also add some other features to this to make the Discord <--> Originchats client nearly seamless.

## Logger
The logger.py file got a few more just "codes" I suppose to make it easier to program with.

## Exampleplugin.py
An example plugin meant to make programming plugins, which are essentially like discord bots if I had to compare them to something, that simply just says, "Hello World!" whenever any user types !helloworld.
3 changes: 3 additions & 0 deletions clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
## mistium - origin
Boot https://origin.mistium.com and open the app store, find originChats by mist and install it

## fries' client is a WIP.
MEMEMEME IM HERE TOO HI GUYS I'M GOING TO MAKE SOMETHING!!! MY OWN CLIENT!!! :D

## allucat electron
Source accessible here: https://github.com/Allucat1000/OriginChats

Expand Down
Loading