mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Remove /notify -idle, it can only work with not-nice automated remote whois.
(causes infrequent "server load too heavy" etc) If people really want this, they should write a script. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d9782fab84
commit
78dad04c7b
11 changed files with 19 additions and 115 deletions
|
|
@ -18,6 +18,12 @@ notifylist_add(mask, ircnets, away_check, idle_check_time)
|
|||
char *ircnets
|
||||
int away_check
|
||||
int idle_check_time
|
||||
CODE:
|
||||
if (idle_check_time != 0)
|
||||
croak("Notify -idle has been removed");
|
||||
RETVAL = notifylist_add(mask, ircnets, away_check);
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
void
|
||||
notifylist_remove(mask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue