diff options
Diffstat (limited to 'auto-server')
| -rw-r--r-- | auto-server/auto_server.pl | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/auto-server/auto_server.pl b/auto-server/auto_server.pl index a9f6645..0f5a11e 100644 --- a/auto-server/auto_server.pl +++ b/auto-server/auto_server.pl @@ -198,6 +198,8 @@ sub join_plus {          _debug_print ("awaiting connection for join");          $pending_joins->{$server_id} = $channel; +        # This comes tumbling down if the server doesn't have a MOTD. +        # is that RFC required?          Irssi::signal_add_last("event 376", 'do_channel_join');      }  } | 
