#!/bin/sh
#  Alicq ICQ client
#  Copyright (C) Ihar Viarheichyk 2001

#  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.

#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.

# Restart with wish \
exec wish "$0" "$@"

lappend auto_path [file dirname [info script]]

package require alicq 0.8.6
package require AlicqWidgets

alicq_init

# vim:syn=tcl
