diff -r 2cefbe9f3ac6 -r d9c00a9fe9d5 mcbot/cmds/shortenurl.lua --- a/mcbot/cmds/shortenurl.lua Sun Nov 25 19:29:32 2012 +0100 +++ b/mcbot/cmds/shortenurl.lua Tue Nov 27 16:26:04 2012 +0100 @@ -1,10 +1,18 @@ --- This module is derivated from isbear's shortenurl function: --- http://hg.lilotux.net/mod-mcabber-lua/file/tip/examples/shortenurl.lua +-- This module is derivated from isbear's shortenurl function: +-- http://hg.lilotux.net/mod-mcabber-lua/file/tip/examples/shortenurl.lua +-- +-- Copyright (C) 2012 Myhailo Danylenko +-- Copyright (C) 2012 Mikael Berthe -- --- * Copyright (C) 2012 Myhailo Danylenko --- * Copyright (C) 2012 Mikael Berthe +-- This program is free software; you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 2 of the License, or (at +-- your option) any later version. -- +-- Please check the license in the COPYING file at the root of the tree. +-- + require "libs.shcmd"