Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: UncleRus on May 09, 2020, 08:23 PM

Title: How do add IRC bot in my server(discord)
Post by: UncleRus on May 09, 2020, 08:23 PM
What i need to add irc bot into my server?
Title: Re: How do add IRC bot in my server(discord)
Post by: habi on May 09, 2020, 11:08 PM
https://forum.vc-mp.org/?topic=6560.0
Title: Re: How do add IRC bot in my server(discord)
Post by: UncleRus on May 10, 2020, 06:38 AM
https://prnt.sc/se1ddl
https://prnt.sc/se1d5q

I didn't understand anything, I have a discord.nut file in the files on the server
Title: Re: How do add IRC bot in my server(discord)
Post by: Gulk2 on May 10, 2020, 09:21 AM
get the java vcmp server and use JDA for discord and or pircbotx for irc :D
Title: Re: How do add IRC bot in my server(discord)
Post by: habi on May 10, 2020, 09:26 AM
edit values

FBS_NICK    means name of bot
FBS_PASS.   is some password
FBS_SERVER.  ip address. Numeric
Then channel and password.

Title: Re: How do add IRC bot in my server(discord)
Post by: UncleRus on May 11, 2020, 07:25 PM
https://prnt.sc/sew6hl ok i set what i need to do next?
Title: Re: How do add IRC bot in my server(discord)
Post by: MEGAMIND on May 11, 2020, 09:28 PM
Quote from: UncleRus on May 11, 2020, 07:25 PMhttps://prnt.sc/sew6hl ok i set what i need to do next?
change theconst FBS_CHAN = "#echo";to your irc channel name, then run your server in about few seconds your server will output the info as your server was coonected to #channelname successfully..!
Title: Re: How do add IRC bot in my server(discord)
Post by: Xmair on May 11, 2020, 09:58 PM
You're supposed to use the IRC server's IP, not your server's.
Title: Re: How do add IRC bot in my server(discord)
Post by: MEGAMIND on May 11, 2020, 10:52 PM
Quote from: Xmair on May 11, 2020, 09:58 PMYou're supposed to use the IRC server's IP, not your server's.
true + why not just leave irc all alone and move urself to discord, irc is being used but not used much in vcmp server these days discord is famous and being used all around the gaming platforms so better use either lukshyas(sorry for spelling) or dooms plugins
Title: Re: How do add IRC bot in my server(discord)
Post by: UncleRus on May 14, 2020, 03:18 PM
Ok what i need to do to set in my server