But, when another user trying chat, the bot dont connect it.
What port (TCP?) i open to connect it?
TCL:
# chat.tcl
# updated sort of for 1.1 cause a stupid friend (hi digidog) asked me to - LSC
#
# /msg <bot> chat
# will send a dcc chat request to a user on irc
# in case they can't initiate dcc chats, only accept them
#
bind msg p chat msg_chat
# bitchass [censored] 1.1 needs a cmd to get the telnet port
# so set this as the telnet port you want the users to enter
set userport 1357
# If you want all dcc file transfers to use a particular portrange either
# because you're behind a firewall, or for other security reasons, set it
# here.
#set reserved-portrange 2010:2020