#!/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" "$@"

set base [file dirname [info script]]
lappend auto_path $base [file join $base .. share alicq lib]

package require alicq 0.8.8
package require AlicqWidgets

puts [time alicq_init 1]

# vim:syn=tcl
