rawsonj / triviabot

A simple IRC trivia bot written in python using twisted.
GNU General Public License v3.0
41 stars 52 forks source link

using os.path for portability #58

Closed andy5995 closed 7 years ago

andy5995 commented 7 years ago

@rawsonj How does this patch look? os_path_patch.1.diff.txt

It also addresses one of the issues mentioned in #42, where a user gets a repeated message about the save directory not being created.

rawsonj commented 7 years ago

Looks good.