Ben Kurtovic vor 13 Jahren
Ursprung
Commit
b7a04ddb1b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      irc/commands/afc_status.py

+ 1
- 1
irc/commands/afc_status.py Datei anzeigen

@@ -6,7 +6,7 @@ import json
import re
import urllib

from config.irc import *
from config.watcher import *
from irc.base_command import BaseCommand

class AFCStatus(BaseCommand):


Laden…
Abbrechen
Speichern