nicholasf / spoonbot

Spoonbot - an IRC bot written in Elixir with a simple command syntax.
16 stars 6 forks source link

Update GenServer.Behaviour to GenServer #12

Closed ghost closed 10 years ago

ghost commented 10 years ago

\ (CompileError) lib/spoonbot/bridges/irc.ex:3: module GenServer.Behaviour is not loaded and could not be found

nicholasf commented 10 years ago

Thanks. Can you delete the entire 'use' statement? The IRC bridge doesn't do anything with GenServer at all.

ghost commented 10 years ago

I deleted the use statement.

nicholasf commented 10 years ago

Thanks.