Skip to content

Commit

Permalink
Small cosmetical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Sep 18, 2010
1 parent 0c55ee7 commit f158b7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/channels_plugin.erl
@@ -1,8 +1,7 @@
-module(channels_plugin).
-behaviour(gen_event).

-author("gdamjan@gmail.com").

-behaviour(gen_event).
-export([init/1, handle_event/2, terminate/2, handle_call/2, handle_info/2, code_change/3]).


Expand Down
6 changes: 3 additions & 3 deletions src/ctcp_plugin.erl
@@ -1,11 +1,11 @@
-module(ctcp_plugin).
-behaviour(gen_event).

-author("gdamjan@gmail.com").
-include_lib("ircbot.hrl").

-behaviour(gen_event).
-export([init/1, handle_event/2, terminate/2, handle_call/2, handle_info/2, code_change/3]).

-include("ircbot.hrl").


init(_Args) ->
{ok, []}.
Expand Down
3 changes: 1 addition & 2 deletions src/pong_plugin.erl
@@ -1,8 +1,7 @@
-module(pong_plugin).
-behaviour(gen_event).

-author("gdamjan@gmail.com").

-behaviour(gen_event).
-export([init/1, handle_event/2, terminate/2, handle_call/2, handle_info/2, code_change/3]).


Expand Down

0 comments on commit f158b7c

Please sign in to comment.