if you have updated from iobananav18d be careful when pasting your old infos to ioBanana.tcl
some new lines in it :
...
## Enable !google command ?
set ioss(google) 1
## Enable !imdb command ?
set ioss(imdb) 1
## !imdb options
# you can optimize your search between 2 years
# default values: from_year=1890 to_year=2010
set from_year 1970
set to_year 2010
# for a channel !imdb request
# set to 1 = all results will be sent publicly to the channel
# set to 0 = all results will be sent as private message
set pub_or_not 1
# use or not the debugger (1=DEBUG 0=NO DEBUG)
set DEBUG 0
...
better to start with the fresh iobanana.tcl provided with ioBanana19
hope that helps a little
|