irc help
#1

Hello!
I need a irc ,in that 2 channels should be there
1st irc is normal and the 2nd is for admins
here is an example
pawn Код:
#define IRC_CHANNEL "#normal"
#define IRC_ADMINCHANNEL "#adminchannel"
Please anyone give a script like this
Reply
#2

help plz
Reply
#3

When you say IRC channel - Do you mean you want it to connect to an online/out of game IRC channel?
If so you need the IRC plugin
Reply
#4

Not that, i need a seperate admin channel
Reply
#5

like this
pawn Код:
/IRC Defines
// 1st Echo Bot
#define BOT_1_NICKNAME "Name1"
#define BOT_1_REALNAME "SA-MP Bot"
#define BOT_1_USERNAME "SFCRRPG"

// 2nd Echo Bot
#define BOT_2_NICKNAME "Name2"
#define BOT_2_REALNAME "SA-MP Bot"
#define BOT_2_USERNAME "SFCRRPG"

//All bots password
#define IRC_BOT_PASSWORD "password"

// Admin Echo Bot (3rd)
#define BOT_3_NICKNAME "Name3"
#define BOT_3_REALNAME "SA-MP Bot"
#define BOT_3_USERNAME "SFCRRPG"

//Admin Channel password
#define IRC_ADMINCHANNEL_PASSWORD "password"

#define IRC_SERVER "" //EDIT THIS <------------ and here
#define IRC_PORT (6667) //EDIT THIS and here <------
#define IRC_CHANNEL "#SFCRRPG" //EDIT THIS <---------- same here
#define IRC_ADMINCHANNEL "#SFCRRPG.OPER" //EDIT THIS help me :
you can see IRC_ADMINCHANNEL "#sa-mp.live.OPER"
Reply
#6

That's for out-of-game interaction with an actual IRC channel.

If all you want is an ingame admin-chat channel, that's much simpler, you don't need all that.
Reply
#7

Then can you tell me how?
Reply
#8

Quote:
Originally Posted by Rob_Maate
Посмотреть сообщение
That's for out-of-game interaction with an actual IRC channel.

If all you want is an ingame admin-chat channel, that's much simpler, you don't need all that.
I think he needs echo channel but he doesn't know what he needs.

@RBTDM You want that messages can be sent from server to IRC and from IRC to server?
Reply
#9

Yes like admin chat.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)