04-18-2009, 01:11 AM
Для сервера l2jfree реализована возможность подключения игрового чата к чату сервера irc, но только, сколько не пытаюсь это дела настроить, геймсервер пишет одну и ту же ошибку:
IRC: Error #404: No external channel messages (#la2)
Вот примерно мои настройки:
Сервер IRC - Unreal 3.2 c установленным Anope. Работают nickserv, chanserv и т.д. Канал зарегистрирован, правда на другого пользователя, но есть же. Так же, зарегистрированы ник с паролем.
Что, где не так делаю, кто совет даст?
IRC: Error #404: No external channel messages (#la2)
Вот примерно мои настройки:
Код:
# Enable the Client
Enable = True
# Log all irc traffic
LogChat = False
# Server hostname/ip
Server = server
# Server Port
Port = 6667
# Use SSL
SSL = False
# Password
Password = password
# Nickname
Nick = LA2
# User
User = la2
# Name
Name = la2
# Nickserv Support
Nickserv = False
NickservName = nickserv
NickservCommand = password
# Optional Login Command
# example : LoginCommand : nickserv identify YourBotPassword
LoginCommand = nickserv identify password
# Channel
Channel = #la2
# Post Announces in IRC (if disabled shutdown messages will still appear as normal infos)
IrcAnnounces = True
# I recommend you only use a global chat to display in irc and the same chat type vice versa
# otherwise you could confuse players
# What Ingame Chat get posted in IRC
# shout - post shouts
# trade - post trade chat
# hero - post hero chat
# all - post all chats
# off - default option, posting disabled
GameToIrcType = shout
# What IRC Chat get posted InGame
# global - everything spoken in channel gets displayed ingame
# special - every sentence that starts with IrcToGameSpecialChar gets displayed ingame
# off - default option, posting disabled
IrcToGameType = on
IrcToGameSpecialChar = #
# How the ingame irc chat gets displayed
# trade - irc messages appears in tradechan (default)
# shout - irc messages get shouted
# hero - irc message appears in hero chat
IrcToGameDisplay = trade
# Enable IRC /me action support
IrcMeSupport = True
# How the ingame /me IRC actions get displayed
# trade - irc /me actions appear in tradechan (default)
# shout - irc /me actions get shouted
# hero - irc /me actions appear in hero chat
IrcToGameMeDisplay = trade
Что, где не так делаю, кто совет даст?