1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Merge pull request #284 from ailin-nemui/document-perl-crashes

Document some shortcomings in perl.txt
This commit is contained in:
Geert Hauwaerts 2015-09-19 13:24:19 +02:00
commit 3e7c8a6f26

View File

@ -1185,3 +1185,11 @@ Client->{}
connected - whether the client is connected and ready connected - whether the client is connected and ready
want_ctcp - whether the client wants to receive CTCPs want_ctcp - whether the client wants to receive CTCPs
ircnet - network tag of the network we proxy ircnet - network tag of the network we proxy
Bugs and Limitations
--------------------
* Calling die in 'script error' handler causes segfault (#101)
* Storing and later using any Irssi object may result in use-after-free related crash