SA-MP Forums Archive
IRC Bot not connecting - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: IRC Bot not connecting (/showthread.php?tid=600871)



IRC Bot not connecting - ManGoe - 14.02.2016

pawn Код:
Server LOG "Scavenge and Survive"
[OnScriptInit] Initialising 'IRC'...
[12:52:17] [LOAD] irc/use-irc: 1
[12:52:17] [LOAD] irc/serv:              irc.tl
[12:52:17] [LOAD] irc/port: 6667
[12:52:17] [LOAD] irc/chat-chan:            #ScavengeChat            
[12:52:17] [LOAD] irc/chat-pass:  
[12:52:17] [LOAD] irc/chat-prefix: 46
[12:52:17] [LOAD] irc/staff-chan:               #ScavengeAdmin            
[12:52:17] [LOAD] irc/staff-pass:
[12:52:17] [LOAD] irc/staff-prefix: 46
[12:52:17] [LOAD] irc/bot-name:                               S
[12:52:17] [LOAD] irc/bot-nick:                              SS
[12:52:17] [LOAD] irc/bot-pass:                             122
[12:52:17] [LOAD] irc/bot-mail: r********************.yahoo.in
[12:52:17] [LOAD] irc/bot-user:                           SS-
pawn Код:
Settings.ini
irc/use-irc =                                       1
irc/serv =           irc.tl
irc/port =                                     6667
irc/chat-chan =         #ScavengeChat                          
irc/chat-prefix =                               46
irc/staff-chan =            #ScavengeAdmin                            
irc/staff-prefix =                               46
irc/bot-name =                              SS-Bot
irc/bot-nick =                             SS-Bot
irc/bot-pass =                            112132*******
irc/bot-mail = r******y@yahoo.in
irc/bot-user =                          SS-Bot



Re: IRC Bot not connecting - ManGoe - 14.02.2016

BUMP..


Re: IRC Bot not connecting - iKarim - 14.02.2016

I have never used this kind of IRC plugins, I'm pretty sure Incognito's IRC plugin would work.


Re: IRC Bot not connecting - ManGoe - 14.02.2016

I am using incognito's mate..


Re: IRC Bot not connecting - iKarim - 14.02.2016

O.O, then where is connecting code etc? It is just the logs.


Re: IRC Bot not connecting - ManGoe - 14.02.2016

There,,
http://pastebin.com/GiVbdwxH
But it works on settings.ini
IT's
http://pastebin.com/tsAPT5Jw


Re: IRC Bot not connecting - Karan007 - 14.02.2016

Use the normal functions, dude. Why using these & complicating your life?


Re: IRC Bot not connecting - ManGoe - 14.02.2016

Man? Scavenge and Survive doesn't supports anything else or.. you help me please make me same like it.. :3


Re: IRC Bot not connecting - ManGoe - 15.02.2016

Server log:- http://pastebin.com/pRHW92Sd


Re: IRC Bot not connecting - Kyle - 15.02.2016

This indicates your IRC Plugin has not loaded.

[20:52:44] Error: Function not registered: 'IRC_Connect'
[20:52:44] Error: Function not registered: 'IRC_SetIntData'
[20:52:44] Error: Function not registered: 'IRC_CreateGroup'
[20:52:44] Error: Function not registered: 'IRC_Quit'
[20:52:44] Error: Function not registered: 'IRC_DestroyGroup'
[20:52:44] Error: Function not registered: 'IRC_GroupSay'
[20:52:44] Error: Function not registered: 'IRC_SendRaw'
[20:52:44] Error: Function not registered: 'IRC_JoinChannel'
[20:52:44] Error: Function not registered: 'IRC_AddToGroup'
[20:52:44] Error: Function not registered: 'IRC_RemoveFromGroup'