This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CmdUtils.CreateCommand({ | |
| name: "hitta", | |
| icon: "http://www.hitta.se/favicon.ico", | |
| homepage: "http://hitta.se/", | |
| author: {name: "Simon Gate", email: "simon@noona.se"}, | |
| license: "GPL", | |
| description: "Sök på hitta.se", | |
| takes: {"input": /.*/}, | |
| preview: function(pblock, input) { | |
| var split = input.text.match(/^(.+)(?:\si\s|,|\såp\s)(.+)/i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/universal_ruby_whois/server_list.rb b/lib/universal_ruby_whois/server_list.rb | |
| index 65c2a18..15a94d9 100644 | |
| --- a/lib/universal_ruby_whois/server_list.rb | |
| +++ b/lib/universal_ruby_whois/server_list.rb | |
| @@ -80,7 +80,6 @@ Whois::Server.define('nu', 'whois.nic.nu') | |
| Whois::Server.define('pl', 'whois.dns.pl') | |
| Whois::Server.define('ro', 'whois.rotld.ro') | |
| Whois::Server.define('ru', 'whois.ripn.net') | |
| -Whois::Server.define('se', 'whois.iis.se') | |
| Whois::Server.define('sk', 'whois.ripe.net') |
NewerOlder