From 9c85bf80adc7a9718281c9497829e967641c6ba3 Mon Sep 17 00:00:00 2001 From: Fortunate-MAN Date: Wed, 22 Feb 2017 11:38:06 +0530 Subject: [PATCH] 'pull' alias --- Sources/CommandUpdate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CommandUpdate.swift b/Sources/CommandUpdate.swift index e929905..b5dc36a 100644 --- a/Sources/CommandUpdate.swift +++ b/Sources/CommandUpdate.swift @@ -11,7 +11,7 @@ import SwiftChatSE class CommandUpdate: Command { override class func usage() -> [String] { - return ["update force", "update"] + return ["update force", "update", "pull"] } override class func privileges() -> ChatUser.Privileges {