1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
Go to file
Diogo Sousa cf59ad2c76 Now process_numeric() passes the right session context to text_emit() when an
numeric event occurs regarding a nick with a open dialog.

Since this session context is potentially passed to plugins this can change the
behavior of plugins, but I think this is the intended semantics
(http://docs.hexchat.org/en/latest/script_python.html#context-theory).

Another consequence is that event messages will be displayed in the query dialog
of the nick in question (if a query dialog is open, of course), which I think is
sensible. (The initial intention of this patch was actually to report the
"No such nick" message in the query dialog when sending a message to a user that
has quit.)
2013-05-09 20:32:05 +01:00
.tx Update template generation instructions 2013-03-29 00:00:18 +01:00
man Fix manpage EOL 2013-04-05 06:38:12 +02:00
plugins Typofix 2013-05-04 17:40:48 +02:00
po Pull from Transifex 2013-04-01 23:38:04 +02:00
share Add Italian GenericName 2013-05-03 13:08:03 -03:00
src Now process_numeric() passes the right session context to text_emit() when an 2013-05-09 20:32:05 +01:00
win32 Make copy depend on python3 as well 2013-05-04 02:41:53 +02:00
.gitignore add pkgconfig file to gitignore 2013-05-08 19:22:04 -03:00
.travis.yml Update .travis.yml 2013-04-27 21:29:33 -03:00
acinclude.m4 On my system (openSUSE 12.2 / GNU bash, version 4.2.24(1)-release (x86_64-suse-linux-gnu) ), the shell doesn't like that the '=' character in 'if test...' doesn't have spaces around it. This causes the test to always be true, and thus the AS_AC_EXPAND macro only expands once. This led to two #define's in config.h containing broken values: HEXCHATSHAREDIR and DBUS_SERVICES_DIR. 2012-09-20 22:04:14 +08:00
autogen.sh build: move automake "foreign" option to AM_INIT_AUTOMAKE 2012-10-27 17:42:40 +02:00
config-win32.h Don't hardcode "plugins" as the subdirectory for plugins in many 2013-04-28 16:42:48 +02:00
config.rpath Update config.rpath by running gettextize 2012-10-27 01:05:41 +02:00
configure.ac stop using gconf 2013-05-08 23:41:52 -04:00
Makefile.am Fix macro searching 2013-03-03 15:19:33 -05:00