diff options
Diffstat (limited to 'plugins/SeenPlugin/main.c')
-rw-r--r-- | plugins/SeenPlugin/main.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/SeenPlugin/main.c b/plugins/SeenPlugin/main.c index 798077b009..c1aefc32e2 100644 --- a/plugins/SeenPlugin/main.c +++ b/plugins/SeenPlugin/main.c @@ -33,12 +33,8 @@ int hLangpack; char authemail[] = "fscking@spammer.oip.info";//the correct e-mail shall be constructed in DllMain
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
-#ifndef PERMITNSN
- "Last seen",
-#else
"Last seen",
-#endif
- PLUGIN_MAKE_VERSION(5,0,4,7),
+ PLUGIN_MAKE_VERSION(5,0,4,7),
"Log when a user was last seen online and which users were online while you were away.",
"Heiko Schillinger, YB",
authemail,
|