diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:36:15 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:36:15 +0000 |
commit | 372c9add364d4fe9a1c0b8bea8352dd0828cad3e (patch) | |
tree | 773705e674d4f9ce144e7df02c16e1122abddb89 | |
parent | 5e38abccccb7dd16a845e41d2b21d692b5549267 (diff) |
Add newline
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1718 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | include/regchannel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 69c1f75f2..1823b1db7 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -89,4 +89,5 @@ class ChannelInfo : public Extensible int16 capsmin, capspercent; /* For CAPS kicker */ int16 floodlines, floodsecs; /* For FLOOD kicker */ int16 repeattimes; /* For REPEAT kicker */ -};
\ No newline at end of file +}; + |