"channel_selfkick": "× %text",
"channel_badpassword": "× %text",
"channel_topic": "ⓘ %text",
- "mode": "ⓘ %nick %text",
- "selfmode": "ⓘ %nick %text",
"channel_banned": "× %text",
"channel_badkey": "⚠ %text",
"channel_inviteonly": "⚠ %channel %text",
"channel_alreadyin": "⚠ %nick %text",
"channel_limitreached": "⚠ %channel %text",
- "nickname_alreadyinuse": "⚠ %text",
"channel_invalid_name": "⚠ %channel %text",
- "network_disconnected": "⚠ %text",
"channel_topic_setby": "ⓘ %text",
+ "channel_has_been_invited": "ⓘ %nick %text",
+ "mode": "ⓘ %nick %text",
+ "selfmode": "ⓘ %nick %text",
+ "nickname_alreadyinuse": "⚠ %text",
+ "network_disconnected": "⚠ %text",
"whois_channels": "%text",
"whois_idle_and_signon": "%text",
"whois_away": "%text",
"whois_notfound": "ⓘ %text",
"nick_changed": "ⓘ %nick %text",
"applet_notfound": "⚠ %text",
- "channel_has_been_invited": "ⓘ %nick %text",
"encoding_changed": "ⓘ %text",
"encoding_invalid": "⚠ %text",
"settings_saved": "ⓘ %text",
"no_such_nick": "ⓘ %nick: %text",
"unknown_command": "ⓘ %text",
"motd": "%text",
- "privmsg": "%text",
"ctcp": "[CTCP] %text",
+ "privmsg": "%text",
"notice": "%text",
"action": "* %nick %text",
"whois_ident": "%nick [%nick!%ident@%host] * %text",
"rejoin": "%text",
"set_setting": "ⓘ %text",
"list_aliases": "ⓘ %text",
- "ignored_pattern": "ⓘ %text",
- "query": "%text",
- "msg": "%text"
+ "ignored_pattern": "ⓘ %text"
}
\ No newline at end of file
\r
if (message) {\r
this.connections.active_connection.gateway.msg(panel.get('name'), message);\r
- panel.addMsg(_kiwi.app.connections.active_connection.get('nick'), styleText('query', {text: message}));\r
+ panel.addMsg(_kiwi.app.connections.active_connection.get('nick'), styleText('privmsg', {text: message}), 'privmsg');\r
}\r
\r
}\r
ev.params.shift();\r
message = formatToIrcMsg(ev.params.join(' '));\r
\r
- panel.addMsg(_kiwi.app.connections.active_connection.get('nick'), styleText('msg', {text: message}));\r
+ panel.addMsg(_kiwi.app.connections.active_connection.get('nick'), styleText('privmsg', {text: message}), 'privmsg');\r
this.connections.active_connection.gateway.msg(destination, message);\r
}\r
\r