Hi my friend script a server for me and he put irc which i dunno. Its not FBS i had FBS IRC Script with many admins command and i want to add it.Direct copy paste not work for me i mean dont conenct to irc. Script is loading but not connecting to IRC
so please suggest me about it
IRc coding something like
Quoteconst BotName = "blaht"; // The Botname
const NickServ = ""; // The NickServ Password
const server = "91.121.134.5"; // Server Ip
const port = 6667; // Server port
const chan = "#blah"; // Home channel
const pass = ""; // Channel password
const PREFIX = "!"; // The command prefix.
and i want this whic is FBS
Quote// IRC
const FBS_NICK = "blah"; // The name of the echo bot
const FBS_BPASS = "123123"; // The NickServ password of the echo bot
const FBS_SERVER = "94.23.157.172"; // The numerical ip of the irc server - this will join irc.nl.project-apollo.co.uk
const FBS_PORT = 6667; // The port for that irc server
const FBS_CHAN = "#blah"; // The channel that you wont your echo bot to join
const FBS_CPASS = ""; // The password for that channel, if there isnt one leave it as "".
const FBS_ACHAN = "#blah";
const FBS_APASS = "blah";
Actlly its connecting to my other script ( previous one ) but not connecting to new one ( script by my friend )
nop
Quote from: Xmair on Dec 02, 2017, 12:41 PMDoes it show any error?
NO it just not loading the irc