gdamjan / erlang-irc-bot

A simple extendable irc bot in Erlang
http://github.com/gdamjan/erlang-irc-bot/wiki
MIT License
80 stars 25 forks source link

Add waitpong support #53

Closed yjh0502 closed 10 years ago

yjh0502 commented 10 years ago

Some irc network uses 'waitpong' which sends PING before establishing session and waits for PONG response. This patch is an workaround for the problem.