Hi,
i want to integrate CGI:IRC into my Forums.
In the CGI i have following code :
Code:
%items = (
Nickname => $ENV{REMOTE_USER} || $config->{default_nick},
In the Config File following :
Code:
# default nickname, a ? is replaced with a random number
default_nick = user???
Is it possible to use a variable $bbuserinfo[username] coming from vb3 as default_nick to be used in the cgi ?
th@nks und gr33tz