
03-02-2010, 12:49 AM
|
|
|
Join Date: Sep 2006
Location: Texas
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Eric Anderson
is there anyway to add items to the right click on nickname ... The list that you get when you right click o n a nickname, kick,ban op,deop...
|
Which client? Or both?
Quote:
Originally Posted by RoteRose
Hi,
stats wont work for me, i searche da little bit and found this typo:
PHP Code:
$ezircx = $vbulletin->db->query_read("SELECT * FROM `" . TABLE_PREFIX . "ezircvb4_stats");
change it to:
PHP Code:
$ezircx = $vbulletin->db->query_read("SELECT * FROM `" . TABLE_PREFIX . "ezircvb4_stats`");
but this was?t the error, no stats are shown:
Code:
Active Users in
Topic:
There are currently users online (Highest: )
If i try to join with my chat with pjirc:
Code:
Connecting...
Unable to connect : java.lang.NullPointerException : null
edit:
ok, error occurs if you set the irc network to something like: irc.server.tld:6667, if u use irc.server.tld, pjirc connects.
Channel stats:
no wonder, they can?t work for custom irc networks, cronjob includes the following line:
PHP Code:
if(!in_array($query['server'], array('irc.vbirc.com', 'irc.ezirc.org', 'irc.vbirc.org')))
|
As said previously, it's only for vbirc. Thus that last line of code. I'm not sure why that PJIRC would give a null pointer exception while adding a port, it should not. I'll look into it.
|