From 494e5600eaae5a7b3534239073ccb49368ca48a2 Mon Sep 17 00:00:00 2001 From: Clemens Buchacher Date: Sun, 14 Mar 2010 23:00:08 +0100 Subject: [PATCH] gitfaq: update wiki URL Signed-off-by: Clemens Buchacher --- plugins/gitfaq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gitfaq.rb b/plugins/gitfaq.rb index 9a03b74..05b9d3f 100644 --- a/plugins/gitfaq.rb +++ b/plugins/gitfaq.rb @@ -7,7 +7,7 @@ class Gitfaq < PluginBase attr_reader :entries attr_accessor :skip_auth - FAQ_URL = "http://git.or.cz/gitwiki/GitFaq" + FAQ_URL = "http://git.wiki.kernel.org/index.php/GitFaq" def authed?(irc) unless $user.caps(irc, 'faq', 'op', 'owner').any? or skip_auth