Skip to content

Commit

Permalink
fixed privilege handling bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Keller committed Feb 8, 2017
1 parent 38944b8 commit 528c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/main.swift
Expand Up @@ -14,10 +14,10 @@ import SwiftStack
let commands: [Command.Type] = [
CommandSay.self,
CommandHelp.self, CommandListRunning.self, CommandStop.self, CommandKill.self, CommandUpdate.self, CommandStatus.self,
CommandCheckPrivileges.self, CommandPrivilege.self, CommandUnprivilege.self,
CommandCheckPost.self, CommandQuota.self,
CommandBlacklistUsername.self, CommandGetBlacklistedUsernames.self, CommandUnblacklistUsername.self,
CommandOptIn.self, CommandOptOut.self, CommandCheckNotification.self,
CommandCheckPrivileges.self, CommandPrivilege.self, CommandUnprivilege.self,
]

//var apiClient = APIClient(proxyAddress: "127.0.0.1", proxyPort: 8080)
Expand Down

0 comments on commit 528c2bd

Please sign in to comment.