Revision 102
- Date:
- 2009/01/31 11:37:39
- Files:
-
- /trunk/src/at/bluelife/jbot/chats/N2/club3k
- /trunk/src/at/bluelife/jbot/chats/N2/localhost
- /trunk/src/at/bluelife/jbot/chats/N2/localhost/Localhost.java (Diff) (Checkout)
- /trunk/src/at/bluelife/jbot/chats/N2/localhost/messages.tpl (Diff) (Checkout) (copied from /trunk/src/at/bluelife/jbot/chats/N2/club3k/messages.tpl:69)
Legend:
- Added
- Removed
- Modified
-
trunk/src/at/bluelife/jbot/chats/N2/localhost/Localhost.java
1 /* ************************************************************************** */ 2 /* Project : jBot (an advanced WebChat Bot) */ 3 /* */ 4 /* Author : Bernhard Froehlich <decke@bluelife.at> */ 5 /* Homepage: http://www.bluelife.at/ */ 6 /* Copyright (c) 2005 - 2008 Bernhard Froehlich <decke@bluelife.at> */ 7 /* */ 8 /* This program is free software; you can redistribute it and/or modify */ 9 /* it under the terms of the GNU General Public License as published by */ 10 /* the Free Software Foundation; either version 2 of the License, or */ 11 /* (at your option) any later version. */ 12 /* */ 13 /* This program is distributed in the hope that it will be useful, */ 14 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ 15 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ 16 /* GNU General Public License for more details. */ 17 /* */ 18 /* ************************************************************************** */ 19 // $Id: Localhost.java 50 2008-01-20 17:03:07Z decke $ 20 21 package at.bluelife.jbot.chats.N2.localhost; 22 23 import at.bluelife.jbot.chats.N2.AbstractNEngine2; 24 import at.bluelife.jbot.core.BotConfig; 25 import at.bluelife.jbot.core.timer.TimerPool; 26 27 /** 28 * Chatlogin Class for Club3k 29 * 30 * Supported Chatsystems: 31 * NEngine (r8 bid: 2.08.024) 32 * 33 * @author Bernhard Fröhlich <decke@bluelife.at> 34 * @version $Revision: 50 $ 35 */ 36 public class Localhost extends AbstractNEngine2 37 { 38 public Localhost(BotConfig config, TimerPool timer) 39 { 40 super(config, timer); 41 } 42 } -
trunk/src/at/bluelife/jbot/chats/N2/localhost/messages.tpl
1 #***************************************************************************/ 2 #* Project : jBot (an advanced WebChat Bot) */ 3 #* */ 4 #* Author : Bernhard Froehlich <decke@bluelife.at> */ 5 #* Homepage: http://www.bluelife.at/ */ 6 #* Copyright (c) 2005 - 2008 Bernhard Froehlich <decke@bluelife.at> */ 7 #* */ 8 #* This program is free software; you can redistribute it and/or modify */ 9 #* it under the terms of the GNU General Public License as published by */ 10 #* the Free Software Foundation; either version 2 of the License, or */ 11 #* (at your option) any later version. */ 12 #* */ 13 #* This program is distributed in the hope that it will be useful, */ 14 #* but WITHOUT ANY WARRANTY; without even the implied warranty of */ 15 #* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ 16 #* GNU General Public License for more details. */ 17 #* */ 18 #***************************************************************************/ 19 # $Id$ 20 # 21 # Chat: NEngine 2, club3k.at 22 # 23 # Variables: 24 # USERNAME 25 # MESSAGE 26 # PRIVILEGEDUSER 27 # COMMENT 28 # TIME 29 # IPADDRESS 30 31 32 standard.AwayMessage = <font><b><i>USERNAME meldet sich kurz ab (MESSAGE)</i></b></font><br> 33 standard.BackMessage = <font><b><i>USERNAME meldet sich zurück (MESSAGE)</i></b></font><br> 34 standard.ColorChangeMessage = <font><b><i>USERNAME hat die Farbe gewechselt.</i></b></font><br> 35 standard.InvitedFromMessage = <i><b><font>USERNAME</font> hat dich in den Raum 'MESSAGE' eingeladen.</b><br>Mit /a kannst du die Einladung annehmen!</i><br> 36 standard.MeMessage = <font><b><i> > USERNAME MESSAGE</i></b></font><br> 37 standard.PublicMessage = <font>(<a><font><u>USERNAME</u></font></a>) MESSAGE</font><br> 38 standard.QuestionMessage = <font><b><i> Frage von <u>USERNAME</u>: MESSAGE</i></b></font><br> 39 standard.ShoutMessage = <font><b><i>USERNAME schreit: MESSAGE</i></b></font><br> 40 standard.ThinkMessage = <font><b><i>USERNAME . o O( MESSAGE )</i></b></font><br> 41 standard.WhisperFromMessage = <b><i><a><font><u>USERNAME</u></font></a> flüstert: MESSAGE</i></b><br> 42 standard.WhisperToMessage = <b><i>Du flüsterst zu <a><font><u>USERNAME</u></font></a>: MESSAGE</i></b><br> 43 44 room.EnterChatMessage = <i><b><a><font><u>USERNAME</u></font></a></b> betritt den Chat.</i><br> 45 room.EnterRoomMessage = <i><a><font><b><u>USERNAME</u></b></font></a> kommt aus dem Raum <b>MESSAGE</b> herein.</i><br> 46 room.EnterRoomMessage = <b><i><font>USERNAME</font> landet im Exil.</i></b><br> 47 room.LeaveChatMessage = <i><b><a><font><u>USERNAME</u></font></a></b> verlässt den Chat.</i><br> 48 room.LeaveRoomMessage = <i><a><font><b><u>USERNAME</u></b></font></a> geht in den Raum <b>MESSAGE</b>.</i><br> 49 room.LeaveRoomMessage = <i><a><font><b><u>USERNAME</u></b></font></a> geht in den Raum <b>MESSAGE</b>.</i> <font>[kc by PRIVILEGEDUSER]</font><br> 50 room.LeaveRoomToSepareMessage = <i><a><font><b><u>USERNAME</u></b></font></a> geht in den Raum <b>MESSAGE</b> und sperrt ab.</i><br> 51 room.RoomTopicMessage = <b><i><font>USERNAME</font> hat folgendes Thema vergeben: MESSAGE</i></b><br> 52 53 staff.ForceColorChangeMessage = <font><i>Ein VIP(PRIVILEGEDUSER) hat USERNAME eine neue Farbe zugewiesen!</i></font><br> 54 staff.GagMessage = <b><i><font>PRIVILEGEDUSER</font> knebelt <font>USERNAME</font>.</i></b><br> 55 staff.GagMessage = <i><b><font>PRIVILEGEDUSER</font> knebelt <font>USERNAME</font>.</b> (und meint: COMMENT)</i><br> 56 staff.KickHardMessage = <b><i><font>PRIVILEGEDUSER</font> wirft <font>USERNAME</font> aus dem Chat!</i></b><br> 57 staff.KickMessage = <b><i><font>PRIVILEGEDUSER</font> wirft <font>USERNAME</font> aus dem Raum!</i></b><br> 58 staff.RemoveSuMessage = <b><i><font>PRIVILEGEDUSER</font> entzieht <font>USERNAME</font> die Superuser-Rechte!</i></b><br> 59 staff.StaffWhisperFromMessage = <b><i><font>USERNAME</font> flüstert an die VIPs: MESSAGE</i></b><br> 60 staff.SuMessage = <b><i><font>PRIVILEGEDUSER</font> verleiht <font>USERNAME</font> Superuser-Rechte!</i></b><br> 61 staff.UnGagMessage = <b><i><font>PRIVILEGEDUSER</font> befreit <font>USERNAME</font> vom Knebel.</i></b><br> 62 staff.UnGagMessage = <i><b><font>PRIVILEGEDUSER</font> befreit <font>USERNAME</font> vom Knebel.</b> (und meint: COMMENT)</i><br> 63 64 system.DateMessage = <b><i>Date: MESSAGE</i></b><br> 65 system.MyIPMessage = <b><i>Deine IP-Adresse lautet: IPADDRESS</i></b><br> 66 67 error.NoSuRightsMessage = <b><i>Sorry, aber du bist kein SUPERUSER!</i></b><br> 68 error.NotOnlineMessage = <b><i>USERNAME ist nicht im Chat, du hast ihr/ihm eine NBox Nachricht hinterlassen!</i></b><br> 69 error.NoVipRightsMessage = <b><i>Sorry, aber du bist kein VIP!</i></b><br> 70 error.UnknownCommandMessage = <b><i>Dies ist kein gültiger <a><u>Chatbefehl</u></a>!</b></i><br> 71 error.UnknownUserMessage = <b><i>USERNAME ist weder im Chat noch registriert!</i></b><br>