Download
(14Kb)
Download
Updated: 10-13-08 03:43 PM
Pictures
File Info
Updated:10-13-08 03:43 PM
Created:unknown
Downloads:1,701
Favorites:5
MD5:

IRchat

Version: 2.4.3-2Beta
by: zariel [More]

IRchat trys to emulate irssi (http://irssi.org) style whispers and opens a box containing a tab for each person whispering you.

For class color support you need teknicolor installed.

Can be moved by alt-dragging the bar at the top, can be resized using alt-drag on the drag box.

commands (type into the edit box on the frame)

Code:
:q (Closes the current window or the whole frame if its the last window)
:w player [message] (Open a new window to a the player, if a message is specified then the whisper is send)
:o id (Opens the window with ID id)
:help color (For setting colors)

Optional Files (0)


Post A Reply Comment Options
Unread 01-14-09, 07:15 PM  
grahjm2a
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I like the emulation of irssi. Good work.

Feature request:

1. Keybind to open the IRChat edit box, (ie, like hitting 'r' without the addon).
Report comment to moderator  
Reply With Quote
Unread 11-08-08, 09:17 AM  
Jabar
Premium Member
 
Jabar's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 40
Uploads: 1
Is this supposed to open automatically when whispered ?
If so, it seems to be broken in some way :'(
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 03:36 AM  
zariel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 95
Uploads: 14
Re: tabbed whispers

Originally posted by Jazzshade
Doesn't seem to be working well post-patch. It is fine with one conversation at a time, but breaks with more than that. The new window overlays the old and it throws a lua error. Is anyone else having this problem?
Post the error please
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 03:23 AM  
Jazzshade
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
tabbed whispers

Doesn't seem to be working well post-patch. It is fine with one conversation at a time, but breaks with more than that. The new window overlays the old and it throws a lua error. Is anyone else having this problem?
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 03:42 PM  
zariel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 95
Uploads: 14
Re: teknicolor error

Originally posted by Kyc
Lines 531 -> 536 read:
snip

Fixes the error nicely

Thanks for this addon BTW, replaces cellular beautifully.
Thanks merged
Last edited by zariel : 10-14-08 at 08:40 AM.
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 02:47 PM  
Kyc
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 14
Uploads: 3
teknicolor error

Lines 531 -> 536 read:
Code:
	if teknicolor then
		local str = teknicolor.nametable[from]:gsub("%[", ""):gsub("%]", "")
		m = string.format("%s <%s> %s", date("%X"), str, msg)
	else
		m = string.format("%s <%s> %s", date("%X"), from, msg)
	end
If you don't have the from name in the teknicolor table yet you'll receive an error and the addon barfs. Replacing the code with
Code:
	if teknicolor and teknicolor.nametable[from] ~= nil then
		local str = teknicolor.nametable[from]:gsub("%[", ""):gsub("%]", "")
		m = string.format("%s <%s> %s", date("%X"), str, msg)
	else
		m = string.format("%s <%s> %s", date("%X"), from, msg)
	end
Fixes the error nicely

Thanks for this addon BTW, replaces cellular beautifully.
Report comment to moderator  
Reply With Quote
Unread 09-10-08, 11:42 AM  
zariel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 95
Uploads: 14
Originally posted by DJJoeJoe
Is this a specific chat frame on it's own or is it a replacement for the main chat frame? Can this be used and/or work with other chat mods such as oChat and idChat?
Its it own frame, doesnt interfere with anything else, so you need to disable printing whispers to the chat frame
Report comment to moderator  
Reply With Quote
Unread 09-10-08, 11:36 AM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Is this a specific chat frame on it's own or is it a replacement for the main chat frame? Can this be used and/or work with other chat mods such as oChat and idChat?
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: