diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-09-18 23:33:52 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-09-18 23:33:52 +0200 |
commit | 54a2fafbde593f63811da711c6a5f95ba58c818a (patch) | |
tree | c5ba0105e452fc65e2fc19e1f99803858406dc21 /docs | |
parent | 7b46dae1825fc90d97163b40cdca2ffaceb2e13c (diff) | |
download | irssi-54a2fafbde593f63811da711c6a5f95ba58c818a.zip |
Update perl.txt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/perl.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 79ab5820..560fcaec 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -1185,3 +1185,11 @@ Client->{} connected - whether the client is connected and ready want_ctcp - whether the client wants to receive CTCPs 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 |