commit 2d751d16ae1ec9d168c6758ffdce7d3e547a7ce4 from: jrmu date: Sun Aug 3 23:47:00 2025 UTC Import psybnc source code commit - /dev/null commit + 2d751d16ae1ec9d168c6758ffdce7d3e547a7ce4 blob - /dev/null blob + 1988d5a1ec650ad7324f75584fbf0a5f420f5d0f (mode 644) --- /dev/null +++ CHANGES @@ -0,0 +1,918 @@ +CHANGES are always downwards compatible to earlier versions (hopefully!) +(comment see EOF) + +Version 2.4.3: +------------------------------------------------------------------- +08-04-21 - minor fixes + +Version 2.4: +------------------------------------------------------------------- +xx-xx-11 - Too many changes to list them all! :) + Feature: rewritten DNS engine using c-ares! + Fix: if compiled with IPv6, IPv6 DNS lookups was forced to AAAA. The engine has been + been made smarter. Better support for IPv4/IPv6 interoperability + Command: defaultipv6 + Command: preferipv6 + Command: braw + Command: bdone + Command: fixlistener (yeye, this is a hack to workaround a bug) + Command: killsocket + Command: bconnectn + Command: bquitn + Command: bvhostn + Deprecated setusername in favour of setrealname + Feature: MySQL IP check for banning and IP restriction (lock IP to account) + Feature: ability to prevent new outgoing connections or set the connect delay timer + Feature: admins can use bquit on a user + Feature: admins can use bconnect on a user + Feature: improved oidentd support for both ipv4 and ipv6 + Command: setconnectdelay + Fix: psyBNC might be connecting clients too fast causing throttling + Fix: freeze bug \o/ + Fix: bwho is now admin only + Fix: broken proxy support fixed (http/socks4, still no socks5/authentication) + Fix: fixed compile warnings when using recent compiler + Fix: When binding to * it caused a bind warning (* = IPv4, :: = IPv6) + Code cleanup, lots of tweaks and fixes + +Version 2.3.2: +------------------------------------------------------------------- +06-04-06 - Yeah, forgot a closing bracket, shame on me :) +06-04-05 - And back again, fixing the network separator, thanks for the freaking patch, Beeth. + Why are finnish special chars allowed in nicks, but others not? A bit inconsequently, eh? +03-31-05 - Reverted to pre network separator patch, ~ won't be allowed + in nicks in ircd 2.11.1 + - Renamed log to p_log so compilation triggers no warnings. +03-25-05 - Finalized network separator patch. +03-21-05 - Changed network separator to be customizable in p_global.h + Thank the .pl ircnet people to introduce ~ in nicknames :P + Also set default for DCCENABLE to 0 by public request. +02-22-05 - Fixed bug in p_sysmsg.c that caused an error with + gcc 3.4, because sysparty() was used before being + declared. Fix provided by ksa (and got rid of DOS + linebreaks) +02-02-05 - Added QUIT logging support found and patched by mmalik +02-01-05 - Fixed compilation error in convconf.c with gcc 3.4.x +06-24-04 - A bug was found while terminating an ssl + connection from explicitly disallowed ips + could lead to a denial of service + found by b-l-u-b +09-26-03 - segfaulted, when the user got kicked (only in 2.3.2-3) + found by ICU +09-20-03 - multiple language file access bugs fixed + found by warlord +09-20-03 - menuconfig did react on space by redrawing the screen + this could lead to 99% processor usage on differently + bandwithed client->server connections due to a massive + amount of data to be sent. linuxconf got this bug as well. + found by FireCode +07-26-03 - some clients need a nickchange, if psybnc cant regain + a nick on reconnect. version 2.3.2 will always show + an extra nickchange on reconnet, when the nick + from servermsg 001 doesnt fit the last used + bouncer nick. + found by ZZyZZ +07-25-03 - logging off from a multiconnection always logged the last ip + from where the client logged in last, even if an older client + quitted. + found by Jens +07-25-03 - connection delay raised to 5 seconds + needed to let oidentd time to answer correctly + found by real-riot +07-25-03 - autoop refused to work after some time, so did banning and kicking. + after 10 kicks/ops/bans, psyBNC refused to autoop/kick/ban before the next + serverping. + found by many users +07-24-03 - trafficlogging and ignores got loaded to same lists, + could result in a segfault + found by ZZyZZ +07-24-03 - segfaulted in killoldlistener, when PSYBNC.SYSTEM.HOSTn was set to '*' + system dependent, also dependent, if IPV6 was enabled. + found by many (about 20 mails *g*) +07-23-03 - scripting on networks didnt work + be sure to incorporate tokens, if you are using channels in your scripts. + /SRELOAD also reloads the script for the network now + found by Jens +07-22-03 - removed spamfilter for urls, users should use /addignore with contents they want to ignore + suggested by ZZyZZ +07-10-03 - logging on networks was buggy + no token got added on trafficlogging + found by me +07-06-03 - when switchnet was used, the kick message for the network + to be made main was wrong + found by leeps +07-05-03 - output to the traffic log didnt get flushed at write. + found by ten9 +07-01-03 - activated server events in scripting did not output coming up mode + changes/joins anymore + found by tuvok and [dave] +06-22-03 - DCC Bug on file receive - receive of data stopped at 40k. + found by scr00ge +06-10-03 - substring match of scripting contents as like *blah* did not get + triggered, when it was at end or at start of a matching text + e.g. "bleh blah bleh" works, "bleh blah" doesnt, so doesnt "blah bleh") + found by [nop] +05-10-03 - if a client got kicked, the kicking client got logged twice, + and no reason got logged + found by Mob +04-28-03 - fixed a bug in setting environment variables for a + server event + found by [dave] +04-14-03 - fixed a bug in /unadmin and /admin + found by d.manglani + +Version 2.3.1: +---------------------------------------------------------------------- +08-14-02 - linking to dynamic ip dialup hosts caused + sockets to stay open until the os detects the + inavailability of the interface. + found by fighter +07-24-02 - on a big sized conf-file psybnc could eat up to + 95% of cpu-usage. + found by starlein +07-16-02 - on startup, processor usage could become too heavy + found by nomercy +07-15-02 - changed comparison of nicks to incasesensitive + comparison. had the disadvantage, that a log + entry wasnt made, if the wrong cased nick was + adressed. + found by different users +07-12-02 - on a link connecting and a user disconnecting + at the same moment a null pointer bug occured + in p_intnet.c + found by inFECT + - login penalty kept functional, even if the + password was changed. if the password gets + changed, the penalty gets reset with this version. + found by inFECT +07-08-02 - encryption with actions did not work. + found by different users + - link relay did not work. The link host was given + instead of the irc server, also the connect was + done to an empty hostname. + found by PartyAnml +06-16-02 - in case of no activated ssl-support a dcc send or + a dcc file receive did not work, because the nick + wasnt set correctly. + found by ocr|bj +06-08-02 - fixed a bug in parsing networks from + client input. The nick-command could + carry a network in the content of the + message. + found by arakis + +Version 2.3.1-8: +---------------------------------------------------------------------- +06-02-02 - fixed a bug in networking, giving channelmodes + no parameters, if in first two segments of + CHANMODES reply. + found by me + - added a kind of opserv to intnet + if a user had op on an intnet channel, + and the channel is not cleared completely, + he will get op back on reconnect/rejoin. + deop and kick remove the autoflag. + found usefull by me +06-01-02 - fixed a bug in handling who in networks. + channelresponses did not get prefixed. + found by BSB + - added ison and userhost on networks and intnet + found usefull by me +05-31-02 - fixed a bug while first connect. motd got displayed, + and a bad nick was given on connect during the first + server connect. + found by arakis + + +Version 2.3.1-7: +---------------------------------------------------------------------- +05-26-02 - fixed a bug in CHANMODE-handling of servermsg 005 + using wrong parameter-entries. + thanks to perry + - own multiclient-messages on networks + where not prefixed. + found by dominance + - channel-topic maximal length set to + 600 + suggested by dominance + - listener on S=* did not work. + found by dominance and others + - fixed a bug in 005-Prefix-handling. + saved channels on rejoin did not get + the active users Prefix-modes, but the + standard @+ modes. Result: wrong mode-handling. + found by scr00ge + - stripping off space delimited PSYBNC.SYSTEM.ME-entries. + led to funny bugs, if the name consisted spaces. + found by cynapses + - changed the first msg asking the password back to a + notice. + suggested by different users. + +Version 2.3.1-6: +---------------------------------------------------------------------- +05-16-02 - added multiclient-support. You can use as many clients + as you wish to login into psybnc, older connections wont + get overridden by a new inbound connection. you can + disable this by using + #define NOMULTICLIENT + in the config.h - file before compilation. + suggested by Snq and Getty + - moved ncurses back to 'make menuconfig'. If you are + using the old curses-library, try make menuconfig-curses. + not compatible to old curses-implementations. + - Readded systemmessages for networks. The bouncer did not + give any systemnotice to the user about network-connects + and disconnects. + - Moved all system-notices to Messages from the nick -psyBNC. + Also enabled to let the user directly send messages to + -psyBNC, which would be handled as like commands. + This is a kind of "psyBNC-Console". + found usefull by me + - ADDDCC without SSL support did not work. A cryptic error + was given when a user tried to connect using ADDDCC. + Found by Jens and others + - Added oidentd2-Support + thanks to Andi + - When a ssl-Connect was not successfull, a listener- + socket got closed. This resulted in an infinite Loop + found by warlock + - Added italian language to the lng-files. + Thanks to 'Ard\ZzZz + - Added asynchroneous resolving. + Currently this is disabled on default, because the + implementation is experimental. + Idea by Aaron-[FGW] + - Removed random nicks, if nick isnt available. + The nick will be finished by a number, if the nick + isnt available, e. g. psychoid would become _psychoid, if + that nick would not be available as well, psychoi22. + Requested by fighter, inFECT and p. + - Added additional stoned check every 120 seconds for 240 seconds + possible delay of server response. The delay to check a stoned + server can be defined by + #define STONECHECKDELAY nn + e.g. + #define STONECHECKDELAY 300 + and the waiting delay for an answer from the server before + disconnect can be set by using + #define STONETIME nn + e.g. + #define STONETIME 240 + Requested by fighter and inFECT + - Improved Nick regain. Tries to regain nick all 10 seconds. + Requested by fighter and inFECT + - Added login penalty. If 3 tries of login are answered with + a false password, futher logins in a time of 10 minutes + plus random seconds (max. 50) dont succeed. This is thought to + disallow bruteforce-cracking of psybnc-Passwords from known + logins. + Suggested by different users + - fixed a segfault in menuconfig + found by Andi + - fixed dcc-handling without using the own VHOST for connects + found by sebi + - removed the reference to gettxt(), it had collisions with + solaris 5.8 using a standard-gettxt() implementation. + found by Cajoline + - changed VHOST to BVHOST. This was needed, because some + ircds offer an inbuild VHOST-Command. + suggested by different users. + - changed BVHOST to be usable by admins for other users. + just use BVHOST username :host if you are an admin. + suggested by different users. + - added network-deletion on userdeletion. + found by me + - added own messages to appear on + the other own clients, if multiclients + are connected + requested by Snq + - added prefix (servermsg. 005) handling. + suggested by yath (sorry, no Prefixnames needed) + - passwordchanges only changed the password for the + main network + found by getty + - askop/autoop also where triggered, when the user + had no op. + found by ZZyZZ and denniz + - fixed a segfault in user deletion + found by Polobeer + - fixed a bug in curses menuconf. Double usage + of variable and call in menubox.c, and a + reference to ncurses.h in dialog.h + found by Snq + - removed static compilation. Possibly its more safe + on ptrace sniffing to compile a static binary, but on + the other hand a static binary consumes too many resources + and is problematic to compile on different os/archs, and + it also wont compile with shared ssl-libraries. + found usefull by me + +Version 2.3: + +date boog/enhancement +---------------------------------------------------------------------- +01-22-02 - Bug in Channel-Encryption solved by appending a + key checksum inside of the encrypted text. + e.g [B]text text text <1522>. + If checksum doesnt match the known value, + you can be pretty sure the given text is spoofed. + found by Brian Rhea +09-27-01 - crypted keys for channels + suggested by warlock + +Version 2.3BETA: + +date boog/enhancement +---------------------------------------------------------------------- +09-15-01 - fixed USER.LOG-Entries in the language-Files + found by tric +09-09-01 - Removed a crash on a missing motd/ - directory +09-09-01 - Moved the user-logs to log/ +09-09-01 - Replacement of '%' to the cyrillic 'ja' (255) + to character 127. + found by Litil Divil +09-09-01 - Changed ncurses to curses. + Also an issue for OpenBSD and other os + found by Szymon Czyz +09-09-01 - Fixed a bug on compilation on OpenBSD + occured due to problems in stdargs + found by Real-Riot + +date boog/enhancement +---------------------------------------------------------------------- +07-25-01 - Bugfix in dcc-Chats, psyBNC crashed when + trying to establish a dccchat. + found by coke +07-25-01 - Added SSLPATH to the config.h + and "SSL-Path" and "SSL-SecLevel" to + menuconfig + suggested by tric +07-25-01 - Fixed a segfault in menuconf when + adding Users. + found by acidangel +07-25-01 - Fixed a bug in SSL-Constants, which only + got declared, when Scripting was enabled. + psyBNC could not be compiled, when scripting + was disabled. + found by warlock +07-17-01 - Bugfix in Translation, altavista once + again changed their output format. + Also added korean, japanese, spanish + and russian to the translateable languages. + found by different users +07-13-01 - Added /ADDIGNORE,/LISTIGNORE, /DELIGNORE + to allow psyBNC to ignore special contents + and/or Users. + suggested by warlock +07-13-01 - Added language Files + English or German can be choosen online + by setting /SETLANG german or /SETLANG english. + The language files are put into the + directory lang/. + If you want to translate psybnc to other + languages, please send the results to be + included into psybnc to psychoid@lam3rz.de + Also, new files in the subdir /help have to + be added. + menuconf, README, CHANGES, SCRIPTING and COPYING are only + available in english. + found usefull by me +05-27-01 - added SSL-Support. This needs openssl locally installed. + Added cert/public key check as well. + Get openssl at www.openssl.org. + psyBNC also allows to listen on encrypted ports. + Links between psyBNC can be setup to be encrypted + on ssl. + For clients you can use 'stunnel' to your + bouncer with version 2.3. + get stunnel at www.stunnel.org. + suggested by different users. +05-27-01 - Removed the old psyPipe-stylish Link-Encryption. + That has to be done using SSL Listeners. + consequence from adding SSL +05-13-01 - Moved accepting/Connecting fully to p_socket.c + found usefull by me + + +Version 2.2.2: + +date boog/enhancement +---------------------------------------------------------------------- +04-14-01 - removed a bug in tokening networks + found by {alex} + - removed all // - comments for old gcc-compilers + suggested by dor + - added checking for sys/time.h and time.h. did not + compile on newer glibc-hosts. + found by different users. + +Version 2.2.2BETA: + +date boog/enhancement +---------------------------------------------------------------------- +03-24-01 - removed internal references to (v)snprintf,and referenced + it to ap_(v)snprintf in all cases. removed parameters %p + and %n from the list of usable formats. + enhances security a bit. + - usage of getipnodebyname instead of gethostbyname2 in the + case of SunOS-IPV6-Extensions + suggested by eldoc + patch by duckel + - removed a sigsegv in resolve (null-pointer) + - added command AUTOGETDCC + only use this command if you are sure that you would + like psybnc to get all files sent. + suggested by steve_ (with default setting to OFF) + - removed the annoying ACOLLIDE-Feature + suggested by those, who where annoyed by nick-changes + - fixed a bug in network-modes, where the network-name + was put at the end of a mode-line + found by real-riot + - fixed a bug in writing the pid-file, changed from + ending \r\n to \n. + suggested by different users + - set AUTOREJOIN by default to 0 (=off) + if the bouncer should rejoin channels on kick/kill, + set this to 1. (/AUTOREJOIN 1) + suggested by those, who where annoyed by rejoining clients. + - fixed some bugs in menuconfig + found by different users + - removed some bugs in the english-phrases (confifuration, + too much input..) + suggested by dor + +Version 2.2.1: + +date boog/enhancement +---------------------------------------------------------------------- +10-28-00 - removed MIBs snprintf and replaced + it to apaches snprintf. + should compile on Digital Unix/solaris older as well now + suggested by illusi0n +10-27-00 - fixed the channelsaving, so that channels + would be saved on join + found by wudoo + - fixed DCC timout handling running into a null pointer + found by AndrewX + - fixed a bug in BHELP on aliases + found by AndrewX + - fixed a bug in trafficlogging + found by different users + +Version 2.2.1(beta): + +date boog/enhancement +---------------------------------------------------------------------- +10-21-00 - fixed compilation of convconf.c, which + wont compile on systems without snprintf + - added checking, if libbind is needed + found by bats + - added command AUTOREJOIN to disable + rejoining channels after being kicked + requested by different users + - dcc handling wrote chat and send requests + to networks to the main network + - found by CAJOLiNE +10-14-00 - fixed whois on network, added networktokens + found by arakis + - fixed invite on network, added networktoken + found by arakis + - fixed menuconfig-compile-bug + found by spy + - network-mode wasnt right parsed + found by arakis + - added DCCENABLE, to allow to set on the bouncer + to allow DCCs answered by the bouncer. Default + set to 1 (=enabled). + suggested by arakis + - added timeout period to wingate and socks-connect (3 seconds) + before sending USER and NICK. + suggested by arakis + - fixed some bugs in scripting + found by kode54 + - added IPs only to hostallows + suggested by zycx +10-02-00 - Added Pn Parameters to scripting, which divides + the ircinput to different Parameters + suggested by CAJOLiNE +10-02-00 - did not compile on solaris. Thanks to Phil Tyler + for support :) +10-02-00 - on *BSD, the DCCANSWER command did not work. + This happened because of a different handling + of numeric resolves under BSD. + found by CAJOLiNE +10-02-00 - If crypting was disabled, the bouncer could not + compile because of variables still needed but + not defined. + found by ZZyZZ +10-02-00 - If a link in intnet was removed, all clients + quitted because of a wrong disconnecting-order + in the removelink-handling. + found by me +10-02-00 - crash on bogus DCC SEND and DCC CHAT requests + this bug was already fixed in a "fast-patch", called + psyBNC2.2p1. + found by cras +10-02-00 - if userdir wasnt writeable, the bouncer crashed. + found by HERZ +10-02-00 - If linkage was turned off, the bouncer could not compile + because it missed the "cmdrelink"-routine. +10-02-00 - In scripting, the content mask-compare did not work. + found by AndrewB +10-02-00 - .ispoof was create rw User only, so a nobody-oidentd + could not read it. +10-02-00 - the leavequit-command triggered the antiidle-flag. +10-02-00 - cleaning up structure +10-02-00 - A bug in names and networks set the userflag + behind the network token. + found by jerky +10-02-00 - Server notices and messages dont get logged anymore + suggested by Tha-Mob + +Version 2.2: + +date boog/enhancement +---------------------------------------------------------------------- +08-13-00 - Changed the mode handling for scripting, so + every single mode will be handed over. + - Added timeouts to resolves +08-05-00 - Added SWITCHNET to switch from the main to another + network. + - Added LEAVEQUIT to leave all channels when signing off + - Added LEAVEMSG $QUIT, if set to $QUIT, the leavemsg will + be posted from the text to the quitmessage + - made a cronny script +07-20-00 - Added scripting (cgi-stylish) + See the readme and the litte example script + in scripts/example. + - Added DCC Chat & Files + Allows you to dcc chat directly from the + bouncer and to receive/send files from and + to the shell. + DCCCHATS are to be enabled with + #define DCCCHAT + and DCC File send/receive with + #define DCCFILES + - IPv6 Support + psyBNC allows from version 2.2 the support + of IPv6 in every mean. This includes listening + and connecting to IPv6 hosts. Also implemented + is DCC CHAT6 and DCC SEND6, but this is + still experimental, and only hell knows, if + it will be solved the way psybnc uses it. + - Support of oIdentd added + psyBNC allows the method of ident spoofing + oIdentd supports. + Use + #define OIDENTD + in the config.h File to enable it. + - Moved all single INI-Files to one config file + called psybnc.conf by default. + - Multiple Listeners + psyBNC can listen on as many ips and Ports + as which are defined in the psybnc.conf file. + This also allows to listen on an intranet ip + and not as it was in 2.1 only on ALL interfaces. + - Moved channels/names to internal + This allows names and channelspecific informations + much faster to be sent to the user, and will + not create traffic on the server when the user + rejoins psyBNC. + - Reorganized string routines, reorganized socket + string builds. + - Invented an internal ircd into psybnc, which + can be adressed by using int~ as token. + This will be shared thruout the linked + network of psybnc, and allows all modes + including kicks/bans/op/voice. + This was done to replace the old &partyline, + which still can be used by setting the + compiling option. + The internal network can be enabled by entering + #define INTNET + and the old partyline channel by + #define PARTYCHANNEL + to the config.h File. + - Flood protection + The serverside socket will wait for a server + reply before sending additional strings to + the server. This allows sending many lines + of text without getting flooded. The maximum + same total number of bytes is set to 700. + - Singleusermode / Multiusermode + If Multiusermode is disabled, the login has + not to fit to the added user, only the + password is being checked. Also, the user + may not add any other users than himself. + Multiusermode gets defined with + #define MULTIUSER + and singleusermode will be active, when + MULTIUSER is not defined. + - Anonymous Mode + This allows to open the proxy for anonymous + users, so every login would be successfull. + Will be enabled with #define ANONYMOUS. + - Dynamic Mode + This will kill the server connection after + a user signed off from the bouncer. + Will be enabled with #define DYNAMIC + - Provider Configuration + The shellprovider can define a global + psyBNC config.h by putting this into + /psybnc/config.h. On Compilation that + config will be used. + - Bugfixes in Networking + The user did not see modes or nickchanges + correctly on secondary networks. + - The possibility to switch networks off + by removing the NETWORK define from + the config.h, the user cannot create any + new Networks. + - Bugfixes in Parsing + Some Bugs in Parsing of IRC-Strings + could crash the bouncer. + This has been solved with 2.2. + - Wrote a menuconfiguration with GUI + for psyBNC. + Just use + make menuconfig + to start it. + - Deleted the os specific makefiles and + replaced them with a selfdetecting + configuration tool, which will sense + the abilities of the system. + +date boog/enhancement +---------------------------------------------------------------------- +(last changes for 2.1) +06-02-00 - Altavista decided to change their website at + babelfish.altavista.com, so i had to rebuild the + translation part. +04-19-00 - added password for servers + see the changed syntax in /quote bhelp addserver + requested by plato + - added allow to switch logging off + just add + #define NOLOG + into the config.h before compiling + requested by [DRACON] +01-17-00 - another Bug in p_idea.c fixed + found by XanTheR + - partyline channel joining fixed + found by bla + - erasemainlog crash fixed + found by plato + - added spamcheck / "you have notes waiting" filter + for private logging + i was annoyed by this :) + - whois bug fixed, if a whois on another nick was set + before reconnect, his channels were shown as to be on. + found by herz + - talk encryption also encrypted DCC requests and other + none-Message PRIVMSG transmissions. + 2.1.1 will handle this messages correctly. + Warning: The Change for ACTION is NOT downwards compatible. + found by ace24 + - a typo bug in ADDALLOW and DELALLOW to ADDALOW and DELALOW + reported by different Users + - relaying was disfunctional + found by mac + +Version 2.1: + +date boog/enhancement +---------------------------------------------------------------------- +12-25-99 - crashed, when two partys got an encrypted talk + established, and bogus data was sent using the + IDEA prefix ([I]). + found by gatecrash and by XanTheR + - removed SIGDIE-action + will now ignore any TERMINATE request. + - bug fixed in linkage, crashed on uplink loss + found by plato + - did not compile on sunos-sparc (no static compiling) + found by _enigma + +date boog/enhancement +---------------------------------------------------------------------- +11-29-99 - added connection and talk encryption + see the readme or /bhelp ENCRYPT for further infos. + requested by me + - redevelopment of the connection handling + this demon can really handle 500 connections w/o lag now :) + requested by me + - full channellogging + see /bhelp PLAYTRAFFICLOG for more infos. + requested by different users + - added a "last on" field to /bwho + requested by mac + - redevelopment of the help function and + creating help texts for any topic + requested by those who dont understand everything :) + - the partyline has been moved to a partychannel.. + but dont try to join it on irc, it's not really existent :) + the channel is &partyline by default, until you dont part it, + see p_global.h if you want to change it. still downwards + compatible. A user with old psybnc will still see $$ as + partyline, also in a new psybnc network. + you are automatically joined to it :) + mentioned by me, accepted by all tcl members :) + - sysmsg-command removed + well, just part the partyline channel if you are annoyed :) + consequence from doing a partychannel + - hostallows included + This allows you to set hosts which may connect the bouncer. + see /bhelp ADDALLOW or /bhelp DELALLOW. + requested by me. + - translator included + This allows you to translate queries in italian, german, + french or portugese to english and vice versa. + see /bhelp TRANSLATE for further infos. + - setaway splitted into /setaway, /setawaynick and + /setleavemsg. + requested by bla. + - changed the makefiles. + please read the readme file. + - added channel key support. + you can set a key for channel joins. + requested by XanTheR + - added autoop features + allows you to set users and their hostmasks to autoop. + be sure not to use this feature extensivly. Autoop is + extremeley insecure. + requested by keule and others. + - added external proxy support. + For Usage of sock4, WinGates and Webproxys which allow + the CONNECT request. + requested by different Users. + - made the 5000 lines of code modular. + it was really time to do that. + requested by wudoo (i hope you get it now *g*). + +Version 2.0.2: + +date boog/enhancement +---------------------------------------------------------------------- +08-16-99 - eggies newer than 1.3.2x needed to wait for input done + before sending the user/password + found by nomercy + - allows you to switch off systemmessages in the + partyline using /SYSMSG 0 and to turn it off + using /SYSMSG 1 + requested by multiple users + - BitchX needs names messages after JOIN message of each + channel. The bouncer will now send a fake answer and + then send the real answer on names gotten from the server + it should work now. + requested by multiple users + - Some clients (as like mIRC) retreive the local IP + from the 001 Message the server responds. + This is fixed, the motd will contain the users real + ip now. + found by multiple users. + - When reconecting to the bounce, it randomly reasked + for op sometimes. + found by gatecrash + +Version 2.0.1: + +date boog/enhancement +---------------------------------------------------------------------- +07-29-99 - dead connections solved, when a client machine + got offline without the bouncer noticing it + found by gatecrash + - on third /adddcc the bouncer got to a endless loop + found by coke + +Version 2.0: + +date boog/enhancement +---------------------------------------------------------------------- +07-18-99 - when /relaylink was set to 0, the message + from the bouncer answered with "relay enabled", and + on setting to 1, with disabled. Just a wrong message *g* + found by coke. +07-17-99 - usernames with 0-length did not appear + on the BWHO list. + found by me + - added SETUSERNAME to set the username + to a user defined string + requested by denniz + - changed the email of the systemmessages. + requested by myself + - automatically setting MODE +i-s nick on connect + to prevent the filling of the logs with spam + requested by myself +07-09-99 - fixed a bug which occurs on removing + a nonexistent dcc session, which resulted + in a deadlock and processor usage of up to + 90 %. heavy one :) + found by birdy +07-07-99 - fixed IAM broadcasting in bouncer linkage + found by me + - fixed linksaving only saving 4 digits ports + found by dracon + - fixed message multiposting on multiple clients + found by plato + - fixed wrong nick adressing + found by me + - fixed posting the partylines query + to the current users partyline nick + found by me +06-29-99 - Crypting of Passwords + requested by SpWn + - variable Memory - Management + this improves the Performance on < 586 Processors. + also the memory used is drastically reduced. + requested by gatecrash and others + - Multinetworking + requested by myself + idea by scut + - Linking of Bouncers + requested by myself + - No Nick Change on Nick Loss + found by Coke + - fixing the Setaway-Query + found by SpWn + - Bot-DCC + requested by myself + +Version 1.2: + +date boog/enhancement +---------------------------------------------------------------------- +06-19-99 - The Nick was changed until regained + This Function was thought as anticollide due + to the fact a nick is only lost in being a + collide victim. Changed this to an option. + Just use /quote acollide 0|1 to remove or + set Nick cycling after loss. + found by plato. + - The Partyline query to $NICK was lost + when the ircnick was changed compared + to the login. This is fixed. + found by plato and hotacid. + - AskOp could flood the bouncer, when too + much bots where added. This version always + only asks one bot/bounce for op for every channel. + found by dracon and julze. + - changed the command /quote ADMIN to /quote MADMIN + /admin is a standard irc command and therefore + conflicts with the bounce command. + found by myself. + - changed server-Ping-reply to asked content + Thats needed on spoof-checking irc-servers. + found by myself. + +Version 1.1: + +date boog/enhancement +---------------------------------------------------------------------- +06-01-99 - finally created a makefile *g* +05-31-99 - maximum Users fixed.. some maxuser entrys still + where constant :) + found by myself +05-25-99 - fixed a bug in connecting from blocking sockets + bugged transmission of data + (some windoze sockets are blocking only) + found by myself +05-24-99 - fixed a timeout bug in readsock(), which could lead + to denial of service to the proxy - heavy one :) + found by myself +05-23-99 - fixed PASSWORD bug on displaying the currentusers pass + found by plato + - added unset of away when reconnecting to the bouncer + using setaway + requested by dracon +05-21-99 - fixed timeouts on connects + found by xanther + - fixed a bug in deleting first added server, + resulting in error message "no server added" + found by dracon + - fixed bjump, did not save actual channel stats + found by sister_j + - changed /password to let admins set passwords + of users + requested by dracon + - added /setaway to set a leaving message that will be + posted to the channels and set as away text when leaving + the bouncer. + based on a request by plato. + - added nonblocking to build connections + - added channel flags to all maskcommands + - added a setaway function + +Version 1.0: + +date boog/enhancement +---------------------------------------------------------------------- + +05-12-99 - fixed antiidle, rejoining and reasking for op + on join + - replaced autopong to a server ping for normal + timing + - added ./make.sunos, i hope it works :) + +------------------------------------------------------------------------ +\x68\x48\x69\x2e\x0a\x89\xe1\x31\xc0\x31\xdb\xb0\x04\x89\xc2\xcd\x80\xb0\x01\xeb\xfa blob - /dev/null blob + a43ea2126fb6b114bff5f8e003ee118e045dacf1 (mode 644) --- /dev/null +++ COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 675 Mass Ave, Cambridge, MA 02139, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. blob - /dev/null blob + 9466b29cfa33c37383eed3749bc6e469e9b3c8a2 (mode 644) --- /dev/null +++ FAQ @@ -0,0 +1,71 @@ +Frequently Asked Questions - up to version 2.3.2 +-------------------------- + +Q: I tried to add a User for getting Op from psybnc with /ADDOP. + He tried /msg bouncer op password, but it did not work ! What is + wrong ? +A: A question to psyBNC for op has always to include the channel. + So if a user asks for op, he has to do: + /msg bouncer op password #channel + to get op. + +Q: I added a friend to my bouncer but he can't connect. The bouncer says + "WRONG PASSWORD" although i did check the password and it's correct ! +A: Bouncer login is completed from two parts. One is LOGIN NAME other is PASSWORD. + If you do a /ADDUSER, then the first parameter of ADDUSER isn't the nick, but + the ident field. + Both must be correct in order to succesfully LOG-IN ! In mIRC you must set the + IDENT to the name that you are added in bouncer. But be carefull ! Sometimes in + IRC the ident doesn't work right. So you must also set E-MAIL ADDRESS to that + name ! + +Q: I use bouncer but i can't DCC CHAT or SEND. What is wrong ? +A: In mIRC you should change the settings under LOCAL INFO -> LOOKUP METHOD to NORMAL. + You should also make sure that you have ON CONNECT ALWAYS GET: Local host & IP + checked ! + +Q: I connected my bouncer to BounceNet. But then i had to reinstall it. Now it won't + connect again even if i added the /LINKTO correctly. +A: The link must be added again on BOTH sides. Bouncer uses a verification which was + deleted when you reinstalled bouncer. Just make sure the ADMIN on the other side + adds your bouncer again. + +Q: I have added a BOT DCC to my bouncer. It worked great. Now it's gone. What sould i + do ? +A: Problems like this or simmilar always use REHASH. Warning ! This will close your + connection ! + +Q: My bouncer is active but not on the IRC NETWORK. When i do /bconnect it says: + You are not marked as quitted. + What to do ? +A: Check the server that you have added. Check that the IRC server in ServerList + allows connection from that host. If both is verified then the reason is possibly + this. Your bouncer got disconnected from IRC by some error. Use /BQUIT to mark + it as quitted then use /BCONNECT again + +Q: I set bouncer so that it asks OP from a bot. I am added in bot and i checked my + password. But nothing happens. What is wrong ? +A: Usually eggdrops have a general command used to gain OPs . It's + /MSG BotName OP password. In your case the bot might have different command to + ask OPs from. Bouncer can only ask OPs the normal way. + +Q: I would like to suggest a Bugfix/Change to psybnc. Whom should i ask ? +A: Please see www.psybnc.at for contact information. + +Q: I want psyBNC to keep my Nick ! Why doesnt it do ? +A: psyBNC tries to keep the nick you last set using your client. So if you login + using the nick 'user', it would try to regain the nick 'user' all 10 seconds. + +Q: I want to have an autovoice/autonotice/automessage command in psyBNC + Will you build it in ? +A: Please try to use scripting for your special purposes (e.g. msging + a channel- or nickserv on networks with services) + Autovoice will be solved for Version 2.4, when autoop will be + changed to automode. + +Q: I found psyBNC on a hacked Host ! Why do you code such an evil tool + which is being used on hacked Hosts ? +A: psyBNC is used legally by the majority of its users on their own hosts or + shells. psyBNC and its author is not responsible for an intrusion, its just + a tool someone used unauthorized on your host. Dont mix up a used tool + with an incident. blob - /dev/null blob + bc6644463bed2b2802d41d213ac83466a16a9001 (mode 644) --- /dev/null +++ Makefile @@ -0,0 +1,78 @@ +CC = gcc +LD = gcc +CFLAGS = -Wall -ggdb + +all: $(OBJS) + @echo Initializing bouncer compilation + @echo [*] Running Conversion Tool for older psyBNC Data. + @$(CC) tools/convconf.c -o tools/convconf + @tools/convconf + @echo [*] Running Autoconfig. + @$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\" + @tools/autoconf + @echo [*] Compiling MakeSalt for Encryption.. + @$(CC) -I. -o makesalt tools/makesalt.c + @./makesalt + @echo [*] Compiling Bouncer.. + @make -f makefile.out + @ls -al psybnc + @echo done. + +autoconf: + @echo [*] Running Autoconfig. + @rm -f tools/autoconf + @$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\" + @tools/autoconf + +menuconfig: + @echo Initializing Menu-Configuration + @echo [*] Running Conversion Tool for older psyBNC Data. + @$(CC) tools/convconf.c -o tools/convconf + @tools/convconf + @echo [*] Running Autoconfig. + @$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\" + @tools/autoconf + @echo [*] Creating Menu, please wait. + @echo This needs the 'ncurses' library. If it is not available, menuconf wont work. If you are using 'curses', use make menuconfig-curses instead. + @$(CC) menuconf/menuconf.c menuconf/inputbox.c menuconf/util.c menuconf/checklist.c menuconf/menubox.c menuconf/textbox.c src/snprintf.c $(CFLAGS) -I. -lncurses -lm -o menuconf/menuconf +# 2>/dev/null + @menuconf/menuconf + @clear + @echo Now compile psyBNC using make, if not yet compiled, or if Options were changed. + @echo done. + +menuconfig-curses: + @echo Initializing Menu-Configuration using Curses + @echo [*] Running Conversion Tool for older psyBNC Data. + @$(CC) tools/convconf.c -o tools/convconf + @tools/convconf + @echo [*] Running Autoconfig. + @$(CC) -I. tools/autoconf.c -o tools/autoconf -DCC=\"$(CC)\" + @tools/autoconf + @echo [*] Creating Menu, please wait. + @echo This needs the 'curses' library. If it is not available, menuconf wont work. + @$(CC) menuconf/menuconf.c menuconf/inputbox.c menuconf/util.c menuconf/checklist.c menuconf/menubox.c menuconf/textbox.c src/snprintf.c -DNONCURSES -I. -lcurses -lm -o menuconf/menuconf 2>/dev/null + @menuconf/menuconf + @clear + @echo Now compile psyBNC using make, if not yet compiled, or if Options were changed. + @echo done. + +c-ares: src/c-ares/.libs/libcares.a c-ares-done + +src/c-ares/.libs/libcares.a: + @echo Configuring and building c-ares, this can take a while.. + cd src/c-ares && make clean; ./configure --disable-shared --enable-static && make + @echo + +c-ares-done: + @echo The c-ares library has been built successfully. You can now compile psyBNC. + +dist: + cd ..; tar -cvf psyBNC2.4.tar psybnc; gzip -c psyBNC2.4.tar > psyBNC2.4.tar.gz; rm psyBNC2.4.tar + +clean: + @echo Cleaning. + rm -rf src/*.o + rm -f psybnc menuconf/menuconf tools/autoconf tools/makesalt tools/sys tools/convconf + rm -f tools/chkbind tools/chkdns tools/chkenv tools/chkipv6 tools/chkmysql tools/chkresolv + rm -f tools/chksock tools/chkssl tools/chkmysql tools/chktime tools/chkdns blob - /dev/null blob + 734c44b2edc607d35ba27480fb68b9c39eea212c (mode 644) --- /dev/null +++ README @@ -0,0 +1,877 @@ +psyBNC 2.4 +------------ + +This program is useful for people who cannot be on irc all the time. Its used to +keep a connection to irc and your irc client connected, or also allows to act as +a normal bouncer by disconnecting from the irc server when the client disconnects. + +Being installed on a shell with a permanently connected machine you stay connected +as long you want or until the program crashes *g*. + +Due to the fact this programm allows multiple Users at the same time (just change +MAXUSER in the config.h file to get less or more possible Users) you can also trade +kinds of connections with other people running only one backgroundtask at all. +Thats very interesting by using shells which prohibit more than one backgroundtask. + +Remember, sometimes admins also care about traffic, traffic by one client connected +to irc is approx. 170 MBytes of traffic per month. + +If you would have 10 clients connected and it gets 1.7GB of traffic it also may +become serious to your shell :) + +psyBNC2.0 has been completely rewritten in memory Management. Until Version 1.2 +the user structures had been held constant available. From Version 2.0 +every structure will be created on demand. Also files will be only read once +to improve performance. + +psyBNC2.1 has been completely rewritten in socket management. Up to Version 2.0.2 +every socket was single selected for socket action. From 2.1 on, a select appears +once, then all sockets will be processed. This enhances performance on a big +amount of connections rapidly and lets them being processed without any lag. +Also, psyBNC2.1 has been structurized. psyBNC1.0 was meant as pipe only, and +it grew in the meantime. + +psyBNC2.2 has been completely rewritten in string and configuration files handling. +From 2.2, psybnc only uses one config file at all, which even can be given at the +first argument at start of psybnc. Also channel handling was rewritten for 2.2, +every names-list and hostlist of users and channels will be kept in psybnc-memory, +so that a connect would return all channelmodes and users as fast as possible +without creating traffic to the server. + +psyBNC2.3 has not been completely rewritten. But ssl was added, and all strings where +moved to Parameter-Files to allow different languages. Also, a nice SCRIPTING manual +was added. And some bugs fixed. + +psyBNC2.4 has been rewritten in DNS and ipv4/ipv6 handling. From this version psyBNC +depends on the DNS library called c-ares. If it is not available system-wide, it can +easily be compiled with make c-ares. Other bugs have been fixed as well including +the well-known "freeze-bug". + +The OVERVIEW: +------------- + +a.) Compiling +b.) setting up + +What is psyBNC capable of ? + +1.) It stays connected when you disconnect +a.) The DYNAMIC flag disables this +2.) It allows Full Online Administration, the only thing you will have + to set up before starting is your port where the demon should + listen (standard is set to 31337. arent we cool ?). + Also, psyBNC 2.2 and up offers a GUI-Interface for setting up the + major settings for psyBNC. just insert + + make menuconfig + + at your shell prompt. Be sure your terminal program allows + the handling of curses and the shell host has curses installed. + +3.) It allows VHOSTS. It also allows the usage of VHOSTS on linked + bouncers, if the admin declared the link to your bouncer as + relaylink. +4.) It allows you to set bans on the client +5.) It allows you to set Users who could get op from psyBNC matched + by password and hostname. +6.) It allows you to set Hosts and Passwords to clients, where psyBNC + could get ops from, if it once get disconnected or you + just want to automize that process even when you are connected. + Also, it allows the automatic connection build to eggdrop and + getting ops from those (see bot-dcc). +7.) Its absolutely floodproof due to the fact it has no responses at + all. From 2.2, it got a reliable flood protection, so you + even could post full articles to channels without getting + flooded. +8.) Its hack proof (as far as i can say *g*) + It has no backdoors. +9.) It allows a partyline on psyBNC (a channel named &partyline) + or querying specified Users on psyBNC (prefixed User-Login with $), + also on linked bouncers. + From 2.2 it allows a internal IRCD mode, where psybnc emulates + a shared full compatible IRCD using the network token "int". + All Channels and users will be shared over linked bouncers, also + modes and kicks are possible, you can get op on channels and give + this to others also. +10.)It supports full logging of Messages and traffic (channel traffic + included into Version 2.1). From 2.2 it stores those logs in + a different directory. +11.)It supports linking to other psyBNCs. This allows a shared partyline + of those, who are using psyBNC and from 2.2 a shared irc network + on psyBNC itself, the so called IntNet, which will be adressed + using the token int~ (e. g. /join int~#mychannel). +12.)It allows multiple connections of one Client to different irc-servers + and networks. So you just can be connected to ircnet and efnet with + only one client programm running on your home box. +13.)It has inbuild password-encryption. Changed to blowfish on version 2.1. +14.)It allows the automatic linkage of a user to eggdrop bots using + a dcc session. + The traffic to/from the bot will be managed by querying to the + added botname with a leading ')'. +15.)It has connection and talk encryption. + + After the keys where set, a block encrypted bouncer connection is build. + Symetric encryption is done using the blowfish and IDEA algorithm. + Talk encryption is only done by blockciphers, you have to set your + encryption password local, also your partner(s) on irc who want + to talk encrypted. Keys have to match for right decryption. You can + set different keys also to users or channels. + + Connection Encryption in psyBNC2.3 was moved to SSL. If you want + to encrypt your Bouncerlinks or your Connections from Users, you + would have to install the OpenSSL package available on www.openssl.org. + If a Client wants to install to an SSL-Listener, he would have to + setup stunnel on his home machine. + +16.)It has a translation module. + Did you ever want to talk to someone from italy without using + a dictionary ? Well, psybnc has (from Version 2.1) a translator + for talk inbuild. Currently supported are: + + - english to italian + - english to german + - english to portugese + - english to french + - french to english + - german to english + - portugese to english + - french to english + + You just need to set a language to a channel or person, then you will + receive messages both in the native language and in the language you + selected to translate to. Same vice versa, the text you send to him + will be translated to his native language (and also shown to you how + it was translated). + Keep in mind: You need to talk CLEAR to get it translated. + Example: + + Hello i am happy to meet you + + would have a nice chance to get translated. + + Yo Ey eye em h4pee tew m33t yaw + + wont have any chance. + + How does it work ? Well, simple. It simulates a browser request to + http://babelfish.altavista.com. And then processes the result. :) + See p_translate.c for more details :) + + (Someone got a polish or slovenian dictonary ? *g*) + +17.)psyBNC2.2 is modular. If you want to disable modules, just edit the + config.h to disable features as like CRYPT, TRANSLATE or PARTYCHANNEL. +18.)psyBNC allows Hostrestrictions + A file named psbnc.hosts keeps all Hosts which may connect to your + bouncer. Remember, that also linkhosts need to be added. + Moved to the psybnc.conf file in version 2.2. +19. psyBNC has IPv6 support, and will be automatically incompiled, + if the automatic detection on start senses an existing IPv6 API. +20. psyBNC allows Scripting, you can setup a general Script for all + users or a script for every single User in the scripts directory + of psyBNC2.2. +21. psyBNC allows the usage of DCC Chat and file sending/receiving + from and to psyBNC. +22. psyBNC supports oidentd, an ident demon, which allows to + change the given back ident to the server by feeding a file + named ".ispoof" in your home directory, so every of your + users will get their logins as ident. +23. psyBNC2.2 allows a "providerconfiguration", where the admin + can define the maximum functionality of psybnc. Just move + a config.h file to /psybnc/config.h (from root of your machine) + and make it readable for all users. +24. psyBNC2.3 offers SSL-Encryption to servers, which support it, + and for Users, which are able to use stunnel or other clients + to connect to psyBNC. +25. psyBNC2.3 is multi lingual. On default, english and german + are supported. + +c.) Contact me for suggestions +d.) Credits + +(a) Ths Program was only tested on Linux, freebsd and SunOs (5.6), also + solaris 7 and 8. + I only support usage of this code on linux, but maybe with enough + feedback for other platforms. + Unpack it with tar -xzvf psyBNC2.3.1.tar.gz + + Edit the config.h File to fit your needs of functionality or + do + + make menuconfig + + then just enter + + make + + to start the compilation. psybnc should find out itself, which + environment is currently in use and compile to this. + + If you want to delete compiled objects and the compiled binary, + do + make clean + +(b) The only thing it needs is psybnc.conf in its application Directory. + psyBNC2.2 has a default conf-file included, which will + let psybnc listen on port 31337 on all IPs of your machine. + From 2.2, you can add as many listeners as you like, on IPv4 or + on IPv6 if supported by your machine. + + For every listener, enter the following: + + PSYBNC.SYSTEM.HOSTnn=ip + PSYBNC.SYSTEM.PORTnn=port + + for example: + + PSYBNC.SYSTEM.HOST1=192.168.12.2 + PSYBNC.SYSTEM.PORT1=23989 + PSYBNC.SYSTEM.HOST2=192.168.12.1 + PSYBNC.SYSTEM.PORT2=12000 + + for IPv6 just use an IPv6 ip in the HOST parameter to create + the listener on that ip. + + If you want to start setup an SSL-Listening-Connection, just + put a S= in front of the host, for example: + + PSYBNC.SYSTEM.HOST1=S=192.168.12.2 + PSYBNC.SYSTEM.PORT1=23989 + + This would create a SSL-encrypted Listening socket. + + Also you should add the name of psyBNC, if you plan to + link it to other bouncers. + + PSYBNC.SYSTEM.ME=name + + for example: + + PSYBNC.SYSTEM.ME=mybouncer + +(1) Once you added a server to connect to, psyBNC will try to stay connected + until your server goes down or psyBNC shell server has problems. By + defining DYNAMIC into the config.h file, psyBNC would disconnect + at leaving. + +(2) Commands for Online Administration are: + /BHELP -> The command overview + /BWHO -> lists all current Users of psyBNC + */ADDUSER login :realname -> adds a new User + */DELUSER login -> deletes the specified User + */BKILL login -> Kills a user on psyBNC (does not delete) + /PASSWORD [network~]newpass -> changes your current Password + /JUMP [network~] -> Jumps to next Server in List + /ADDSERVER [network~] [S=]irc.serv.er :port + -> Adds a new IRC Server to your IRC-Server List + if S= is supported in front of the hostname, + the connection is being build as SSL- + Connection. + /DELSERVER [network~] # (Number) + -> Removes the corresponding Server Number in + /LISTSERVERS [network~] -> Lists all Servers you added + /ADDIGNORE [network~] content :hostmask + -> Adds a new Ignore to your Ignore List + /DELIGNORE [network~] # (Number) + -> Removes the corresponding Ignore Number in + /LISTIGNORES [network~] -> Lists all Ignores you added + */BREHASH -> rehashes the proxy. Kills all connections. + */MADMIN -> Declares a user as admin + */UNADMIN -> takes Admin rights from User + /BQUIT [network~] -> Quits the client from IRC, stays disconnected until + /BCONNECT [network~] -> removes Quit and tries to reconnect + /SETAWAY [network~]text -> sets away text (if whoised, shows the text) + /SETAWAY [network~] -> disables away text + /SETAWAYNICK [network~]nick -> sets away nick. Is changed to, when you leave + /SETAWAYNICK [network~] -> disables nickchange on leave + /SETLEAVEMSG [network~]text -> sets leave message. It will be posten when you leave. + If set to $QUIT , your Quit-Msg will be posted. + /SETLEAVEMSG [network~] -> disables leave message + /SETUSERNAME [network~] :name + -> sets the username (real name) + /AIDLE [network~] 0|1 -> 0=disables Antiidle, 1=enables it (default) + /LEAVEQUIT [network~] 0|1 -> 1=leave channels on quit, 1=keep on (default) + /SOCKSTAT -> Displays the list of open sockets, how + much bytes gone in and out, if encrypted, in + which state, since when open and other infos. + +(3) psyBNC allows VHOSTS, Commands used for that are: + /BVHOST [network~] [LINK #] :your.vhost.com + -> sets your desired VHost + /BVHOST -> erases the Vhost, standard ip would be used + +(4) You can set Bans that will also be set if you are off + /ADDBAN [network~][#chan] reason :host + -> Adds a new ban with specified Hostmask + /DELBAN [network~] # (Number) + -> Removes a corresponding Ban shown in + /LISTBANS [network~] -> Lists the Bans you set + +(5) You can specify Users who could get op from psyBNC by msging them + in the from eggdrop known way (op password #channel). + /ADDOP [network~][#chan] pass :host + -> Adds a new User with given Password + /DELOP [network~]# (Number) -> Deletes a user corresponding to + /LISTOPS [network~] -> Lists all Users + + Also autoop was added in psyBNC2.1. Be sure to use this function with + care, because spoofing is still possible on most of the ircnetworks. + + /ADDAUTOOP [network~][#chan] :host + -> Adds a User to the autoop list + /DELAUTOOP (Number) -> Deletes an added Autoop from + /LISTAUTOOPS -> Lists the added autoop-Entrys + +(6) If psyBNC got disconnected, the client will rejoin the channels on reconnect. + In this Case, it will perform ASKOP, msging "op password #channel" to an added + client. If you added a bot-dcc connection, you also can request op from + the bot. You can administrate the list using following commands: + /ADDASK [network~][#chan] pass :host or -botname + -> Adds a Hostmask to get Op from with password + /DELASK [network~]# (number)-> removes a host to ask op from, number from + /LISTASK [network~] -> List of hostmasks and passwords to Ask Op. + + If you want to add an addask from a bot-dcc, there is no need to + support a password in /ADDASK. + + Adding a bot op request for a dcc linked bot, would be like the + following example: + + /ADDASK #blah :-botnick + + If you established a connection to a bot using the /ADDDCC command, + there will be no password sent via irc. That way is recommended. + +(7) As long your client isnt connected, psyBNC will NOT answer any ctcp Querys + +(8) Well, as long you dont use too dumb passwords *g* + Passwords get encrypted using a hash created on compiling time. + The source makesalt.c creates a file called salt.h, which keeps + the needed encryption salts. Be sure to move the salt.h File to + a safe place after you compiled psyBNC. Authentification passwords + which dont need to be enciphered, are stored as blowfish crypt-by-key + passwords. + +(9) In psyBNC2.2 you can still use the old &partyline, + +(10)Everything gets logged. Every connect and disconnect. If you arent connected + to your bouncer, all queries will be logged to your private log. + Commands for the Connection Log are: + */PLAYMAINLOG -> Displays the connection logs + */ERASEMAINLOG -> Erases the connection logs + Commands for Messagelogs are: + /PLAYPRIVATELOG [network~] -> Displays all querys + /ERASEPRIVATELOG [network~] -> Erases your logged queries. + Commands for the Trafficlog are: + /ADDLOG [network~] #channel/person :filter + -> Allows you an source and filter + to log from. Example: + /ADDLOG #blah :* + would log everything on #blah. + /DELLOG [network~] (Number) -> Deletes a source and filter shown from + /LISTLOG [network~] -> Lists the logentrys + /PLAYTRAFFICLOG source fromdate fromtime todate totime :filter + -> plays the trafficlog recorded + you can also specify another filter as + in /addlog to filter more special entrys + /ERASETRAFFICLOG -> erases the traffic log, starts new. + + Some notes about Traffic-Logging: + - be sure to set filters. Your shell/machine would log every traffic + on a filter *. Typical filters would be JOIN, PART or KICK, to + monitor all joins, parts or Kicks. + - You have to care about the fact, that you have got enough space + free on your shell to traffic log. Be sure to erase your Trafficlog + as often as possible. + - Traffic logging raises processor usage. Be sure to check the usage + if you are going to log any event. And buy a new hd, if you only + got 500mbyte :) + +(11)It is possible to link your bouncer to others and to link other bouncers + to yours. That allows a shared off-irc partyline and sharing of resources + as like vhosts. Commands for linking are: + */NAMEBOUNCER name -> set the name of your bouncer + to identify it in the network. + This has to be done before + adding links. + */LINKTO :[S=]host:port -> adds a host and port of another + psyBNC, where your bouncer should + link to. If S= is supported, the + Connection is handled as SSL-Connection. + */LINKFROM name :host:port -> adds a bouncer, its host and its + port that could link to your bouncer. + /LISTLINKS -> lists all added links in the network. + Changed in 2.2 to show only the + local links and a tree of the + currently linked network. + */DELLINK number -> deletes the link with the number + corresponding to LISTLINKS. + + */RELAYLINK number -> allows users from the added link + to relay link to your bouncer using + associated vhosts of your machine. + +(12)psyBNC allows the using of multiple irc sessions for one + client. Its possible to be on ircnet, efnet and other + networks by using one client only. + + Before using this feature, read the following restrictions, which + result from the usage of this feature: + + - You will always see yourself having the nick of the main + network, even, if psyBNC needed to change your + nick on the secondary network. Check, which nick your + client is using on the other network. Maybe your nick + was used, so psyBNC had to change it. + - Every channel and user will be tokened with the network + handle. If you want to join a channel on the network, + you would have to give a command as like + /JOIN #EfNet~#Talk + or you would need to use commands as like + /QUERY EfNet~Joe + instead of /QUERY joe. You got the clue ? + + Commands for multiple networking are: + /ADDNETWORK name -> adds a network to your client + /DELNETWORK name -> removes a network from your client + /SWITCHNET newname :oldname -> switches main to "oldname" and names + your old main as "newname" network. + + If you want to administrate the network specifics, you will + have to use the commands already described above including the + network token. Examples: + + /ADDOP EfNet~#talk password :*!*joe@*.blah.net + /ADDDCC EfNet~lamebot lamer lamepass :ip3.blah.bleh.net:31337 + /ADDSERVER EfNet~irc.lame.org :6667 + + You need to add a server for your network. It wont connect until + you did. + You need to establish own dcc connections for every network + if you want to use this feature. Thats logical, bots + cant be on multiple networks :). + + The multinetworking can make problems in rejoining and resolving + channel names. This is done asynchron, and its possible the + client gets NAMES of both network for two different channels + at the same time. Maybe mIRC acts funny :>. + +(13)I added password encryption. Its a self made two-way + password encryption and therefore crackable with some effort. + Be sure to move the salt.h File created after compiling from + your shell to your home box or another safe place you totally + controll. If someone gets the salt.h File, he can decrypt + all your passwords. If not, its much harder. + From psybnc2.1 authentifications passwords are encrypted + using blowfish. + +(14)You can establish dcc connections to bots from psyBNC. + This is for special usage with bots. It will send your + login and password right after it connected to the bot + for the login session. After your client joined the bots + partyline successfully, it can ask for op from the bot. + Commands for bot-dcc sessions are: + + /ADDDCC [network~]botname user password :[S=]host:port + -> adds a new bot-dcc session + If S= is set before the host, + an SSL-Connection will be tried. + /DELDCC [network~]number -> deletes the previous + added dcc session, get the number + from + /LISTDCC [network~] -> lists all dcc connections + + The partyline of the bot will be queried to/from the botname + prefixed by a ')'. Example: + + /QUERY )lamebot + + would set your query to the bots partyline. + + If you want to get op from the bot automatically, just do: + + /ADDASK #channel :)botname + + psyBNC would send the op query to the bots partyline then + instead of querying to the irc client matching its hostname. + This is recommended. Querying to other eggdrops is insecure + because of possible spoofed clients who got op by takeover. + +(15)Talk encryption + Talk encryption was being introduced to annoy all those + sniffing kiddies and to protect your privacy on irc. + + You need to set a password for a channel or person you are + querying with. That is done via: + + /ENCRYPT [network~] password :channel/user + + Example: + + /ENCRYPT #leet :nothingbutapassword + + Your counterpart would have to do it vice versa. If you adress + a channel, every person on the channel has to have the key. + + /DELENCRYPT (Number) -> deletes an entry for encryption from + /LISTENCRYPT -> Lists all encryption adresses and passwords. + + Also normal irc clients can request an encrypted connection. Clients + for this purpose are ready on www.psychoid.lam3rz.de. Specifications + can be requested from me (mail to psychoid@lam3rz.de). + + Bouncer- and Userconnectionencryption from Version 2.2 had been removed + and was replaced by SSL. If you want to use SSL in psyBNC, you would have + to install OpenSSL on your machine. You should run stunnel on your home + Machine to connect to psyBNC, if you want to encrypt Listeners as well. + + * This functionality needs CRYPT defined before compiling. + It's set enabled in standard, so just remove it from config.h + if you dont use it. + +(16)Translating + psyBNC allows you to set a user or channel as translation source/dest. + So, everything you type, will be automatically translated to the + language your counterpart talks. Same is with the text they talk, + it also will be translated. + + Commands for this purpose are: + + /ADDTRANSLATE [network~]#channel/user :language-from language-to + + language can be: + en_de + en_it + en_fr + en_pt + de_en + it_en + fr_en + pt_en + + Examples: + + /TRANSLATE #bayern :de_en en_de + + Result would be, you would get both the german text spoken on #bayern + as also the english text. + + In return, everything you would type in english to #bayern, would be + posted in german to the channel. + + You can remove a Translation by: + + /DELTRANSLATE (Number) + + from the list displayed by + + /LISTTRANSLATE. + + * This functionality needs -DTRANSLATE defined before compiling. + It's set enabled in standard, so just remove it from config.h + if you dont use it. + +(17)Modular structure + Up to 2.1, psybnc was a single source code. I decided to part it into + different sections. That allows you to remove a functionality from + the config.h, if you dont need it (improves performance and decreases + memory usage). + + This has to be done before Compilation. + The following defines mean the follow functionality: + + CRYPT -> allows encrypted connections, talk encryption + BLOWFISH -> chooses blowfish as symetric cipher + DIDEA -> chooses idea as symetric cipher + + You can only set BLOWFISH OR IDEA. Not both at the same time. + psyBNC also will understand the other crypting, but it will + use the selected encryption on sending data. + + PARTYCHANNEL -> Enables the partychannel instead of the old $$ + TRANSLATE -> Enables the translator. + PROXY -> Allows you to use external proxys (socks, wingate etc.) + TRAFFICLOG -> Allows you to log traffic. + INTNET -> enables the internal Network + DCCCHAT -> allows internal DCC Chats + DCCFILES -> allows to receive and to send files from psyBNC + MULTIUSER -> defines the proxy as multiuser-bouncer + MAXUSER nn -> Number of maximum Users + MAXCONN nn -> maximum Number of Link-Connections + NETWORK -> allow the User to create multiple Sessions + SCRIPTING -> allow Usage of Scripting + PROXYS -> allow Proxy-Usage + LINKAGE -> Allow to link psyBNCs + OIDENTD -> support the spoofing of idents using oidentd + CTCPVERSION "text" -> the text to answer on a ctcp version query + ANONYMOUS -> turns psyBNC into a "anonymous" bouncer, so + everyone can connect and login + DYNAMIC -> Disconnects a user, if he quits + LOGLEVEL -> 0=Errors, Warnings, Infos, 1 = Errors, Warnings + 2=Errors + + Possibly you are not interested in privacy, so disable Crypting. + Or you dont want a translation module, so just disable it. + +(18)Host allows + With psyBNC2.1 you will get the File psbnc.hosts. Those allows you + to change Hosts which are allowed to connect. Standard is set to *, every + host may connect. + + You can change that settings by: + + /ADDALLOW (Host) -> Adds a host which is allows to connect + /DELALLOW (Number) -> Deletes an entry from + /LISTALLOW -> Lists the allowed Hosts + + A Host may be entered with matchcodes. + Examples: + + /ADDALLOW dialup*.bleh.net + + or + + /ADDALLOW *.somewhere.org + + Also psyBNCs which want to link have to be added. + + (*) preceded Commands may be only used by admins + +(19) psyBNC2.2 offers IPv6 support + + If your host allows the use of IPv6 Hostnames or IPs, psyBNC + will be compiled with support of this protocoll. When your + host offers devices which use the IPv6 Protocoll as well, you + can use this hosts by setting them as vhosts, and by listening + on them if you also connect from outside to this host via IPv6. + + Also dccchat and dccfiles is being supported with IPv6 + (experimental), but it is not sure, if the DCC protocol will + be realised for IPv6 the way it was done in psybnc. + +(20) psyBNC2.2 offers the use of scripting in a cgi-stylish way. + + Read the File SCRIPTING, which is included in every psyBNC-Package. + + A final Comment about scripting: + psyBNC scripting processes fork from the main task to deny blocking + of other users. This could not be solved in another way. + Providerowners possibly would like to disable this function. + +(21) psyBNC allows the Usage of DCC Chats and DCC Send/Receive of + files on the shell and from the shell. + + /DCCCHAT [S=]nick - offers the nick a DCC Chat + session. If S= is given + in front of the Nick, an + SSL-Connection is being build. + /DCCANSWER [S=]nick - answers a received DCC Chat + request. If S= is given in + front of the Nick, an SSL- + Connection is being build. + + If an SSL-Connection has to be build, the counterpart would + also have to setup SSL and would also need to use psyBNC-DCCCHAT + for a working SSL-Link. + + An established DCC Chat gets into a query from (nick. + DCC Chats from ports lower than 1024 will be denied for security reasons. + + /DCCSEND nick :file - offers a send to the given nick + /DCCGET nick :file - accepts a file a user wants to send + + Accepted files will be stored in downloads/USER%n/, path arguments + given on the filename will be ignored. File sends from /etc and /dev + will be denied by rule from psybnc. '..' and '/' characters get + automatically stripped on receive. + + /DCCSENDME file - sends the user on psyBNC + the given file from the shell + /DCCCANCEL nick + or + /DCCCANCEL nick :file - will cancel an active DCC Chat + or file receive/send. + /AUTOGETDCC 0|1 - switches auto-getting of offered + files off/on. Default is off. + +(22) psyBNC supports oIdentd, an ident demon which allows you to change + the ident being given to the irc server. Read the 'INSTALL' file + of oidentd for further informations. +(23) psyBNC allows a "providerconfiguration", a host-dependent config.h + file, which will be used if existent. It needs to be located in + /psybnc, from the root. its Name is also config.h, and it should + be readable by all users. + + If present, psyBNC denies the change of userspecific settings. +(24) psyBNC allows the ability of using SSL-Connections, if OpenSSL is + installed on your Host. + + To use SSL on linking, you have have to setup Listeners, which + listen on a Port supporting SSL. You may connect to an SSL + Port with a psyBNC-Link or with a SSL-supporting Client. + + Add a listening Port to you Config which offers SSL: + + PSYBNC.SYSTEM.HOST1=S=192.168.12.2 + PSYBNC.SYSTEM.PORT1=23989 + + If you want to link to this Port on another Bouncer, you will + have to add the link using the LINKTO command on the other + bouncer as follows: + + /LINKTO psybnc :S=192.168.12.2:23989 + + On the bouncer which offers the SSL-Connect, you have to add: + + /LINKFROM mybnc :192.168.12.3:12345 + + if the other bouncer is put on host 192.168.12.3 with the + first listending port on 12345. + + Warning: In a Linkfrom-Entry you always have to add the FIRST + listening Port of the Linkto-Bouncer. + + If you want to connect to the SSL-Port, use an SSL-capable Client, + or use stunnel, available at www.stunnel.org + + To use stunnel properly, use the following syntax: + + stunnel -r psybnchost:psybncport -c -d localhost:localport + + If you want to start an encrypted DCC or want to add an ircserver + which offers SSL, just use S= in front of the hostname, e.g.: + + /ADDSERVER S=irc.encrypted.org:6667 + + or + + /ADDDCC botname mynick maypass :S=ssl.bot.org:1234 + + If you want to use pending DCCS encrypted via SSL, use: + + /DCCCHAT S=nick + + The counterpart would have to answer using + + /DCCANSWER S=mynick +(25) psyBNC from version 2.3 allows multi-language-capabilities. + All phrases used by psyBNC are put into one special formatted + language file in the directory lang/. + + The standard psyBNC Package includes the languages English + and German. + + SETLANG language - Sets the language of psyBNC + + Current arguments only can be "german" or "english". + + The setting takes place, after the command was issued. + + If you want to create a language File for you country. + take a look on lang/english.lng. + + The format of the File is easy: + + msgnnnn=Text + + where nnnn is a zero-leading Number of the Message. Every + number has a special context, every Format-Parameter must + match to the english Pattern. + +About Channels: + + #chan entrys are optional, if no chan is entered, the used + command will be taken to all channels. + + Do not use [#chan] but #chan. The brackets only show its optional. + +About Networks: + + network~ entrys are optional. If no network is given, + your standard server connection will be adressed. + + Do not use [network~] but network~, the brackets only show + also here that its just optional. + +About the Partyline: + + In Version 2.1, the old $$-partyline was changed to an + internal bouncer channel. This channel is not existent on irc. + You cannot kick, ban, op or set any modes there. But you can + set the topic, which is also broadcasted to the restnetwork. + + The channel is defined by the name &partyline. + + In Version 2.2 an "internal network" was introduced. This + can be used by using the network int~ for adressing the + channels on the linked bouncers. You can join channels, + part them, add modes, kick, ban, set topics, as like + on original IRC. + + - intnet needs #define INTNET in the config.h file. + Partyline needs #define PARTYCHANNEL in the config.h file. + +About the nick -psyBNC: + + From version 2.3.1 this nick accepts commands for psybnc, also + posts all system-messages and errors from this nick as message + to the user. If you /query -psyBNC, all sent text to this + nick will be given as entered command. + +The Statement Hostmask may be a already from bots and irc known Hostmask +(for example *!*bleh@*.fuck.net).. be sure always using Hostnames, and never +Nicks only (dumb would be blah!*@*). The statement Host has to be +a fully valid hostname. psyBNC needs to get its ip, it has to +connect that. + +(c) Contact me: psychoid@ircnet - on many channels. i love irc. + psychoid@lam3rz.de + psychoid@gmx.net + + http://www.psychoid.lam3rz.de + + I prefer IRC for contact. Possibly a mail will + be ignored, but a query wont. + + If you want to contact me, please try on ircnet first. + + Oh yes, i am NOT on efnet. If you met someone by the + nick 'psychoid' on efnet, he surely was a fake. Especially + the guy having "www.psychoid.lam3rz.de" in his real name. + Very funny. Not. + +(d) Credits + + match.c by Chris Fuller + curses-GUI by Savio Lam + Blowfish by Bruce Schneier + IDEA by ascom ltd, switzerland + bsd-setenv by anonymous + + ap_snprintf by Apache Software + -- apache notice -- + "This product includes software developed by the Apache Group + for use in the Apache HTTP server project (http://www.apache.org/)." + -- eof ------------ + + Helptexts by [DRACON] + + Webpage by coke + + Hosting by www.rewtbox.de + + Special thanks to: andi (basics of ipv6-coding, patches), + Phil Tyler (solaris suggestions for 2.2.1) + duckel (sunos IPv6, built into 2.2.2) + + Special greeting to: trinoo ;-) thanks for the funny night in "the yard" + + Thanks to all those who report bugs. A tool lives from its users. + +There is given absolutely NO WARRANTY of functionality. I am not responsible +if anything gets screwed. Read the GNU-Public license which is included. + + +have fun, +psychoid / tCl +inFECT / eMPiRe blob - /dev/null blob + c2a0089256fec318f32ded0bc2c414fc12c7cc5c (mode 644) --- /dev/null +++ README.mysql @@ -0,0 +1,23 @@ +This document provides information regarding MySQL IP check. +If it has been enabled and MySQL is present, you need to configure some variables in config.h +as well as prepare a MySQL database. + +Please add the following entries to config.h manually: +#define MYSQL_SERVER "localhost" +#define MYSQL_USER "psybnc" +#define MYSQL_PASS "some-password" +#define MYSQL_DB "psybnc" +#define MYSQL_TABLE "iplock" +#define MYSQL_TIMEOUT 2 + +Please create a MySQL database with the following table: +CREATE TABLE IF NOT EXISTS `iplock` ( + `id` int(5) unsigned NOT NULL AUTO_INCREMENT, + `ident` varchar(10) NOT NULL, + `ip` varchar(15) NOT NULL, + `server` varchar(20) NOT NULL DEFAULT '*', + `comments` text NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +Please see /BHELP when logged on the bouncer for the administration commands for the feature. blob - /dev/null blob + 6261cc88796ee877df0878c545f327d103e1e058 (mode 644) --- /dev/null +++ TODO @@ -0,0 +1,47 @@ +Bugs +- dcc chats filled with big amounts of data get cutted / outputed from wrong nicks (chotaire) +- scripting creates zombies on freebsd4.7 (netOxide) +- #channel:*.tld doesnt get logged correctly (Borys) +- Language files are out of sync. german.lng and italiano.lng must be brought up-2-date before public release + +Help files that needs to be written/updated: +BCONNECTN +BRAW +BQUITN +SETCONNECTDELAY +BVHOSTN +BDONE +FIXLISTENER +KILLSOCKET +DEFAULTIPV6 +PREFERIPV6 +MYSQLIPCHECK + +Roadmap Feature-Requests (2.4, not before july 2004, yeye riiight!): +- add /automode, instead of /addautoop (dominance) +- Fully encrypted config-files (?) +- allow interface-entry for dcchost, usefull for dialup users (dominance) +- add profiles/filters for channels to join (masterT) +- add daily rotating logs, add self specified logfile names (many people) +- give dcccancel by number (not nick/file) (many people) +- add admin control to every command (Phil23) +- set portrange for dcc (many people) +- time out peers (many people) +- check if config was changed before writing on disconnect (FireCode) +- incorporate IIP-Client-Support (?) - well, lets see if its hype or heavy +- logging last context (?) +- mysql support (?) +- socks5 support (currently only socks4, high-heel support?..) +- incorporate DCC RESUME +- enhance logging to log also, if the user is online. also log his own texts. +- tcl-scripting support (some people want PHP, others Perl..) (?+?+?) +- add special identd for psybnc (?) +- support msg 333 on saved topic response +- add /bstatus command, which shows the setting of the current user or given user for an admin +- enhance /addserver command to give stonechecktime/sendq (Uriell) +- let the user set an ALTNICK (Uriell) +- sending umodes on reconnect (Borys) +- utilize leavequit for special channels (cartoon) +- add logging for dcc chats (Uriell) +- add sylk support (warlord) (?) - same as IIP +(?)=not sure yet blob - /dev/null blob + b5abfd781707fddbcbfb89c6cebb12eded64b0f6 (mode 644) --- /dev/null +++ config.h @@ -0,0 +1,55 @@ +/* + * Configuration file for psyBNC, created by menuconf + */ + +/* Encryption */ + +#define CRYPT + +/* Encryption Type*/ + +#define BLOWFISH + +/* Allow traffic logging */ + +#define TRAFFICLOG + +/* Allow the dcc File-Functions */ + +#define DCCFILES + +/* Pipe dcc Chats */ + +#define DCCCHAT + +/* Allow to add more users */ + +#define MULTIUSER + +/* Number of max. Users */ + +#define MAXUSER 100 + +/* Number of max. Connections per User */ + +#define MAXCONN 200 + +/* Allow the usage of scripts */ + +#define SCRIPTING + +/* Support oIdentd */ + +#define OIDENTD + +/* Allow multiple irc connections per user */ + +#define NETWORK + +/* The logging level */ + +#define LOGLEVEL 0 + +/* SSL-Security */ + +#define SSLSEC 0 blob - /dev/null blob + 04da8105b507dcec4bd98abd323f38d0c7509bb1 (mode 644) --- /dev/null +++ help/ADDALLOW.DEU @@ -0,0 +1,16 @@ +ADDALLOW Host oder Hostmask +---------------------------- +Diese Funktion ermoeglicht das Hinzufuegen von Hosts, welche zu dem +Bouncer Verbindungen aufbauen duerfen. Voreinstellung ist *, somit +kann jeder Host zum Bouncer Verbindungen aufbauen. Dieser Eintrag +muesste zunaechst entfernt werden, fall die Host-Allows eingeschraenkt +werden duerfen. +Beispiel: +/ADDALLOW host22.mydomain.com +wuerde diesem speziellen Host Verbindungen ermoeglichen. +/ADDALLOW *.mydomain.com +wurde allen Hosts dieser Domain Verbindungen ermoeglichen.. +Du kannst ? und * in deiner Definition nutzen. +Bitte beachte, dass auch DCC- und Link-Hosts in den Hostallows +beruecksichtigt werden muessen.. +Siehe: DELALLOW LISTALLOW blob - /dev/null blob + 416ea37cc7c2ea9766b5bd5516ad49ffdeaa9fb2 (mode 644) --- /dev/null +++ help/ADDALLOW.ITA @@ -0,0 +1,16 @@ +ADDALLOW host oppure hostmask +------------------------- +Questa funzione permette di impostare degli hosts che potranno connettersi +al bouncer. +Di default, * e' impostato per consentire connessioni da chiunque. Devi +quindi cancellare questa entry prima di settare restrizioni per gli +host permessi a connettersi al bouncer. +Esempio: +/ADDALLOW host22.mydomain.com +consente all'host specifico di connettersi. +/ADDALLOW *.mydomain.com +consente la connessione dal dominio mydomain.com +E' possibile usare le wildcard ? e * nella definizione. +Ricorda che anche gli host dei link (cioe' degli altri bouncer) devono +essere aggiunti all +Vedi anche: DELALLOW LISTALLOW blob - /dev/null blob + cf6a91e1665ea19b7fbebd81d4bd4a41c7db7ebc (mode 644) --- /dev/null +++ help/ADDALLOW.TXT @@ -0,0 +1,14 @@ +ADDALLOW host or hostmask +------------------------- +This Function allows you to set hosts which may connect to your bouncer. +On default, * is set to be allowed to connect to the bouncer. You would +have to delete that entry first to set your own more restricted host +allows for the bouncer. +Example +/ADDALLOW host22.mydomain.com +would allow that specific host to connect. +/ADDALLOW *.mydomain.com +would allow all hosts from mydomain.com. +You can use the wildcards ? and * in your definition. +Remember that also linked hosts have to be added in the host allowance. +See also: DELALLOW LISTALLOW blob - /dev/null blob + ee8fdc87b794252544cdef939902500042eb7669 (mode 644) --- /dev/null +++ help/ADDASK.DEU @@ -0,0 +1,9 @@ +ADDASK [netzwerk~][#chan] password :hostmask oderr )bot +-------------------------------------------------------- +Du kannst Deinen Bouncer so einstellen, dass er Bots oder andere +Nutzer nach Op fragt, auch, wenn Du nicht zum Bouncer verbunden bist. +Dies ist nuetzlich, damit kannst Du den Bouncer sowohl als simplen +Client, als auch als Screen nutzen, welcher Channels beschuetzt. +Beispiel: +/ADDASK lamepass :*!LameBot@Lame.Host.Com +Siehe: DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + 2f3c0909eced6ae879bd1216070de11d0090a686 (mode 644) --- /dev/null +++ help/ADDASK.ITA @@ -0,0 +1,8 @@ +ADDASK [network~][#canale] password :hostmask oppure )bot +--------------------------------------------------- +Puoi impostare il bouncer a chiedere l'op a dei bot anche se non sei online. +Questo e' utile perche' puoi usare il bouncer sia come client per chattare +che come screen per proteggere canali. +Esempio: +/ADDASK lamepass :*!LameBot@Lame.Host.Com +Vedi anche: DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + 61fd61194cf3e794c8dc68bd7bdfcf5ea02c2dd8 (mode 644) --- /dev/null +++ help/ADDASK.TXT @@ -0,0 +1,8 @@ +ADDASK [network~][#chan] password :hostmask or )bot +--------------------------------------------------- +You can set your bouncer to ask bots for OP even if you are not online. +This is quite usefull becouse you can use bouncer both as a chat client and +screen which protects channel. +Example: +/ADDASK lamepass :*!LameBot@Lame.Host.Com +See also: DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + 7ac20dc34e55d1587e2a74b853e488615b8ca2bb (mode 644) --- /dev/null +++ help/ADDAUTOOP.DEU @@ -0,0 +1,11 @@ +ADDAUTOOP [netzwerk~]#channel :hostmaske +---------------------------------------- +Dieser Befehl ermoeglicht das Hinzufuegen von Nutzern, +welche autmatisch geopped werden, wenn sie den Channel +betreten. +Beispiel: +ADDAUTOOP #leet :*!*blah@*.lame.com +wuerde einen Autoop fuer einen Nutzer mit der Hostmask +*!*blah@*.lame.com hinzufuegen, jedoch nur fuer den Channel +#leet. +Siehe: DELAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS \ No newline at end of file blob - /dev/null blob + ff44820535d127f29fccd23e0d150bcbf721a9e3 (mode 644) --- /dev/null +++ help/ADDAUTOOP.ITA @@ -0,0 +1,9 @@ +ADDAUTOOP [network~]#canale :hostmask +-------------------------------------- +Questo comando consente di aggiungere utenti a cui dare automaticamente +l'op quando questi entrano nel canale. +Esempio: +/ADDAUTOOP #leet :*!*blah@*.lame.com +aggiunge l'autoop per ogni utente il cui host corrisponde *!*blah@*.lame.com +nel canale #leet. +Vedi anche: DELAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS \ No newline at end of file blob - /dev/null blob + 1b844c3407358020c05d583a71253f2c920069b8 (mode 644) --- /dev/null +++ help/ADDAUTOOP.TXT @@ -0,0 +1,9 @@ +ADDAUTOOP [network~]#channel :hostmask +-------------------------------------- +This command allows you to add Users for being autoopped if +they join the channel. +Example: +ADDAUTOOP #leet :*!*blah@*.lame.com +would add autoop for any user matching *!*blah@*.lame.com for +the channel #leet. +See also: DELAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS \ No newline at end of file blob - /dev/null blob + e013f8809ab0086dfde11b1bd84a7d2187dde645 (mode 644) --- /dev/null +++ help/ADDBAN.DEU @@ -0,0 +1,8 @@ +ADDBAN [netzwerk~][#chan] Grund :hostmaske +------------------------------------------ +Du kannst Bans setzen, welche ebenfalls ausgefuehrt werden, wenn +Du nicht zum Bouncer verbunden bist. +Beispiel: +/ADDBAN Tschuess ! :*!bock@wurst.com +Bannt *!bock@wurst.com auf saemtlichen Channels. +Siehe: DELBAN LISTBANS blob - /dev/null blob + 88cce4a77c1e77fbbb5b615c6e6991bdbb7ed3dd (mode 644) --- /dev/null +++ help/ADDBAN.ITA @@ -0,0 +1,7 @@ +ADDBAN [network~][#canale] motivo :hostmask +----------------------------------------- +Il bouncer banna le persone che corrispondono ad una entry presente +in lista anche se non sei connesso ad esso. +Esempio: +/ADDBAN Get Lost Lamer ! :*!niky@lamers.land.com +Vedi anche: DELBAN LISTBANS blob - /dev/null blob + b216eb5d503aacccf104a1463802bbf74baa81d5 (mode 644) --- /dev/null +++ help/ADDBAN.TXT @@ -0,0 +1,6 @@ +ADDBAN [network~][#chan] reason :hostmask +----------------------------------------- +You can ban people from the channel even if you are not logged on. +Example +/ADDBAN Get Lost Lamer ! :*!niky@lamers.land.com +See also: DELBAN LISTBANS blob - /dev/null blob + 4b297a9d7826f81c604586817f31f3de8d03d46b (mode 644) --- /dev/null +++ help/ADDDCC.DEU @@ -0,0 +1,14 @@ +ADDDCC [netzwerk~]botname Nutzer password :[S=]host:port +-------------------------------------------------------- +Fuegt eine neue statische DCC-Bot Chat-Verbindung hinzu. +Du kannst damit eine permanent bestehende Verbindung zu Deinen +Bots herstellen. +Falls ein S= vor dem Hostname angegeben wird, versucht +psyBNC den Aufbau einer SSL-Verbindung zum Bot. +Beispiel: +/ADDDCC MeinBot Anfaenger MeinPass :fleisch.wurst.org:7333 +Du kannst den telnet Port des Bots herausfinden, indem Du +.dccstat eingibst in der Bot-Partyline. +Nach Anlegen des Eintrages wirst Du automatisch auf den Bot eingeloggt als +Nutzer "Anfaenger" mit dem Password "MeinPass" im obigen Beispiel. +Siehe: LISTDCC DELDCC blob - /dev/null blob + bcad4ad1db23f98e82fb73a5702c8b2bb57a0724 (mode 644) --- /dev/null +++ help/ADDDCC.ITA @@ -0,0 +1,13 @@ +ADDDCC [network~]botname user pass :[S=]host:port +------------------------------------------------- +Aggiunge una nuova connessione dcc verso un bot. Si puo' aggiungere una +connessione sicura diretta ad un eggdrop. +Se metti S= prima dell'host lo psyBNC cerchera' di stabilire una +connessione SSL. +Esempio: +/ADDDCC BotScemO newbie MiaPassword :the.elite.newbie.com:7333 +Puoi conoscere la porta telnet di un bot scrivendo ".dccstat" nella +partyline del bot. +Verrai automaticamente loggato nel bot come utente "newbie" con la password +"MiaPassword", nell'esempio sopra. +Vedi anche: LISTDCC DELDCC blob - /dev/null blob + 4ab0d930d6d1d826883e11fe56d77ad125b5a4f0 (mode 644) --- /dev/null +++ help/ADDDCC.TXT @@ -0,0 +1,12 @@ +ADDDCC [network~]botname user pass :[S=]host:port +------------------------------------------------- +Adds a new dcc bot connection. You can add a direct bouncer to eggdrop secured +connection. +If you put S= in front of the host, psyBNC will try to establish a +SSL-Connection. +Example: +/ADDDCC MyBot newbie MyPass :the.elite.newbie.com:7333 +You can get bot telnet port by typing .dccstat in BotNet partyline. +You will be automatically logged in as User "newbie" with the password "MyPass" +on the example above. +See also: LISTDCC DELDCC blob - /dev/null blob + 8235ccc584ee8fd967b3a6dcebfed12ac1e5439b (mode 644) --- /dev/null +++ help/ADDIGNORE.DEU @@ -0,0 +1,20 @@ +ADDIGNORE Inhalt :Hostmaske +--------------------------- +Diese Funktion ermoeglicht das Hinzufuegen von Ignore-Eintraegen. +Diese koennen abhaengig von Hostmaske und/oder Inhalt hinzugefuegt +werden. Inhalt ist dabei ein Teiltext, welcher in einer Nachricht +oder in einer Notiz vorkommen muss. +Falls eine Hostmaske mit jeglichem Inhalt zu filtern ist, +muss als Beispiel +/ADDIGNORE * :*!*@*.lao.com +hinzugefuegt werden. +Ist ein Inhalt zu filtern unabhaengig von der Hostmaske, muss +als Beispiel +/ADDIGNORE sex :*!*@* +hinzugefuegt werden. Damit wuerde alles gefiltert werden, +was den Text "Sex" enhielte. +Falls beides zu beruecksichtigen ist, kann als Beispiel: +/ADDIGNORE knuddeln :*!*@*.icafe.com +hinzugefuegt werden. Dies wuerde saemtliche Nachrichten aus der +Domain icafe.com mit dem Inhalt "knuddeln" ausfiltern. +Siehe: DELIGNORE LISTIGNORES \ No newline at end of file blob - /dev/null blob + 2be693374315e1afd441d2621700f545beec06db (mode 644) --- /dev/null +++ help/ADDIGNORE.ITA @@ -0,0 +1,19 @@ +ADDIGNORE contenuto :hostmask +--------------------------- +Questa funzionalita' permette di aggiungere ignore. +Queste possono essere dipendenti dalla hostmask e/o dal contenuto. +Contenuto e' inteso come parte di qualunque messaggio o notice. +Se una specifica hostmask dev'essere ignorata qualunque sia il +testo che invia, si potrebbe usare: +/ADDIGNORE * :*!*@*.lao.com +Se invece vuoi ignorare solo il contenuto dovresti usare: +/ADDIGNORE sex :*!*@* +Questo filtrerebbe ogni cosa che ha come parte del testo +"sex" nel contenuto. +Se sia il contenuto che la hostmask sono necessari, usa una +cosa tipo: +/ADDIGNORE hug :*!*@*.icafe.com +per esempio. +Questo ignora tutti i messaggi dal dominio icafe.com col +che contengono "hug" +Vedi anche: DELIGNORE LISTIGNORES \ No newline at end of file blob - /dev/null blob + f7ba0a112eba2f080581682b8de454999b628f01 (mode 644) --- /dev/null +++ help/ADDIGNORE.TXT @@ -0,0 +1,19 @@ +ADDIGNORE content :hostmask +--------------------------- +This functionality allows to add Ignore-Entries. +These can be dependent from the Hostmask and/or from Content. +Content is meant as a part of any private Message and/or Notice. +If a special Hostmask with any content has to be filtered, +you would use for example: +/ADDIGNORE * :*!*@*.lao.com +Has a content to be filtered only, you will have to use +for example: +/ADDIGNORE sex :*!*@* +That would filter everything, which has the part of text +"sex" in the message-Content. +If both content and hostmask have to count, you could use: +/ADDIGNORE hug :*!*@*.icafe.com +for example. +This would deny all Messages from the domain icafe.com with the +content "hug". +See also: DELIGNORE LISTIGNORES \ No newline at end of file blob - /dev/null blob + 8e32af8d01ca30cb81be9cad3127f84f528941a5 (mode 644) --- /dev/null +++ help/ADDLOG.DEU @@ -0,0 +1,11 @@ +ADDLOG [netzwerk~]quelle :filter +-------------------------------- +ADDLOG erlaubt das Hinzufuegen von Zielen und Filtern fuer +das Traffic-Logging. Dabei werden saemtliche Daten im +Trafficlog gespeichert, welche sowohl Quelle (Channel, User) +als auch Filter (Text, der in der jeweiligen IRC-Zeile vorkommt) +enthalten ist. +Beispiel: +ADDLOG #toast :marmelade +wuerde saemtliche Zeilen aus #toast mit dem Text "Marmelade" loggen. +Siehe: DELLOG LISTLOGS PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + faf1981b06105c12cf0c343785e8f0a3dcf1ac47 (mode 644) --- /dev/null +++ help/ADDLOG.ITA @@ -0,0 +1,9 @@ +ADDLOG [network~]source :filter +------------------------------- +ADDLOG permette di aggiungere un entry alle specifiche di log per +il log del traffico. +Esempio: +/ADDLOG #leet :0day +consentirebbe di loggare qualunque testo su #leet che contenga +0day in esso. +Vedi anche: DELLOG LISTLOGS PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + e812f541f072500195160cbb0dd0f799730a43f8 (mode 644) --- /dev/null +++ help/ADDLOG.TXT @@ -0,0 +1,9 @@ +ADDLOG [network~]source :filter +------------------------------- +ADDLOG allows you to add an entry to the logging specifications +for traffic logging. +Example: +ADDLOG #leet :0day +would allow you to log any texts that appear on #leet with the +partial text 0day. +See also: DELLOG LISTLOGS PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 7e8f773031d10dbbbd11de114698d05a25641201 (mode 644) --- /dev/null +++ help/ADDNETWORK.DEU @@ -0,0 +1,20 @@ +ADDNETWORK Name +--------------- +Diese Funktionalitaet ermoeglicht den Aufbau mehrerer Verbindungen +in unterschiedliche IRC-Netzwerke fuer den gleichen Client. +Dies ermoeglicht z. B. eine Verbindung zum Efnet, und gleichzeitig +eine weitere Verbindung zum IRCNet. +Beispiel: +ADDNETWORK Ef +wuerde ein neues Netzwerk mit dem Namen "Ef" hinzufuegen. +Ein jeweiliges Netzwerk wird mit einem sogenannten "Token" angesprochen. +Beispiel: +ADDSERVER Ef~irc.freei.net:6667 +wuerde einen Server fuer das Netzwerk Ef hinzufuegen. Tokens werden immer +vor dem ersten parameter angegeben, sie haben immer den Syntax Token~. +Channels und Nutzer auf dem zweiten Netzwerk werden mit dem Token versehen. +Nutzer JohnDoe wuerde in diesem Netzwerk als Ef~JohnDoe dargestellt werden. +Der Channel #wurst wuerde als #Ef~#wurst dargestellt werden. +Ein typischer Join-Befehl im Netzwerk Ef wuerde wie folgt aussehen: +JOIN #Ef~#Wurst +Siehe: DELNETWORK blob - /dev/null blob + 9994a05907dd80d9d0626c888d10ae58e0b091a1 (mode 644) --- /dev/null +++ help/ADDNETWORK.ITA @@ -0,0 +1,18 @@ +ADDNETWORK name +--------------- +Questa funzionalita' permette di avere connessioni su differenti +network irc in una singola connessione al bouncer. +Cosi' ti e' possibile usare lo stesso client irc per frequentare canali +su network diversi. +Esempio: +/ADDNETWORK Ef +Aggiunge un nuovo network di nome "Ef". +Per ogni network aggiunto puoi usare le funzioni separatamente, per esempio: +/ADDSERVER Ef~irc.freei.net:6667 +aggiunge un server al network appena aggiunto. Il bouncer aprira' una +connessione uscente e relayera' verso il tuo stesso client, prefissando +gli utenti ed i canali col nome del network. Il canale #sausage diverra' +quindi #Ef~#sausage. Analogamente, l'utente johndoe apparira' come Ef~johndoe. +Ogni comando permette di specificare il network al quale riferirsi e quindi +viene eseguito per quel particolare network. +Vedi anche: DELNETWORK blob - /dev/null blob + 0e75bf7b0f79dc5b5d2e3b7e14c69fa171102b46 (mode 644) --- /dev/null +++ help/ADDNETWORK.TXT @@ -0,0 +1,19 @@ +ADDNETWORK name +--------------- +This functionality allows you to use multiple connections to different +ircnetworks to the single connection you are keeping to the bouncer. +So it is possibly for you to get a client in your favourite network also +to secondary networks you also are on. +Example: +ADDNETWORK Ef +Would add a new network token named Ef to your userspecifications. +For any added network, you can use the functions seperately, for example: +ADDSERVER Ef~irc.freei.net:6667 +would add a server for your newly added network token. The bouncer would open +a second outgoing connection and relay it to your single client connection +by prefixing Users and channels with the network token. Channel #sausage +would be on that network #Ef~#sausage. Nicks also get prefixed, so the +User johndoe on EfNet would appear as Ef~johndoe. +Every command can be prefixed with the network token and would then be +executed for your networked client. +See also: DELNETWORK blob - /dev/null blob + 13644d67dd462436cca96224b9e51b8f28184977 (mode 644) --- /dev/null +++ help/ADDOP.DEU @@ -0,0 +1,11 @@ +ADDOP [netzwerk~][#chan] password :hostmaske +-------------------------------------------- +Du kannst User eintragen, welche von Deinem Bouncer Op holen koennen. +Dies ist vergleichbar mit Bots, der Nutzer muss im Falle, falls er +op abfragen will, "op password #channel" an Deinen bouncer per Query +senden. +Beispiel: +/ADDOP #chan Neuespass :*!*@wurst.com. +Falls der Channel nicht angegeben wird, kann der Nutzer op fuer jeden +Channel anfordern, in dem der Bouncer verweilt. +Siehe: DELOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK blob - /dev/null blob + 7708e814dfe6104a5352f5c347b4828579f4421a (mode 644) --- /dev/null +++ help/ADDOP.ITA @@ -0,0 +1,9 @@ +ADDOP [network~][#canale] password :hostmask +------------------------------------------ +Permette di aggiungere utenti alla oplist del bouncer. Questi potranno ottenere +l'op da esso similarmente a come si fa con un bot. +Esempio: +/ADDOP #canale newpass:*!*@this.is.elite.host.com. +Se "#canale" non e' specificato l'utente potra' richiedere l'op al bouncer +in qualunque canale il esso si trovi. +Vedi anche: DELOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK blob - /dev/null blob + 7399e5a854d69fcccd44cc0037427439597bbb0d (mode 644) --- /dev/null +++ help/ADDOP.TXT @@ -0,0 +1,8 @@ +ADDOP [network~][#chan] password :hostmask +------------------------------------------ +You can add users to your bouncer OP list. They can then get OP from bouncer +similar to bot oping. +Example: /ADDOP #chan newpass:*!*@this.is.elite.host.com. +If the "#chan" is not specified then user can ask OP from bouncer in any channel +that the bouncer is OP in. +See also: DELOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK blob - /dev/null blob + d25fe84f022aabe23f71460c028c91df0db609dc (mode 644) --- /dev/null +++ help/ADDSERVER.DEU @@ -0,0 +1,10 @@ +ADDSERVER [netzwerk~][S=]server :port password +---------------------------------------------- +Fuegt einen neuen IRC-Server hinzu. Du kannst mehrere Server hinzufuegen, +falls der Bouncer nicht zu einem angegebenen Server verbinden kann, +versucht er den jeweils naechsten in der Liste. +Falls ein S= vor dem Hostname steht, wird versucht, eine SSL- +Verbindung aufzubauen. +Beispiel: +ADDSERVER irc.uni-erlangen.de:6667 +Siehe: DELSERVER LISTSERVERS blob - /dev/null blob + 6307824c989c800279422a08144107ad8623528c (mode 644) --- /dev/null +++ help/ADDSERVER.ITA @@ -0,0 +1,9 @@ +ADDSERVER [network~][S=]server :port password +--------------------------------------------- +aggiunge un nuovo server IRC alla lista. Puoi aggiungere diversi servers. Se il +bouncer non puo' connettersi ad uno di essi provera' il successivo in lista. +Se metti una S= di fronte all'host del server, il bouncer cerchera' di +stabilire una connessione SSL con esso. +Esempio: +/ADDSERVER irc.stealth.net :6667 +Vedi anche: DELSERVER LISTSERVERS blob - /dev/null blob + 93dda5cea5cc0b1ea6eb76a9358f934782d3614b (mode 644) --- /dev/null +++ help/ADDSERVER.TXT @@ -0,0 +1,9 @@ +ADDSERVER [network~][S=]server :port password +--------------------------------------------- +adds a new IRC server. You can add many servers. If the bouncer can't connect +to a server it will try next one in list. +If you put an S= in front of the Hostname, the bouncer will try to +establish a SSL-Connection. +Example: +ADDSERVER irc.stealth.net :6667 +See also :DELSERVER LISTSERVERS blob - /dev/null blob + aae7d6146c96be642ff21ffe988cc8a87af8ac4d (mode 644) --- /dev/null +++ help/ADDUSER.DEU @@ -0,0 +1,11 @@ +ADDUSER login :Nutzername +------------------------- +Fuegt einen neuen Bouncer-Nutzer hinzu. +Die Maximalanzahl ist jeweils abhaengig von der vor Compilieren +festgelegten MAX_USER-Angabe in der Datei config.hr +Beispiel: +/ADDUSER Anfaenger :Der Anfaenger +"Anfaenger" ist das Login des Nutzers, gleichzusetzen mit dem +Username unter Unix oder dem Ident bei Windows-Clients. +Der Text hinter ":" ist der Nutzername. +Siehe: DELUSER blob - /dev/null blob + a07e8123b8311081dea38ca589c9c1d21837dd14 (mode 644) --- /dev/null +++ help/ADDUSER.ITA @@ -0,0 +1,10 @@ +ADDUSER login :username +------------------------ +Aggiunge un nuovo utente al bouncer, puoi avere fino a 99 utenti +e non verrai ancora flooddato. Ma ricorda che piu' utenti significa piu' +traffico e molti server o shell hanno un traffico limitato. +Esempio: +/ADDUSER newbie :The lamest kid in town ! +newbie verra' usato come LOGIN, che dev'essere l'ident settato nel client. +Il testo dopo ":" verra' usato come REAL NAME. +Vedi anche: DELUSER blob - /dev/null blob + ef696b1d9bc6c3a21f75443248c13f479dfa878d (mode 644) --- /dev/null +++ help/ADDUSER.TXT @@ -0,0 +1,8 @@ +ADDUSER login :username +------------------------ +Adds a new bouncer user, You can add up to 99 users +and you still won't be flooded off. But remember more users means more traffic +and some servers has a traffic limit. Example: Adduser newbie :The lamest kid +in town ! The newbie will be used as a LOGIN. Remember to set your IDENT correct +ly ! The text after ":" is displayed as a REAL NAME. +See also: DELUSER blob - /dev/null blob + 49850f05dc4aff9d60198ffabdc4d1fbf3a4177e (mode 644) --- /dev/null +++ help/AIDLE.DEU @@ -0,0 +1,6 @@ +AIDLE [0|1] +----------- +Schaltet Anti-Idle ein oder aus. +Beispiel: +/AIDLE 1 +Siehe: AUTOREJOIN blob - /dev/null blob + eb6e50b3f4bc42364f2c9145dd0f5c058a73804b (mode 644) --- /dev/null +++ help/AIDLE.ITA @@ -0,0 +1,6 @@ +AIDLE [0|1] +----------- +Disabilita od abilita l'antiidle. +Esempio: +/AIDLE 1 +Vedi anche: AUTOREJOIN blob - /dev/null blob + 7251e0bd74a283cadfe0d238bf1e9ddf3789798e (mode 644) --- /dev/null +++ help/AIDLE.TXT @@ -0,0 +1,6 @@ +AIDLE [0|1] +----------- +Disables or enables Anti-Idle +Example +/AIDLE 1 +See also: AUTOREJOIN blob - /dev/null blob + bb9bba7703ab28fc07fbf119f07ea972e357945e (mode 644) --- /dev/null +++ help/AUTOGETDCC.DEU @@ -0,0 +1,7 @@ +AUTOGETDCC [netzwerk~] :0|1 +--------------------------- +Ermoeglicht oder verhindert das automatische Annehmen von +angebotenen DCC-Dateitransferangeboten. +Diese Einstellung wird als "ausgeschaltet" voreingestellt. +Beispiel: +/AUTOGETDCC 1 blob - /dev/null blob + 8e97385df297448d979d4e4a220d107391ede473 (mode 644) --- /dev/null +++ help/AUTOGETDCC.ITA @@ -0,0 +1,6 @@ +AUTOGETDCC [network~] :0|1 +-------------------------- +abilita o disabilita l'accettazione automatica dei file offerti +via DCC. Quest'opzione e' disabilitata di default. +Esempio: +/AUTOGETDCC 1 blob - /dev/null blob + 9545a16107f905e6842bb96b1199d7263bd79587 (mode 644) --- /dev/null +++ help/AUTOGETDCC.TXT @@ -0,0 +1,6 @@ +AUTOGETDCC [network~] :0|1 +-------------------------- +enables or disables auto get of offered DCC-Files. This setting +is disabled by default. +Example: +/AUTOGETDCC 1 blob - /dev/null blob + fe697d522e23fdc982ba263f7af459f33a797d83 (mode 644) --- /dev/null +++ help/AUTOREJOIN.DEU @@ -0,0 +1,7 @@ +AUTOREJOIN [0|1] +---------------- +Ermoeglicht oder Verhindert den autmatischen Rejoin nach +einem Kick aus einem Channel. +Beispiel: +/AUTOREJOIN 1 +Siehe: AIDLE blob - /dev/null blob + 32c3382d51c28afd52535c5f8e050059ce9a032d (mode 644) --- /dev/null +++ help/AUTOREJOIN.ITA @@ -0,0 +1,7 @@ +AUTOREJOIN [0|1] +---------------- +Disabilita od abilita il rientro automatico dei canali +dopo un kick. +Esempio: +/AUTOREJOIN 1 +Vedi anche: AIDLE blob - /dev/null blob + d52303bdf4e62f052f117d0c59e5667ab4688d32 (mode 644) --- /dev/null +++ help/AUTOREJOIN.TXT @@ -0,0 +1,6 @@ +AUTOREJOIN [0|1] +---------------- +Disables or enables Auto-Rejoin of Channels after Kick +Example +/AUTOREJOIN 1 +See also: AIDLE blob - /dev/null blob + 2d1d723378e9f320a3298c51c36ce6838d2e2d2c (mode 644) --- /dev/null +++ help/BCONNECT.DEU @@ -0,0 +1,7 @@ +BCONNECT [netzwerk~] +-------------------- +Verbindet den Bouncer wieder zum Netzwerk. Muss nach BQUIT +aufgerufen werden, um die Verbindung wiederherzustellen. +Beispiel: +/BCONNECT +Siehe: BQUIT blob - /dev/null blob + c8613785460a58e50eb4ba45dfc75ab85f55c9d9 (mode 644) --- /dev/null +++ help/BCONNECT.ITA @@ -0,0 +1,6 @@ +BCONNECT [network~] +------------------- +Riconnette il bouncer al network IRC +Esempio: +/BCONNECT +Vedi anche: BQUIT blob - /dev/null blob + 87cf38def26a195b9e487a871dbfab9eb640b1bc (mode 644) --- /dev/null +++ help/BCONNECT.TXT @@ -0,0 +1,9 @@ +BCONNECT [ident/network~] +------------------- +Connects bouncer back to the network. +If used by BounceAdmin an ident can be +specified to quit the idents primary +network. +Example +/BCONNECT +See also: BQUIT BQUITN and BCONNECTN blob - /dev/null blob + 9d353514651f8fd92d1bf096ea583342b8a69831 (mode 644) --- /dev/null +++ help/BCONNECTN.TXT @@ -0,0 +1,8 @@ +BCONNECTN ident :network-prefix +---------------------------- +Available to BounceAdmin only. Used to connect +a given ident to its secondary network. +Example: +/BCONNECT TestUser :E +would connect the ident TestUser to the network called E. +See also: BQUIT BQUITN and BCONNECT blob - /dev/null blob + b2a94a9d79da5949baf247fd239e0216429f5ceb (mode 644) --- /dev/null +++ help/BDONE.TXT @@ -0,0 +1,5 @@ +BDONE +----- +This command will return 'Done' when issued. An optional parameter can be provided, e.g.: +BDONE test, and the bouncer will return 'Done: test'. +This is only meant as a service tool for a webinterface. blob - /dev/null blob + 9c0c265e8c431d10cc22984bacd1be751398c922 (mode 644) --- /dev/null +++ help/BHELP.DEU @@ -0,0 +1,4 @@ +BHELP +----- +Diese Hilfe. In Verbindung mit einem Argument wird die Hilfe +des jeweiligen Befehls ausgegeben. blob - /dev/null blob + 2b5763d32fe193729de205307e7cfeb3841ee5d3 (mode 644) --- /dev/null +++ help/BHELP.ITA @@ -0,0 +1,3 @@ +BHELP +----- +Questo Help blob - /dev/null blob + e7d831b51380474b14cda4d4df6e08a1a572cf0d (mode 644) --- /dev/null +++ help/BHELP.TXT @@ -0,0 +1,3 @@ +BHELP +----- +This help blob - /dev/null blob + e07ec77201daac0cc7c9ddf9f9a33399f7c1f0c0 (mode 644) --- /dev/null +++ help/BKILL.DEU @@ -0,0 +1,6 @@ +BKILL Nutzer +------------ +Schliesst die Verbindung eines Nutzers auf den Bouncer. +Beispiel: +BKILL Neuling +Siehe: DELUSER blob - /dev/null blob + 7f44b94e524e0b25920958824695bf9975aab2f1 (mode 644) --- /dev/null +++ help/BKILL.ITA @@ -0,0 +1,7 @@ +BKILL user +---------- +Termina la connessione di un utente nel bouncer. +Solo gli Amministratori possono usare questo comando. +Esempio: +/BKILL lamer +Vedi anche: DELUSER blob - /dev/null blob + 932f0b940f34938e4838f25e03d3975ff05e26e0 (mode 644) --- /dev/null +++ help/BKILL.TXT @@ -0,0 +1,6 @@ +BKILL user +---------- +You can close user connection with BKILL. +Example: +BKILL lamer +See also: DELUSER blob - /dev/null blob + 91ebdb75d8013533116176dd4e03ac2a976257b2 (mode 644) --- /dev/null +++ help/BQUIT.TXT @@ -0,0 +1,8 @@ +BQUIT [ident/network~] +---------------- +quits the server connection until you restart it with BCONNECT. +If used by BounceAdmin a given ident can be quitted at the +users primary network only. +Example: +/BQUIT +See also: BCONNECT BCONNECTN and BQUITN blob - /dev/null blob + 1f822380191b014bf20a3726c301d3e8eaa60333 (mode 644) --- /dev/null +++ help/BQUITN.TXT @@ -0,0 +1,9 @@ +BQUITN ident :network-prefix +---------------------------- +Available to BounceAdmin only. Used to quit +a given idents secondary network. +Example: +/BQUITN TestUser :E +would quit the connection to the network called E +for the ident TestUser. +See also: BQUIT BCONNECT and BCONNECTN blob - /dev/null blob + 381b2edacad624a480fd2de51fd042993b1fecbb (mode 644) --- /dev/null +++ help/BRAW.TXT @@ -0,0 +1,8 @@ +BRAW ident :command +------------------- +Used to simulate a command to a given ident. It has to be +very format strict or it might not work as intended. +Example: +/BRAW TestUser :PRIVMSG #MyChannel :Testing testing +Would send the message "Testing testing" to the channel #MyChannel +as the user with the ident TestUser. Note the two colons. blob - /dev/null blob + ca9ff7f22a070944e0ff4bcd67779a243c1c0ce5 (mode 644) --- /dev/null +++ help/BREHASH.DEU @@ -0,0 +1,4 @@ +BREHASH +------- +Restartet den Bouncer. Alle Verbindungen werden geschlossen. +Beispiel: /BREHASH blob - /dev/null blob + 694d26e79727731c6b8ea736a14b727f86326862 (mode 644) --- /dev/null +++ help/BREHASH.ITA @@ -0,0 +1,5 @@ +REHASH +------ +rehasha il bouncer. Attenzione: questo fara' in modo che il bouncer +si disconnetta ! +Esempio: /REHASH blob - /dev/null blob + 7b5ed87ef4aeb90c015953c3337af337a6e1c53e (mode 644) --- /dev/null +++ help/BREHASH.TXT @@ -0,0 +1,4 @@ +REHASH +------ +rehashes the bouncer. Warning: this will trigger bouncer disconnect ! +Example: /REHASH blob - /dev/null blob + af4db033f17cfc77ffb8acdb3de8088348428e36 (mode 644) --- /dev/null +++ help/BVHOST.DEU @@ -0,0 +1,14 @@ +BVHOST [netzwerk~][link nummer oder nick(nur admin)] :host +---------------------------------------------------------- +Setzt den VHOST, welcher zum Aufbau der Verbindung zum Server +genutzt werden soll. Falls eine Link-Nummer angegeben wird, wird +versucht, ein RELAY zum angegebenen Link herzustellen. +Wird ein nick angegeben, so kann der Bouncer-Admin dem +Nutzer einen Vhost zuweisen. +Um moeglichen Rueckfragen vorzubeugen: +Der VHOST muss auf dem Rechner, auf dem er genutzt werden soll, vorhanden +sein. +Beispiel: +/BVHOST :Nur.Virtuell.Com +Siehe: RELAYLINK PROXY + blob - /dev/null blob + 0a65124b729fd86688df7145df4f261c161d0820 (mode 644) --- /dev/null +++ help/BVHOST.ITA @@ -0,0 +1,7 @@ +BVHOST [network~][numero link|nick] :host +----------------------------------------- +imposta il VHOST - Puoi settare il virtual host da usare se questi sono +presenti nel server su cui il bouncer sta girando. +admin settare il virtual host da usare nick. +Esempio +/BVHOST :Questo.E.Un.Bel.Vhost.Com blob - /dev/null blob + d84bde9d480a66ad0768b969b27de01e60814fc9 (mode 644) --- /dev/null +++ help/BVHOST.TXT @@ -0,0 +1,7 @@ +VHOST [network~][link number or nick] :host +------------------------------------------- +sets your VHOST - You can also set the bouncer to use your virtual hosts if +present on the server from which the bouncer is running. +if a nick is given, an admin may also set the vhost of another user. +Example: +/BVHOST :This.Is.Only.Virtual.Com blob - /dev/null blob + 36bf5a78fc44c4c32d7faf5c055acb4f328af2a9 (mode 644) --- /dev/null +++ help/BVHOSTN.TXT @@ -0,0 +1,9 @@ +BVHOST ident :network-prefix vhost +---------------------------------- +sets the VHOST of an ident at a secondary network. +You can also set the bouncer to use your virtual hosts if +present on the server from which the bouncer is running. +Example: +/BVHOSTN TestUser :E This.Is.Only.Virtual.Com +would change the vhost of TestUser on the network E to +This.Is.Only.Virtual.Com. blob - /dev/null blob + 6c1c3871f66704b8d2b61274ab71a8c11ae0ecaf (mode 644) --- /dev/null +++ help/BWHO.DEU @@ -0,0 +1,5 @@ +BWHO +---- +Listet alle Nutzer des Bouncers und der Bouncer, die verlinkt sind. +Falls ein Nutzer einen '*' vor seinem Login hat, ist dieser Nutzer +eingeloggt. blob - /dev/null blob + ac418910cd90c7df2e8eb48e378cfd292642b40f (mode 644) --- /dev/null +++ help/BWHO.ITA @@ -0,0 +1,6 @@ +BWHO +---- +Lista tutti gli utenti con un account sul bouncer. Se un utente ha un "*" prima del +nick significa che questi e' online nel bouncer. Con questo comando e' anche possibile +vedere i link da (->) e verso (<-) il tuo bouncer. Questo se il tuo bouncer e' +linkato ad altri. blob - /dev/null blob + 1ce3147670a33b513b13751f2e44c5f39f4017d4 (mode 644) --- /dev/null +++ help/BWHO.TXT @@ -0,0 +1,6 @@ +BWHO +---- +Lists all Users on the bouncer. If user has a "*" in front of his nick t +hat means that the user is logged in. With this command you can also see the up +links to (<-) and from (->) your bouncer. That is if you have bouncer linked to +other bouncers. blob - /dev/null blob + 52821e42bc170d5cd5c98950d24bc957230d3e35 (mode 644) --- /dev/null +++ help/DCCANSWER.DEU @@ -0,0 +1,8 @@ +DCCANSWER [S=]nick +------------------ +DCCANSWER antwortet auf einen von nick angeboten DCC-Chat und +stellt die Verbindung her, falls der Nutzer ein DCC-Chat Angebot +gestellt hat. +Wird ein S= vorm Nick angegeben, so versucht psyBNC den Aufbau einer +SSL-Verbindung. +Siehe: DCCCHAT DCCGET DCCSEND DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 1c4f2a66f5f3afc91467fcef6954f0a735b0c50b (mode 644) --- /dev/null +++ help/DCCANSWER.ITA @@ -0,0 +1,8 @@ +DCCANSWER [S=]nick +------------------ +DCCANSWER fa si' che una richiesta di DCC Chat dal dato +nick venga accettata, se questi ha inviato la richiesta +per una sessione di Chat. +Se S= e' messo in fronte al nick, psyBNC cerchera' di +stabilire una connessione SSL. +Vedi anche: DCCCHAT DCCGET DCCSEND DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 885f36cf511073bdb0b4b91cb07973b9a1905e43 (mode 644) --- /dev/null +++ help/DCCANSWER.TXT @@ -0,0 +1,7 @@ +DCCANSWER [S=]nick +------------------ +DCCANSWER will accept an offered DCC Chat from the +given nick, if he sent a request for a Chat Session. +If S= is put in front of the nick, psyBNC tries to +establish a SSL-Connection. +See also: DCCCHAT DCCGET DCCSEND DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 53f528d64757c26d25ebf6247a22455d5dfef43e (mode 644) --- /dev/null +++ help/DCCCANCEL.DEU @@ -0,0 +1,4 @@ +DCCCANCEL nick [:Datei] +----------------------- +Unterbricht den angegebenen DCC-Chat oder DCC-Dateitransfer. +Siehe: DCCCHAT DCCANSWER DCCSEND DCCGET LISTDCC \ No newline at end of file blob - /dev/null blob + daf0caec54a5fbff4a869a33391ca64e46522866 (mode 644) --- /dev/null +++ help/DCCCANCEL.ITA @@ -0,0 +1,4 @@ +DCCCANCEL nick [:file] +---------------------- +annulla una DCC Chat od un trasferimento file. +Vedi anche: DCCCHAT DCCANSWER DCCSEND DCCGET LISTDCC \ No newline at end of file blob - /dev/null blob + ff085c349340fc3d211e680f975d5aa5e741547a (mode 644) --- /dev/null +++ help/DCCCANCEL.TXT @@ -0,0 +1,5 @@ +DCCCANCEL nick [:file] +---------------------- + +Cancels a given DCC Chat or File Transfer. +See also: DCCCHAT DCCANSWER DCCSEND DCCGET LISTDCC \ No newline at end of file blob - /dev/null blob + 02484f6ed2664897e8d8f48e8576b228955a2080 (mode 644) --- /dev/null +++ help/DCCCHAT.DEU @@ -0,0 +1,8 @@ +DCCCHAT [S=]nick +---------------- +bietet dem angegebenen Nick einen DCC-Chat an, und wartet, +bis das Angebot angenommen wird. Wird es abgelehnt, wird das +Angebot nach bestimmter Zeit automatisch geloescht. +Wird ein S= vor dem Nick angegeben, so versucht psyBNC den +Aufbau einer SSL-Verbinding. +Siehe: DCCCANCEL DCCSEND DCCGET DCCANSWER LISTDCC \ No newline at end of file blob - /dev/null blob + fa6613ffb8ce9e3e942c96a19559d6d6e75fccea (mode 644) --- /dev/null +++ help/DCCCHAT.ITA @@ -0,0 +1,7 @@ +DCCCHAT [S=]nick +---------------- +offre una DCC Chat al dato nick ed aspetta finche' verra' +accettata. +Se S= viene messo prima del nick psyBNC cerchera' di stabilire +una connessione SSL. +Vedi anche: DCCCANCEL DCCSEND DCCGET DCCANSWER LISTDCC \ No newline at end of file blob - /dev/null blob + 5e5713d0651197e6cad68dd40440d4d75e157a63 (mode 644) --- /dev/null +++ help/DCCCHAT.TXT @@ -0,0 +1,7 @@ +DCCCHAT [S=]nick +---------------- +offers a DCC Chat to the given nick and waits until it will be +accepted. +If S= is put at the front of the nick, psyBNC tries +to establish a SSL-Connection. +See also: DCCCANCEL DCCSEND DCCGET DCCANSWER LISTDCC \ No newline at end of file blob - /dev/null blob + b5454d537eba216526a2c3e062973a4f077c8db2 (mode 644) --- /dev/null +++ help/DCCENABLE.DEU @@ -0,0 +1,7 @@ +DCCENABLE 0 | 1 +--------------- +Ermoeglicht/Verhindert die Verarbeitung von DCC-Chat-Anfragen +und DCC-Dateitransferanfragen durch psyBNC. Wird dies ausgeschaltet, +werden die Anfragen direkt an einen moeglicherweise verbundenen Client +geschickt. +Siehe: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 154869ac094bfff3f25e67f7a48852a9d5069392 (mode 644) --- /dev/null +++ help/DCCENABLE.ITA @@ -0,0 +1,6 @@ +DCCENABLE 0 | 1 +--------------- +Ti permette di abilitare o disabilitare la gestione +interna delle DCC (sia Chat che Send) da parte del bouncer. +Se disabilitata, psyBNC passera' le richieste DCC sul client. +Vedi anche: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 3a4e7713450c70761ed242dca96227d7fa70cb75 (mode 644) --- /dev/null +++ help/DCCENABLE.TXT @@ -0,0 +1,7 @@ +DCCENABLE 0 | 1 +--------------- +Allows you to disable or enable the internal +DCC-Chat and Send-Handling of psyBNC. If disabled, +psyBNC would just hand the DCC Requests over to +the client. +See also: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 63f24eeee193a2123406742d76ddcd125ecad62f (mode 644) --- /dev/null +++ help/DCCGET.DEU @@ -0,0 +1,9 @@ +DCCGET [S=]nick :Datei +---------------------- +Antwortet nick auf eine DCC-Dateitransferanfrage, und stellt +die Verbindung zum empfangen der Datei her. +Die Datei wird in downloads/USERnn gespeichert, wobei +nn die Nummer des Nutzers ist. +Falls vor dem Nick S= angegeben wird, versucht psyBNC +den Aufbau einer SSL-Verbindung. +Siehe: DCCCHAT DCCANSWER DCCSEND DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + e50484841ac4b30359d8908e57da04e1c47409e0 (mode 644) --- /dev/null +++ help/DCCGET.ITA @@ -0,0 +1,8 @@ +DCCGET [S=]nick :filename +--------------------- +Accetta e riceve un file da un utente rispondendo alla richiesta +di invio. Il file verra' scaricato nella directory downloads/USERnn +dove nn e' il numero dell'utente. +Se S= viene messo prima del nick, psyBNC cerca di stabilire una +connessione SSL. +Vedi anche: DCCCHAT DCCANSWER DCCSEND DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 94e945eafb4d89a7c3720f3d2844e2a293e22bc2 (mode 644) --- /dev/null +++ help/DCCGET.TXT @@ -0,0 +1,8 @@ +DCCGET [S=]nick :filename +--------------------- +Get an offered File from a user by acknowledging the +Send Request. The File will be put into downloads/USERnn, where +nn is the number of the User. +If S= is put before the Nick, psyBNC tries to establish an +SSL-Connection. +See also: DCCCHAT DCCANSWER DCCSEND DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 00d63820c5d7fea70a7a3d703a8229e9a75cf134 (mode 644) --- /dev/null +++ help/DCCSEND.DEU @@ -0,0 +1,7 @@ +DCCSENDME :Datei +-------------- +Sendet eine DCC-Dateitransferanfrage an den eigenen Client, +um eine zuvor auf die Shell transferierte Datei zu uebertragen. +Falls der Nutzer die Anfrage akzeptiert, wird die +Datei versandt. +Siehe: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC DCCSEND \ No newline at end of file blob - /dev/null blob + 6addd8a46271a1b1d6aa762a08c5438ba558eb3b (mode 644) --- /dev/null +++ help/DCCSEND.ITA @@ -0,0 +1,5 @@ +DCCSENDME :filename +------------------- +Invia la richiesta di invio file. +Se l'utente accetta l'invio, il file verra' infiato. +Vedi anche: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC DCCSEND \ No newline at end of file blob - /dev/null blob + 4942bd523a726f5b28680eeae69b31bf131541e4 (mode 644) --- /dev/null +++ help/DCCSEND.TXT @@ -0,0 +1,7 @@ +DCCSENDME :filename +------------------- +Sends a file send request to the own client. This +is thought to transfer formerly downloaded files +from the shell to the user. +If the user accepts the send, the file will be sent. +See also: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC DCCSEND \ No newline at end of file blob - /dev/null blob + 9c2d56ac36e66ccaebd5a6fe01427591bd07277a (mode 644) --- /dev/null +++ help/DCCSENDME.DEU @@ -0,0 +1,8 @@ +DCCSEND [S=]nick :Datei +----------------------- +Sendet eine DCC-Dateitransferanfrage an nick. +Falls der Nutzer die Anfrage akzeptiert, wird die +Datei versandt. +Falls vor dem Nick S= angegeben wird, versucht psyBNC +den Aufbau einer SSL-Verbindung. +Siehe: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 9df5884979aa11a9a329f489af464c6f39268205 (mode 644) --- /dev/null +++ help/DCCSENDME.ITA @@ -0,0 +1,7 @@ +DCCSEND [S=]nick :filename +-------------------------- +Invia la richiesta di invio file ad un dato nickname. +Se l'utente accetta l'invio, il file verra' infiato. +Se S= viene messo prima del nick, psyBNC cerca di +stabilire una connessione SSL. +Vedi anche: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + 786a8e334e5bcf6f56d72e2a44d1d3d8bf2a1a82 (mode 644) --- /dev/null +++ help/DCCSENDME.TXT @@ -0,0 +1,7 @@ +DCCSEND [S=]nick :filename +-------------------------- +Sends a file send request to the given nickname. +If the user accepts the send, the file will be sent. +If S= is put in front of the Nick, psyBNC tries to +create an SSL-Connection. +See also: DCCCHAT DCCANSWER DCCGET DCCCANCEL LISTDCC \ No newline at end of file blob - /dev/null blob + c4d9b154c26599f242c40ccc142778c771afdfe4 (mode 644) --- /dev/null +++ help/DEFAULTIPV6.TXT @@ -0,0 +1,13 @@ +DEFAULTIPV6 :[0|1] +----------------- +Sets whether or not to prefer IPv6 addresses when doing DNS lookups globally. +It affects all users, unless the user has a user preference set with PREFERIPV6 +overriding the global setting. +If enabled psyBNC will prefer IPv6 lookups for servers and vhosts over IPv4. +The default value is 0. +Example: +DEFAULTIPV6 :1 +(Prefers IPv6 for all users, unless overridden by a user) +DEFAULTIPV6 :0 +(Prefers IPv4 over IPv6 for all users, unless overridden by a user) +See also: PREFERIPV6 \ No newline at end of file blob - /dev/null blob + 5a107ad37b3ef396a61ad901f6c81eb743584fa3 (mode 644) --- /dev/null +++ help/DELALLOW.DEU @@ -0,0 +1,7 @@ +DELALLOW number +--------------- +Entfernt einen Host-Allow durch Angabe der korrespondierenden +Nummer aus LISTALLOW. +Beispiel: +DELALLOW 1 +Siehe: ADDALLOW LISTALLOW blob - /dev/null blob + ea4b87dbeddb676e1454501bb66957fe19108acb (mode 644) --- /dev/null +++ help/DELALLOW.ITA @@ -0,0 +1,7 @@ +DELALLOW number +--------------- +Cancella un host consentito dalla lista degli hosts permessi. +Il numero puoi prenderlo con /LISTALLOW. +Esempio: +/DELALLOW 1 +Vedi anche: ADDALLOW LISTALLOW blob - /dev/null blob + 69c49025b7b0398e01856684be751a065c65c170 (mode 644) --- /dev/null +++ help/DELALLOW.TXT @@ -0,0 +1,7 @@ +DELALLOW number +--------------- +Deletes a host allowance from your list of host allows. +You can get the number of the entry from LISTALLOW. +Example: +DELALLOW 1 +See also: ADDALLOW LISTALLOW blob - /dev/null blob + c27b167702f3ac98e5e4f03302c426f139a7a0a4 (mode 644) --- /dev/null +++ help/DELASK.DEU @@ -0,0 +1,7 @@ +DELASK [netzwerk~] :nummer +-------------------------- +Entfernt eine Op Abfrage von einem Bot oder einem User. Die Nummer +kannst Du anhand von /LISTASK herausfinden. +Beispiel: +/DELASK 12 +Siehe: ADDASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + d3960e6fd241f03b55587820f13e67054bfde7c6 (mode 644) --- /dev/null +++ help/DELASK.ITA @@ -0,0 +1,7 @@ +DELASK [network~] :number +------------------------- +cancella un op su richiesta dal bot. Usa /LISTASK per ottenere il numero +da specificare. +Esempio: +/DELASK 12 +Vedi anche: ADDASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + f296f456f1597ff8b9340d1aecb87540e23fd666 (mode 644) --- /dev/null +++ help/DELASK.TXT @@ -0,0 +1,7 @@ +DELASK [network~] :number +------------------------- +deletes op request from a bot. Use /LISTASK to find out which entry you want +to delete. +Example: +/DELASK 12 +See also: ADDASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + 0ccad97870f0f1d4c5842d9b661bd7e04570960f (mode 644) --- /dev/null +++ help/DELAUTOOP.DEU @@ -0,0 +1,7 @@ +DELAUTOOP [netzwerk~]nummer +--------------------------- +Entfernt einen Auto-Op Eintrag nach angegebener Nummer aus LISTAUTOOPS. +Beispiel:: +/DELAUTOOP 2 +Siehe: ADDAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS ADDASK DELASK LISTASK + blob - /dev/null blob + a3aa03394e6907ced4f06fdbae85d91953e8b3b9 (mode 644) --- /dev/null +++ help/DELAUTOOP.ITA @@ -0,0 +1,7 @@ +DELAUTOOP [network~]number +-------------------------- +cancella un autoop per numero. +Il numero puoi ottenerlo con /LISTAUTOOPS. +Esempio: +/DELAUTOOP 2 +Vedi anche: ADDAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS ADDASK DELASK LISTASK blob - /dev/null blob + 52b69780213ab69e5f2ee3079f1a4c4e3363e36d (mode 644) --- /dev/null +++ help/DELAUTOOP.TXT @@ -0,0 +1,8 @@ +DELAUTOOP [network~]number +-------------------------- +deletes an added autoop entry by number. +You can get the number from LISTAUTOOPS. +Example: +/DELAUTOOP 2 +See also: ADDAUTOOP LISTAUTOOPS ADDOP DELOP LISTOPS ADDASK DELASK LISTASK + blob - /dev/null blob + d1458e11e256414ac5bb6d80660c404cc78ca7ac (mode 644) --- /dev/null +++ help/DELBAN.DEU @@ -0,0 +1,7 @@ +DELBAN [netzwerk~] :nummer +-------------------------- +Entfernt einen Ban aus der BanListe. Um herauszufinden, welche Nummer +anzugeben ist, benutze LISTBANS. +Beispiel: +/DELBAN 6 +Siehe: ADDBAN LISTBANS blob - /dev/null blob + 6567ea2c634708f0f711da2cfe6bb3eee135aa61 (mode 644) --- /dev/null +++ help/DELBAN.ITA @@ -0,0 +1,6 @@ +DELBAN [network~] :number +------------------------- +Rimuove un ban dalla banlist. Per vedere quale ban vuoi rimuovere usa /LISTBANS +Esempio +/DELBAN 6 +Vedi anche: ADDBAN LISTBANS blob - /dev/null blob + 1d3dd3018525900756292b19c494385506f99b45 (mode 644) --- /dev/null +++ help/DELBAN.TXT @@ -0,0 +1,6 @@ +DELBAN [network~] :number +------------------------- +Removes a ban from your BanList. Too see what ban you want to remove use /LISTBANS +Example: +/DELBAN 6 +See also: ADDBAN LISTBANS blob - /dev/null blob + aa1fc59b1aa9bcbf39b23fcc7e0ef6182a42d580 (mode 644) --- /dev/null +++ help/DELDCC.DEU @@ -0,0 +1,7 @@ +DELDCC [netzwerk~]nummer +------------------------ +Entfernt eine DCC-Bot-Verbindung. Die Nummer kann aus LISTDCC ausgelesen +werden. +Beispiel: +/DELDCC 4 +Siehe: ADDDCC LISTDCC blob - /dev/null blob + ce6552fc56fb904e7f21e665d41c98727132512f (mode 644) --- /dev/null +++ help/DELDCC.ITA @@ -0,0 +1,7 @@ +DELDCC [network~]number +----------------------- +cancella una connessione dcc verso un bot. Puoi ottenere questo numero +col comando /LISTDCC. +Esempio: +/DELDCC 4 +Vedi anche: ADDDCC LISTDCC blob - /dev/null blob + 0eadf11a3cd9144c6ddc18cbe51b5c27cec7d050 (mode 644) --- /dev/null +++ help/DELDCC.TXT @@ -0,0 +1,7 @@ +DELDCC [network~]number +----------------------- +deletes a dcc bot connection. You can get the number of DCC link that you want +to delete using the /LISTDCC command. +Example: +/DELDCC 4 +See also: ADDDCC LISTDCC blob - /dev/null blob + 814592514186ca6942387b708878a5ee03110614 (mode 644) --- /dev/null +++ help/DELENCRYPT.DEU @@ -0,0 +1,8 @@ +DELENCRYPT [netzwerk~]nummer +---------------------------- +DELENCRYPT entfernt eine hinzugefuegte Verschluesselung +aus der Liste der Channel- oder Nutzerverschluesselungen. +Siehe /LISTENCRYPT, um die Nummer der Verschluesselung herauszufinden. +Beispiel: +DELENCRYPT 3 +Siehe: ENCRYPT LISTENCRYPT blob - /dev/null blob + 920c2b466a80ab4d4d3fef3d4f482641d4048f05 (mode 644) --- /dev/null +++ help/DELENCRYPT.ITA @@ -0,0 +1,9 @@ +DELENCRYPT [network~]number +--------------------------- +DELENCRYPT permette di rimuovere un ENCRYPT dalla lista. +Usa /LISTENCRYPT per prendere nota del numero dell'encrypt +da eliminare. +Esempio: +/DELENCRYPT 3 +cancellerebbe l'entry 3 dalla lista delle crittazioni. +Vedi anche: ENCRYPT LISTENCRYPT blob - /dev/null blob + f6a526317b1644f8f188da0b209e4781770fb6ec (mode 644) --- /dev/null +++ help/DELENCRYPT.TXT @@ -0,0 +1,9 @@ +DELENCRYPT [network~]number +--------------------------- +DELENCRYPT allows you to remove an added ENCRYPT entry from +the list of Encryption-Settings. See /LISTENCRYPT to get +the number of the context to be removed. +Example: +DELENCRYPT 3 +would remove entry 3 from the list of crypting specifications. +See also: ENCRYPT LISTENCRYPT blob - /dev/null blob + cb669c795e8b2c9926ff73cb035a5657877ddda9 (mode 644) --- /dev/null +++ help/DELIGNORE.DEU @@ -0,0 +1,6 @@ +DELIGNORE [netzwerk~]nummer +--------------------------- +Entfernt einen Ignore-Eintrag aus der Ignore-Liste +Beispiel: +/DELIGNORE 2 +Siehe: ADDIGNORE LISTIGNORES blob - /dev/null blob + 3e176404e03b121ba8a5bb8fcfbe6c675389f720 (mode 644) --- /dev/null +++ help/DELIGNORE.ITA @@ -0,0 +1,6 @@ +DELIGNORE [network~]number +--------------------------- +Cancella l'entry di un ignore dalla lista. +Esempio: +/DELIGNORE 2 +Vedi anche: ADDIGNORE LISTIGNORES blob - /dev/null blob + 2025d42355b9e071e3b4a890f831abde7d9b21f7 (mode 644) --- /dev/null +++ help/DELIGNORE.TXT @@ -0,0 +1,6 @@ +DELIGNORE [network~]number +--------------------------- +Deletes an Ignore-Entry from the Ignore-list +Example: +/DELIGNORE 2 +See also: ADDIGNORE LISTIGNORES blob - /dev/null blob + 41c6d15d2b540d22fe47132c9bdd5e62d1f522a8 (mode 644) --- /dev/null +++ help/DELLINK.DEU @@ -0,0 +1,6 @@ +DELLINK nummer +-------------- +Entfernt einen Link zu einem anderen Bouncer. Die Nummer des Links +steht in der Liste aus LISTLINKS. +Beispiel: +/DELLINK 4 blob - /dev/null blob + 1c9a1ecb43c9d8f11353113ad6413776f528ba22 (mode 644) --- /dev/null +++ help/DELLINK.ITA @@ -0,0 +1,6 @@ +DELLINK number +-------------- +cancella un bouncer dalla BounceNet. Puoi segnarti il numero del +bouncer da eliminare dando il comando /LISTLINKS. +Esempio: +/DELLINK 4 blob - /dev/null blob + 5250f792c7a96697765da3e2cc3929dcc0e1b682 (mode 644) --- /dev/null +++ help/DELLINK.TXT @@ -0,0 +1,6 @@ +DELLINK number +-------------- +deletes a bouncer from the BounceNet. You can get the number +of the bouncer with LISTLINKS command. +Example: +/DELLINK 4 blob - /dev/null blob + d786b47b7798a22366e57ed343c2a8e6d1618e08 (mode 644) --- /dev/null +++ help/DELLOG.DEU @@ -0,0 +1,8 @@ +DELLOG [netzwerk~]nummer +------------------------ +DELLOG ermoeglicht das Entfernen eines Eintrages in den +Trafficlog-Filtern/Quellen. +Die Nummer kann aus der Liste aus LISTLOGS ausgelesen werden. +Beispiel: +DELLOG 3 +Siehe: ADDLOG LISTLOG PLAYTRAFFICLOG ERASETRAFFICLOG \ No newline at end of file blob - /dev/null blob + 99dc677d434349fa2f939de00ddcc6801efa0b53 (mode 644) --- /dev/null +++ help/DELLOG.ITA @@ -0,0 +1,10 @@ +DELLOG [network~]number +----------------------- +DELLOG permette di cancellare un entry dalla lista dei log per il +traffic log. +Esempio: +/DELLOG 3 +cancellerebbe l'entry 3 dalla lista. +Per prendere nota del numero da specificare usa /LISTOLOGS. +E' il primo numero all'inizio dell'entry. +Vedi anche: ADDLOG LISTLOG PLAYTRAFFICLOG ERASETRAFFICLOG \ No newline at end of file blob - /dev/null blob + e86bff2a063b4ef5dd619c855d098e20f4912799 (mode 644) --- /dev/null +++ help/DELLOG.TXT @@ -0,0 +1,10 @@ +DELLOG [network~]number +----------------------- +DELLOG allows you to delete an entry to the logging specifications +for traffic logging. +Example: +DELLOG 3 +would remove entry 3 from the list of logging specifications. +To get the number to remove, do LISTLOGS. It is the leading +number in front of the entry. +See also: ADDLOG LISTLOG PLAYTRAFFICLOG ERASETRAFFICLOG \ No newline at end of file blob - /dev/null blob + 372d3b53eb9ae2c2733281609322493e5e041661 (mode 644) --- /dev/null +++ help/DELNETWORK.DEU @@ -0,0 +1,4 @@ +DELNETWORK name +--------------- +Entfernt ein Netzwerk. +Siehe: ADDNETWORK blob - /dev/null blob + 56633f0111ecd77e3dbcd68591f1dbb10d0daf68 (mode 644) --- /dev/null +++ help/DELNETWORK.ITA @@ -0,0 +1,3 @@ +DELNETWORK name +--------------- +cancella un network. Vedi ADDNETWORK per ulteriori informazioni. blob - /dev/null blob + bb903836d89056ebc4379199002a537cfb2b81c9 (mode 644) --- /dev/null +++ help/DELNETWORK.TXT @@ -0,0 +1,3 @@ +DELNETWORK name +--------------- +deletes a network. See ADDNETWORK for further informations. blob - /dev/null blob + 340b413bb6eb785495340a461f24b2464e294b68 (mode 644) --- /dev/null +++ help/DELOP.DEU @@ -0,0 +1,8 @@ +DELOP [netzwerk~] :nummer +------------------------- +loescht einen Eintrag aus der Liste der Nutzer, welche vom +Bouncer Op abfragen koennen. Die Nummer des Nutzers kann aus /LISTOPS +ausgelesen werden. +Beispiel: +/DELOP 12 +Siehe: LISTOPS ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDAS DELASK LISTASK blob - /dev/null blob + dc8c523f13309376dc9378b49ccd5d171aacc38d (mode 644) --- /dev/null +++ help/DELOP.ITA @@ -0,0 +1,7 @@ +DELOP [network~] :number +------------------------ +cancella un utente che puo' chiedere l'OP al tuo bouncer. Per vedere la +lista degli utenti che possono farlo usa /LISTOPS ! +Esempio: +/DELOP 12 +Vedi anche: LISTOPS ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDAS DELASK LISTASK blob - /dev/null blob + bf5e2b64eaeac66363adf214e462b22b7dea7c28 (mode 644) --- /dev/null +++ help/DELOP.TXT @@ -0,0 +1,7 @@ +DELOP [network~] :number +------------------------ +deletes a user that can ask OP from your bouncer. In order to see a list +of users added in your OP list use /LISTOPS ! +Example: +/DELOP 12 +See also: LISTOPS ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDAS DELASK LISTASK blob - /dev/null blob + 475405ac15c185885f1a09755cc8de1874e3de46 (mode 644) --- /dev/null +++ help/DELSERVER.DEU @@ -0,0 +1,7 @@ +DELSERVER [netzwerk~] :servernummer +----------------------------------- +Loescht einen Eintrag aus der Liste der Server. Nutze +/LISTSERVERS um die Nummer herauszufinden. +Beispiel: +/DELSERVER 5 +Siehe: ADDSERVER LISTSERVER blob - /dev/null blob + 33c47e8f422104ba69ea5e5ba8f1a9671e3c3a1d (mode 644) --- /dev/null +++ help/DELSERVER.ITA @@ -0,0 +1,9 @@ +DELSERVER [network~] :servernumber +---------------------------------- +Cancella un server dalla lista. Se ti accorgi che qualche server e' laggato +o non ti permette di connettertici oppure ti da' una connessione +r (restricted) +puoi cancellarli. +Usa /LISTERVERS per prendere nota dal numero di server da cancellare. +Esempio: +/DELSERVER 5 +Vedi anche: ADDSERVER LISTSERVER blob - /dev/null blob + d738d33a765e5d481d14d90851ad84cfb42ebd86 (mode 644) --- /dev/null +++ help/DELSERVER.TXT @@ -0,0 +1,8 @@ +DELSERVER [network~] :servernumber +---------------------------------- +Deletes Server. If you find out that some IRC servers are LAGGED or don't allow +your connection or you have +r (restricted) connection you can delete them. +Use /LISTERVERS to get the server number that you want to delete. +Example: +/DELSERVER 5 +See also: ADDSERVER LISTSERVER blob - /dev/null blob + 76db6c7d4209abb4e30814160e32d044ee5209d7 (mode 644) --- /dev/null +++ help/DELTRANSLATE.DEU @@ -0,0 +1,9 @@ +DELTRANSLATE [netzwerk~]nummer +------------------------------ +Loescht einen Eintrag in der Liste der Uebersetzungen. +Siehe /LISTTRANSLATE, um die Nummer des Uebersetzers heraus- +zufinden. +Beispiel: +DELTRANSLATE 3 +Siehe: TRANSLATE LISTTRANSLATE + blob - /dev/null blob + ce55d75c7d6286fe2be74dcd210b33b55c0f7406 (mode 644) --- /dev/null +++ help/DELTRANSLATE.ITA @@ -0,0 +1,9 @@ +DELTRANSLATE [network~]number +----------------------------- +DELTRANSLATE ti permette di rimuovere un translator dalla lista. +Usa /LISTTRANSLATE per prendere nota del numero di translator +da eliminare. +Esempio: +/DELTRANSLATE 3 +cancellerebbe l'item 3 dalla lista di translator. +Vedi anche: TRANSLATE LISTTRANSLATE blob - /dev/null blob + dbb8338aee18008bafe1099cd34317bbe4f6738d (mode 644) --- /dev/null +++ help/DELTRANSLATE.TXT @@ -0,0 +1,10 @@ +DELTRANSLATE [network~]number +----------------------------- +DELTRANSLATE allows you to remove an added translator entry from +the list of formerly added translators. See /LISTTRANSLATE to get +the number of the context to be removed. +Example: +DELTRANSLATE 3 +would remove entry 3 from the list of translators. +See also: TRANSLATE LISTTRANSLATE + blob - /dev/null blob + 93b60a767ee33dbf12e8cfcd4d913882ff734563 (mode 644) --- /dev/null +++ help/DELUSER.DEU @@ -0,0 +1,7 @@ +DELUSER login +------------- +loescht einen Nutzer vom Bouncer. Du musst Bouncer-Admin sein, +um diesen Befehl ausfuehren zu koennen. +Beispiel: +/DELUSER Anfaenger +Siehe: ADDUSER blob - /dev/null blob + 53e84914cfe7be4969a53b30f35a47496f3e676a (mode 644) --- /dev/null +++ help/DELUSER.ITA @@ -0,0 +1,7 @@ +DELUSER login +------------- +cancella un utente dal bouncer. Devi essere Amministratore del +bouncer per cancellare un utente. +Esempio: +/DELUSER newbie +Vedi anche: ADDUSER blob - /dev/null blob + f6a3389b4d4ef86ff9f4570018b428cf10d73d1d (mode 644) --- /dev/null +++ help/DELUSER.TXT @@ -0,0 +1,5 @@ +DELUSER login +------------- +deletes a bouncer user. You must be Bouncer Admin in order to +delete a user. Example: /deluser newbie +See also: ADDUSER blob - /dev/null blob + 00fcdc83ecb6b7945a1235c21d358011ed507b7e (mode 644) --- /dev/null +++ help/ENCRYPT.DEU @@ -0,0 +1,17 @@ +ENCRYPT [netzwerk~]password :#channel oder nick +----------------------------------------------- +ENCRYPT fuegt einen Eintrag zu der Liste der Verschluesselungen +von Konversationen hinzu. #channel oder Nick ist das Ziel und die +Quelle, an oder von der die Konversation zu verschluesseln ist. +Der jeweilige Schluessel muss mit der Zielperson oder mit den +Zielpersonen abgestimmt werden. Beide Seiten muessen ein +korrespondierendes Password setzen. +Beispiel: +/ENCRYPT v1s1t0r :john +Falls John das gleiche Password setzt, wird die Konversation +entschluesselt. Verschluesselungsalgorithmen sind Blowfish und +IDEA. Falls fuer einen Channel verschluesselt werden soll, muessen +alle Personen auf diesem Channel das gleiche Password kennen. +Beispiel: +/ENCRYPT weissnich :#geheim +Siehe: DELENCRYPT LISTENCRYPT blob - /dev/null blob + 003d0fd638b7055a626fd29e3735254db9a55051 (mode 644) --- /dev/null +++ help/ENCRYPT.ITA @@ -0,0 +1,16 @@ +ENCRYPT [network~]password :#canale o nick +-------------------------------------------- +ENCRYPT cripta i messaggi per un canale od una persona, per permettere +una maggiore privacy su irc. Devi decidere una key con la persona +con cui vuoi parlare cifrato, quindi entrambi dovrete impostare +questa key per criptare e decriptare correttamente. +Esempio: +/ENCRYPT v1s1t0r :john +If john ha anche lui impostato la stessa password per il tuo nick, +potrete parlare criptato. Inoltre gli algoritmi di criptazione +blowfish e idea vengono usati. +Se stai usando ENCRYPT verso un canale, tutti gli utenti del canale +devono impostare la stessa password. +Esempio: +/ENCRYPT d0ntkn0w :#leet +Vedi anche: DELENCRYPT LISTENCRYPT blob - /dev/null blob + ddfe5e7ded8dac5fb4ec985f75ea07adc17d4834 (mode 644) --- /dev/null +++ help/ENCRYPT.TXT @@ -0,0 +1,15 @@ +ENCRYPT [network~]password :#channel or nick +-------------------------------------------- +Encrypt encrypts talk to a channel or person. This is thought +for allowing improved privacy on irc. You need to handshake +a key with the person you want to talk to encrypted, then +both sides have to set that key to encrypt and decrypt correctly. +Example: +/ENCRYPT v1s1t0r :john +If john would also set the same password to your nick, you could +talk encrypted. As encryption algorithms blowfish and idea are used. +If you are using ENCRYPT for a channel, then all people on the channel +have to set the same password. +Example: +/ENCRYPT d0ntkn0w :#leet +See also: DELENCRYPT LISTENCRYPT blob - /dev/null blob + f6aff7eeb8e98c7dea707f2ba44ba97300b1d338 (mode 644) --- /dev/null +++ help/ERASEMAINLOG.DEU @@ -0,0 +1,4 @@ +ERASEMAINLOG +------------ +Loescht das Haupt-Log des Bouncers. +Siehe: PLAYPRIVATELOG ERASELOG PLAIMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 4a796b3a3f0960c2b06c083a564dab4007415b55 (mode 644) --- /dev/null +++ help/ERASEMAINLOG.ITA @@ -0,0 +1,5 @@ +ERASEMAINLOG +------------ +cancella il log principale. Per potere tenere i log aggiornati dovresti +cancellare il log di sistema dopo che lo hai esaminato. +Vedi anche: PLAYPRIVATELOG ERASELOG PLAIMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + dc375a01663e75a71cc84644c176a5f8a2027283 (mode 644) --- /dev/null +++ help/ERASEMAINLOG.TXT @@ -0,0 +1,5 @@ +ERASEMAINLOG +------------ +erases the bouncer system log. In order to keep your log up to +date you should delete the bouncer system log after you examine it. +See also: PLAYPRIVATELOG ERASELOG PLAIMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + a571d9b9f7115a1739d1c9e2dcf23728b597c099 (mode 644) --- /dev/null +++ help/ERASEPRIVATELOG.DEU @@ -0,0 +1,4 @@ +ERASEPRIVATELOG [netzwerk~] +--------------------------- +Loescht das Nutzer-Log sowie die darin gespeicherten privaten Nachrichten. +Siehe: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 0851ff0b7a764283761635b2c86b6c4e04ac3edc (mode 644) --- /dev/null +++ help/ERASEPRIVATELOG.ITA @@ -0,0 +1,6 @@ +ERASEPRIVATELOG [network~] +-------------------------- +cancella i messaggi loggati. +erases your logged messages. Per potere tenere i log aggiornati dovresti +cancellari i messaggi che hai gia' letto usando /PLAYPRIVATELOG. +Vedi anche: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + fc7c3dd536b9dbcb02fffb593116a3fc68a60e79 (mode 644) --- /dev/null +++ help/ERASEPRIVATELOG.TXT @@ -0,0 +1,5 @@ +ERASEPRIVATELOG [network~] +-------------------------- +erases your logged messages. In order to keep your log up to date you should +delete the messages that you allready read using /PLAYPRIVATELOG. +See also: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + fc5fc1d57c913b7ac74da21c1072e42bfd3498b4 (mode 644) --- /dev/null +++ help/ERASETRAFFICLOG.DEU @@ -0,0 +1,4 @@ +ERASETRAFFICLOG [netzwerk~] +--------------------------- +Loescht das Traffic-Log des Nutzers. +Siehe: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYPRIVATELOG ERASEPRIVATELOG blob - /dev/null blob + bc9b2b800009d3dd7ba659031b52f48dc738b68c (mode 644) --- /dev/null +++ help/ERASETRAFFICLOG.ITA @@ -0,0 +1,5 @@ +ERASETRAFFICLOG [network~] +-------------------------- +cancella il log del traffico IRC. Per potere tenere i log aggiornati dovresti +cancellari i messaggi che hai gia' letto usando /PLAYTRAFFICLOG last. +Vedi anche: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYPRIVATELOG ERASEPRIVATELOG blob - /dev/null blob + e8a7b0cd1183b6c07400b9e7e8a3cf9df46a2d32 (mode 644) --- /dev/null +++ help/ERASETRAFFICLOG.TXT @@ -0,0 +1,5 @@ +ERASETRAFFICLOG [network~] +-------------------------- +erases your traffig log. In order to keep your log up to date you should +delete the messages that you allready read using /PLAYTRAFFICLOG last. +See also: PLAYPRIVATELOG PLAIMAINLOG ERASEMAINLOG PLAYPRIVATELOG ERASEPRIVATELOG blob - /dev/null blob + 27518db31d07655b35221e31bdd64e9917ea43ab (mode 644) --- /dev/null +++ help/FIXLISTENER.TXT @@ -0,0 +1,8 @@ +FIXLISTENER +----------- +FIXLISTENER takes no argument and tries to recreate the main +listening socket in case it has died (known to happen at +FreeBSD). +Example: +/FIXLISTENER +See also: SOCKSTAT and KILLSOCKET blob - /dev/null blob + 27ad797615e361db817068d68ccc6831aa3688b4 (mode 644) --- /dev/null +++ help/JUMP.DEU @@ -0,0 +1,10 @@ +JUMP [netzwerk~] :[nummer] +-------------------------- +Springt zum naechsten Server aus der Serverliste, falls keine +Nummer angegeben ist. Ist eine Nummer angeben, wird direkt +zu dem korrespondierenden Server aus LISTSERVERS gesprungen. +Der JUMP-Befehl muss auch genutzt werden, um Einstellungen +wie PROXY oder VHOST zu aktivieren. +Beispiel: +JUMP +Siehe: LISTSERVERS ADDSERVER DELSERVER \ No newline at end of file blob - /dev/null blob + 5cf688eca10efaba6dca150204f8492c30d6bd45 (mode 644) --- /dev/null +++ help/JUMP.ITA @@ -0,0 +1,12 @@ +JUMP [network~] :[number] +------------------------- +Salta al prossimo server, se nessun numero di server e' indicato, o al numero +del server in LISTSERVERS. +Se sei laggato o qualcos'altro va male puoi forzare il bouncer a cambiare +server. Per fare questo devi avere almeno due IRC server nella lista (vedi +/ADDSERVER). +Il comando JUMP e' anche usato dopo che si cambia VHOST o in altre situazioni +quando indicato. +Esempio: +/JUMP +Vedi anche: LISTSERVERS ADDSERVER DELSERVER \ No newline at end of file blob - /dev/null blob + b99215ce59bb1103159cc09f731b5ac5403b8f79 (mode 644) --- /dev/null +++ help/JUMP.TXT @@ -0,0 +1,12 @@ +JUMP [network~] :[number] +------------------------- +jumps to next server, if no servernumber is given, or to the server by number +from LISTSERVERS. +If you are in LAG or something else is wrong you can +force bouncer to change servers. In order to do that you must have +atleast two IRC servers added in ServerList (See /addserver) +JUMP command is also used to trigger VHOSTS or in other situations when +displayed. +Example: +JUMP +See also: LISTSERVERS ADDSERVER DELSERVER \ No newline at end of file blob - /dev/null blob + 28e7a167691ffb391037b3a8cad3a43edae3e036 (mode 644) --- /dev/null +++ help/KILLSOCKET.TXT @@ -0,0 +1,9 @@ +KILLSOCKET +------------------ +KILLSOCKET allows you to kill one or more sockets matching a +given ID or a specific IP. +Example: +/KILLSOCKET 4 +would remove (kill) the socket called 4. The current sockets can +be viewed with SOCKSTAT. +See also: SOCKSTAT and FIXLISTENER blob - /dev/null blob + 11eb511f28ffe8ec15e7a80f1cae336861a971f3 (mode 644) --- /dev/null +++ help/LEAVEQUIT.DEU @@ -0,0 +1,7 @@ +LEAVEQUIT [0|1] +--------------- +Ermoeglicht/Verhindert das Verlassen der Channels bei Trennung +der Verbindung des Nutzers zum Bouncer. +Beispiel: +/LEAVEQUIT 1 +Siehe: AUTOREJOIN blob - /dev/null blob + 7ebfd29fdf5c25a37b30060afc5f616f385dfba0 (mode 644) --- /dev/null +++ help/LEAVEQUIT.ITA @@ -0,0 +1,7 @@ +LEAVEQUIT [0|1] +--------------- +Se abilitato, psyBNC uscira' da tutti i canali dopo che ti disconnetti +da esso. +Esempio: +/LEAVEQUIT 1 +Vedi anche: AUTOREJOIN blob - /dev/null blob + 2a07c85e66b4aef7a68673931ec7095eb6dbb766 (mode 644) --- /dev/null +++ help/LEAVEQUIT.TXT @@ -0,0 +1,6 @@ +LEAVEQUIT [0|1] +--------------- +If enabled, psyBNC will leave all channels after Client-Disconnect +Example +/LEAVEQUIT 1 +See also: AUTOREJOIN blob - /dev/null blob + caa0fb1ae08de1bb29d4a415f73ac10652f2896c (mode 644) --- /dev/null +++ help/LINKFROM.DEU @@ -0,0 +1,18 @@ +LINKFROM name :host:port +------------------------- +LINKFROM fuegt einen Link von einem anderen Bouncer zu der Liste der Links +hinzu. +Man kann so viele Bouncer verlinken, wie man mag. Dies ermoeglicht +desweiteren das Einrichten einer Partyline, entweder ueber das sogenannte +int~-Net oder ueber den internen Channel &partyline, falls dieser bei +Compilierung eingeschaltet wurde. +Die Verlinkung von Bouncern veraendert keinerlei Rechte der Nutzer +auf dem verlinkten Bouncer, der Zugriff der anderen Nutzer ist trotzdem +nicht gestattet. Nur, falls RELAYLINK aktiviert ist, koennen die +Nutzer des anderen Bouncers auch die VHOSTS des verlinkten Bouncers +mitnutzen. +Ob die Linkverbindung verschluesselt werden soll, ist davon abhaengig, +ob SSL-Listener angelegt wurden. +Beispiel: +/linkfrom :der.host.des.bouncers.der.zu.dir.linkt.org:38765. +Siehe: LINKTO NAMEBOUNCER und RELAYLINK blob - /dev/null blob + bd38f5d5df46e4cdf63da905599c4b25a3edbef1 (mode 644) --- /dev/null +++ help/LINKFROM.ITA @@ -0,0 +1,11 @@ +LINKFROM name :host:port +------------------------- +Permette un link da un altro bouncer. Puoi linkare a quanti altri +bouncer ti pare, non verranno rallentati. Quindi puoi chattare nella partyline +del bouncer o nel canale del bouncer. Gli utenti degli altri bouncer NON +avranno accesso o diritti nel tuo bouncer ! +Se dev'essere usata una criptazione SSL, dipende dall'insatallazione degli +altri listener SSL. +Esempio +/linkfrom :this.is.host.of.bouncer.that.is.linking.to.you.com:98765. +See also: LINKTO NAMEBOUNCER and RELAYLINK blob - /dev/null blob + 038f33748420b2c940ea1a1f0264c923cab3a06f (mode 644) --- /dev/null +++ help/LINKFROM.TXT @@ -0,0 +1,11 @@ +LINKFROM name :host:port +------------------------- +Allows a link from another bouncer. You can link as many bouncers as you wish. +That won't slow them down. Then you can also chat in Bouncer PartyLine or in the +private bouncer channel. Users from other bouncers won't have no access or rights +in your bouncer ! +If SSL-Encryption should be used, is dependent from the Installation +of SSL-Listeners. +Example: +/linkfrom :this.is.host.of.bouncer.that.is.linking.to.you.com:98765. +See also: LINKTO NAMEBOUNCER and RELAYLINK blob - /dev/null blob + 2ecd433d975dfb4055a8b659b64823f50a3274e5 (mode 644) --- /dev/null +++ help/LINKTO.DEU @@ -0,0 +1,18 @@ +LINKTO :[S=]host:port +--------------------- +LINKTO erzeugt einen neuen Eintrag in der Liste der Links zu einem +anderen Bouncer. Die jeweilige Gegenstelle muss zuvor einen LINKFROM- +Eintrag erzeugt haben, damit die LINK-Verbindung zustande kommen kann. +Es koennen so viele Bouncer verlinkt werden, wie man mag. Dadurch +ist die Moeglichkeit gegeben, eine interne Partyline zu nutzen, ent- +weder ueber das sogenannte int~-Net oder ueber den Channel &partyline, +falls dieser vor Compilierung aktiviert wurde. +Nutzerrechte werden durch Links nicht beeintraechtigt, kein Nutzer +des gelinkten Bouncers kann auf den eigenen Bouncer zugreifen. Lediglich +die Verwendung von RELAYLINK ermoeglicht die Nutzung von VHOSTS des anderen +Bouncers. +Wirt vor dem Host S= angegeben, so versucht psyBNC den Aufbau +eines SSL-Links. +Beispiel: +/linkto :der.name.des.hosts.zu.dem.gelinkt.wird.org:54321 +Siehe: LINKFROM NAMEBOUNCER and RELAYLINK blob - /dev/null blob + 558ecb114d78fd33eb527e7b486a70ec9db37351 (mode 644) --- /dev/null +++ help/LINKTO.ITA @@ -0,0 +1,12 @@ +LINKTO :[S=]host:port +--------------------- +Stabilisce un nuovo link verso un altro bouncer. Puoi linkare a quanti altri +bouncer ti pare, non verranno rallentati. Quindi puoi chattare nella partyline +del bouncer o nel canale del bouncer. Gli utenti degli altri bouncer NON +avranno accesso o diritti nel tuo bouncer ! +Se S= viene posta prima dell'host, psyBNC cerca di creare una connessione SSL. +Esempio: +/linkto :S=this.is.host.of.bouncer.that.you.are.linking.to.com:54321 +Il tuo bouncer (host e porta) dev'essere addato nel bouncer a cui lo stai +facendo linkare per fare in modo che questa connessione funzioni. +Vedi anche: LINKFROM NAMEBOUNCER and RELAYLINK blob - /dev/null blob + 47d6ba347780818e76146d9e46b6105c89659266 (mode 644) --- /dev/null +++ help/LINKTO.TXT @@ -0,0 +1,13 @@ +LINKTO :[S=]host:port +--------------------- +Establishes a new link to another bouncer. You can link as +many bouncers as you wish. That won't slow them down. Then you can also chat +in Bouncer PartyLine or in the bouncer channel. Users from other bouncers +won't have access or rights in your bouncer ! +If S= is being put in front of the host, psyBNC tries to create an SSL- +Connection. +Example: +/linkto :this.is.host.of. bouncer.that.you.are.linking.to.com:54321 +Your bouncer (host and port) must be added in the bouncer that you are linking +to in order for this connection to work. +See also: LINKFROM NAMEBOUNCER and RELAYLINK blob - /dev/null blob + 880fd3932c091f902d6bc49095c61a9abe062602 (mode 644) --- /dev/null +++ help/LISTALLOW.DEU @@ -0,0 +1,5 @@ +LISTALLOW +--------- +LISTALLOW zeigt die Liste der Host-Allows, also der Hosts, welche +zum Bouncer connecten duerfen. +Siehe: ADDALLOW DELALLOW blob - /dev/null blob + 87bec9445202ed93e8501af05031d9a4973af1b9 (mode 644) --- /dev/null +++ help/LISTALLOW.ITA @@ -0,0 +1,6 @@ +LISTALLOW +--------- +LISTALLOW mostra tutti gli hosts consentiti a connettersi al bouncer +con un indice numerico. +Vedi anche: ADDALLOW DELALLOW + blob - /dev/null blob + d6a3295087dd885a774b055ed20848bd07cf0051 (mode 644) --- /dev/null +++ help/LISTALLOW.TXT @@ -0,0 +1,6 @@ +LISTALLOW +--------- +LISTALLOW shows all allowed Hosts to your bouncer +by a numbered index. +See also: ADDALLOW DELALLOW + blob - /dev/null blob + 95125e72aed2798287e0710f9265e0c40d672184 (mode 644) --- /dev/null +++ help/LISTASK.DEU @@ -0,0 +1,7 @@ +LISTASK [netzwerk~] +------------------- +Zeigt die Liste aller eingetragenen Bots oder Hosts, von denen +der Nutzer Op anfragen kann. +Beispiel: +/LISTASK +Siehe: ADDASK DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + 357e1cf02d0ca2b5a4e690b7cde7212b62623246 (mode 644) --- /dev/null +++ help/LISTASK.ITA @@ -0,0 +1,6 @@ +LISTASK [network~] +------------------ +lista tutti gli utenti che possono chiedere l'op al tuo bouncer. +Esempio: +/LISTASK +Vedi anche: ADDASK DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + c89c09244f0d59b4b0580f4acf07aef2bb15a08d (mode 644) --- /dev/null +++ help/LISTASK.TXT @@ -0,0 +1,5 @@ +LISTASK [network~] +------------------ +lists all ask-op entrys Example: +/LISTASK +See also ADDASK DELASK LISTASK DELOP ADDOP LISTOPS ADDAUTOOP DELAUTOOP LISTAUTOOPS blob - /dev/null blob + c28414a22bcfe1d1bdf91e6368aef988eb2f4074 (mode 644) --- /dev/null +++ help/LISTAUTOOPS.DEU @@ -0,0 +1,7 @@ +LISTAUTOOPS [netzwerk~] +----------------------- +Listet alle Nutzer, welche vom Bouncer des Nutzers Autoop +bekommen koennen. +Beispiel: +/LISTAUTOOPS +Siehe: ADDAUTOOP DELAUTOOP DELOP ADDOP LISTOPS ADDASK DELASK LISTASK blob - /dev/null blob + 3eb8c165d2a9a1f473941b10a63de043f228d819 (mode 644) --- /dev/null +++ help/LISTAUTOOPS.ITA @@ -0,0 +1,7 @@ +LISTAUTOOPS [network~] +---------------------- +Visualizza la lista degli utenti/host che ottengono l'autoop +dal tuo bouncer. +Esempio +/LISTAUTOOPS +Vedi anche: ADDAUTOOP DELAUTOOP DELOP ADDOP LISTOPS ADDASK DELASK LISTASK blob - /dev/null blob + af474e2cd4000559b4be80cc45d2ba94a7b2d7cc (mode 644) --- /dev/null +++ help/LISTAUTOOPS.TXT @@ -0,0 +1,7 @@ +LISTAUTOOPS [network~] +---------------------- +Displays the list of all added Users/Hosts which may get +autoop from your bouncer. +Example: +/LISTAUTOOPS +See also: ADDAUTOOP DELAUTOOP DELOP ADDOP LISTOPS ADDASK DELASK LISTASK blob - /dev/null blob + ab87bc3c88366c327ffab907f1cd3051fe841a50 (mode 644) --- /dev/null +++ help/LISTBANS.DEU @@ -0,0 +1,6 @@ +LISTBANS [netzwerk~] +-------------------- +Listet alle Bans des jeweiligen Nutzers. +Example: +/LISTBANS +Siehe: DELBAN ADDBAN blob - /dev/null blob + 04dffaebfed64e0395d18033163bc9e33e506f07 (mode 644) --- /dev/null +++ help/LISTBANS.ITA @@ -0,0 +1,6 @@ +LISTBANS [network~] +------------------- +lista i ban nella banlist. +Esempio: +/LISTBANS +Vedi anche: DELBAN ADDBAN blob - /dev/null blob + 50690e43d56ec654c44ea871e3c62c08f9b848d6 (mode 644) --- /dev/null +++ help/LISTBANS.TXT @@ -0,0 +1,6 @@ +LISTBANS [network~] +------------------- +lists all bans in your banlist. +Example: +/LISTBANS +See also: DELBAN ADDBAN blob - /dev/null blob + 01e5a34c5cde0dc83d3225fec4dfcf3d48afca75 (mode 644) --- /dev/null +++ help/LISTDCC.DEU @@ -0,0 +1,6 @@ +LISTDCC [netzwerk~] +------------------- +Listet die BOT-DCC-Verbindungen, welche derzeit hinzugefuegt sind. +Beispiel:: +/LISTDCC +Siehe: ADDDCC DELDCC blob - /dev/null blob + b8e24918e68d8565509685e0f3199857db796d05 (mode 644) --- /dev/null +++ help/LISTDCC.ITA @@ -0,0 +1,6 @@ +LISTDCC [network~] +------------------ +lista le connessioni verso i bot correntemente presenti. +Esempio +/LISTDCC +Vedi anche: ADDDCC DELDCC blob - /dev/null blob + b06e02dbe7cd51a338cd4016706ac37885e73c36 (mode 644) --- /dev/null +++ help/LISTDCC.TXT @@ -0,0 +1,6 @@ +LISTDCC [network~] +------------------ +lists the dcc bot connections currently added. +Example: +/LISTDCC +See also ADDDCC DELDCC blob - /dev/null blob + b0fdbc5c5359bdf91f0297ed5ce2fb0cf72a855b (mode 644) --- /dev/null +++ help/LISTENCRYPT.DEU @@ -0,0 +1,6 @@ +LISTENCRYPT [netzwerk~] +----------------------- +LISTENCRYPT listet die hinzugefuegten Verschluesselungen des Nutzers. +Siehe: ENCRYPT DELENCRYPT + + blob - /dev/null blob + d2ae57fefd81692def4d3d64938975996fee23e1 (mode 644) --- /dev/null +++ help/LISTENCRYPT.ITA @@ -0,0 +1,5 @@ +LISTENCRYPT [network~] +---------------------- +LISTENCRYPT mostra tutte le entry per le criptazioni con un +indice numerico. +Vedi anche: ENCRYPT DELENCRYPT blob - /dev/null blob + c502ffbe828340d0df6e1b53802312ea0a93d033 (mode 644) --- /dev/null +++ help/LISTENCRYPT.TXT @@ -0,0 +1,7 @@ +LISTENCRYPT [network~] +---------------------- +LISTENCRYPT shows all entrys for encryptions +by a numbered index. +See also: ENCRYPT DELENCRYPT + + blob - /dev/null blob + 54198770d8a3ab2b8a5e4d359c51b45666c9daff (mode 644) --- /dev/null +++ help/LISTIGNORES.DEU @@ -0,0 +1,6 @@ +LISTIGNORES [netzwerk~] +----------------------- +Listet alle hinzugefuegten Ignores. +Beispiel: +/LISTAUTOOPS +Siehe: ADDIGNORE DELIGNORE blob - /dev/null blob + 63101b04ab1f911a8e9f7258f8e6f00a80479d67 (mode 644) --- /dev/null +++ help/LISTIGNORES.ITA @@ -0,0 +1,6 @@ +LISTIGNORES [network~] +---------------------- +Lista gli ignores +Esempio: +/LISTIGNORES +Vedi anche: ADDIGNORE DELIGNORE blob - /dev/null blob + 519d905f494e35d015eb196627f7598b74ea1c10 (mode 644) --- /dev/null +++ help/LISTIGNORES.TXT @@ -0,0 +1,6 @@ +LISTIGNORES [network~] +---------------------- +Lists all added Ignores +Example: +/LISTAUTOOPS +See also: ADDIGNORE DELIGNORE blob - /dev/null blob + 937d9547d07789746862b08f0addfd0c80e8b68b (mode 644) --- /dev/null +++ help/LISTLINKS.DEU @@ -0,0 +1,6 @@ +LISTLINKS +--------- +zeigt die lokal eingetragenen Links sowie die derzeit +verlinkten Bouncer in einer Baumstruktur. +Beispiel: LISTLINKS +Siehe: BWHO blob - /dev/null blob + 102396e420bca1747b7e8d3b40045eb431393cd6 (mode 644) --- /dev/null +++ help/LISTLINKS.ITA @@ -0,0 +1,6 @@ +LISTLINKS +--------- +mostra tutti i bouncers che sono linkati alla BounceNet in +un albero, e pure la lista dei links localmente definiti. +Esempio: LISTLINKS +Vedi anche: BWHO blob - /dev/null blob + 6c0454fdf9ac5a96f496ceff1ad52e21cfe2b2cf (mode 644) --- /dev/null +++ help/LISTLINKS.TXT @@ -0,0 +1,6 @@ +LISTLINKS +--------- +shows all bouncers that are linked into BounceNet showing +a link tree, also your locally defined links in list format. +Example: LISTLINKS +See also: BWHO blob - /dev/null blob + 6b37040842c474e0a84b9e803d9018dd9b460245 (mode 644) --- /dev/null +++ help/LISTLOGS.DEU @@ -0,0 +1,4 @@ +LISTLOGS [netzwerk~] +-------------------- +LISTLOGS zeigt alle Quell/Filter-Eintraege des Traffic-Logs. +Siehe: ADDLOG DELLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + cd1f6b18e9e45e87df035043a28dfe885964bace (mode 644) --- /dev/null +++ help/LISTLOGS.ITA @@ -0,0 +1,5 @@ +LISTLOGS [network~] +------------------- +LISTLOGS mostra gli elementi del traffic log specificati da un +indice. +Vedi anche: ADDLOG DELLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 21b662094cf5e99a589962a4a7f4454fb6eda9a0 (mode 644) --- /dev/null +++ help/LISTLOGS.TXT @@ -0,0 +1,5 @@ +LISTLOGS [network~] +------------------- +LISTLOGS shows all entrys from your traffic logging specifications +by a numbered index. +See also: ADDLOG DELLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 136a9be7037c2ad27d42b96084b13bb372a65141 (mode 644) --- /dev/null +++ help/LISTOPS.DEU @@ -0,0 +1,5 @@ +LISTOPS [netzwerk~] +------------------- +Listet die Hosts/Nutzer, welche von dem Bouncer des Nutzers +Op abfragen koennen. +Siehe: DELOP ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK blob - /dev/null blob + 7e5bf99535d9394b5a4a79aaf06c474ac3d5863b (mode 644) --- /dev/null +++ help/LISTOPS.ITA @@ -0,0 +1,4 @@ +LISTOPS [network~] +------------------ +mostra la lista degli utenti che possono chiedere l'OP al tuo bouncer. +Vedi anche: DELOP ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK blob - /dev/null blob + 8a922aceaa30457e264012a15ebfb0fc6ac72751 (mode 644) --- /dev/null +++ help/LISTOPS.TXT @@ -0,0 +1,4 @@ +LISTOPS [network~] +------------------ +lists users that can ask OP from your bouncer. +See also: DELOP ADDOP ADDAUTOOP DELAUTOOP LISTAUTOOPS ADDASK DELASK LISTASK blob - /dev/null blob + 29119a1ea4effffa7ca0b5142cabf966793c9b70 (mode 644) --- /dev/null +++ help/LISTSERVERS.DEU @@ -0,0 +1,4 @@ +LISTSERVERS [netzwerk~] +----------------------- +zeigt die Liste der hinzugefuegten Server +Siehe: DELSERVER ADDSERVER blob - /dev/null blob + cb7df6a99b83e8ec8e4807a8196e2a2581f3394b (mode 644) --- /dev/null +++ help/LISTSERVERS.ITA @@ -0,0 +1,4 @@ +LISTSERVERS [network~] +---------------------- +mostra la lista dei servers +Vedi anche: DELSERVER ADDSERVER blob - /dev/null blob + 9343d0b3a44a940881a7c2c5418d5b79ee418f68 (mode 644) --- /dev/null +++ help/LISTSERVERS.TXT @@ -0,0 +1,4 @@ +LISTSERVERS [network~] +---------------------- +displays your serverlist. +See also: DELSERVER ADDSERVER blob - /dev/null blob + 628a52209d1d91760d23ad38c1436b825d343974 (mode 644) --- /dev/null +++ help/LISTTASKS.DEU @@ -0,0 +1,4 @@ +LISTTASKS +--------- +Zeigt die Tasks, welche durch die Script-Umgebung aufgerufen wurden. +Siehe: SRELOAD \ No newline at end of file blob - /dev/null blob + 9161562d8376a316a2a74a9c513e6a8d1c1813ca (mode 644) --- /dev/null +++ help/LISTTASKS.ITA @@ -0,0 +1,5 @@ +LISTTASKS +--------- +Mostra la lista dei task correntemente in esecuzione dall'engine +di scripting. +Vedi anche: SRELOAD \ No newline at end of file blob - /dev/null blob + ed3204d4c5e4fdf0af037b5236f61a19ca3422a5 (mode 644) --- /dev/null +++ help/LISTTASKS.TXT @@ -0,0 +1,5 @@ +LISTTASKS +--------- +Shows the List of Tasks currently being run by +the scripting engine. +See also: SRELOAD \ No newline at end of file blob - /dev/null blob + aa1bce1b7cc6b437a00c1da7a9eef2281f34d193 (mode 644) --- /dev/null +++ help/MADMIN.DEU @@ -0,0 +1,5 @@ +MADMIN Nutzer +------------- +Gibt dem angebenen Nutzer Admin-Rechte. Kann nur durch einen Admin +ausgefuehrt werden. +Siehe: UNADMIN blob - /dev/null blob + bc972d8b08c560f208e1a44c8d2ffa2cf4ca8c5e (mode 644) --- /dev/null +++ help/MADMIN.ITA @@ -0,0 +1,5 @@ +MADMIN user +----------- +da' i diritti di Amministratore all'utente indicato. Attenzione l'utente avra' +tutti i diritti sul bouncer ! +Vedi anche: UNADMIN blob - /dev/null blob + 275c89e0658e5e6d7c2e8a0ac900f959c441056e (mode 644) --- /dev/null +++ help/MADMIN.TXT @@ -0,0 +1,4 @@ +MADMIN user +----------- +declares user to admin bouncer. Warning user will have all rights in bouncer ! +See also: UNADMIN blob - /dev/null blob + 3666b164cd67ed53f3f400a2dc48edaef8cfcee4 (mode 644) --- /dev/null +++ help/MYSQLIPCHECK.TXT @@ -0,0 +1,11 @@ +MYSQLIPCHECK [0|1] +------------------ +Enables or disables the MySQL based IP-check. +This can be useful if you plan maintenance on your MySQL server. +However, it requires an admin user to be online to disable it while the admin +can still be verified against the MySQL server. +It is intended to work as a ban (notifier) function as well as IP restricting +an account of a user so it can only be access from a given set of IP addresses. +Example: +MYSQLIPCHECK 1 +(Enables MySQL IP check, so connecting users are verified against a database) \ No newline at end of file blob - /dev/null blob + 8dc236f2f67aad6f0baf03455a1bba26ff7634d5 (mode 644) --- /dev/null +++ help/NAMEBOUNCER.DEU @@ -0,0 +1,5 @@ +NAMEBOUNCER name +---------------- +Gibt dem Bouncer einen Namen. Dies ist notwendig, um Bouncer +verlinken zu koennen. +Siehe: LINKTO LINKFROM RELAYLINK blob - /dev/null blob + 1441313f57e27d0138530ced75e7c6d2b4ee29c4 (mode 644) --- /dev/null +++ help/NAMEBOUNCER.ITA @@ -0,0 +1,6 @@ +NAMEBOUNCER name +---------------- +Da' un nome al bouncer. Il nome puo' contenere lettere e numeri e +puo' essere al massimo di 20 caratteri. C'e' bisogno di dare un +nome al bouncer per poterlo linkare ad altri bouncer. +Vedi anche: LINKTO LINKFROM RELAYLINK blob - /dev/null blob + cdf0e2cdce0d172b908e5fcd3a6dcd3459150438 (mode 644) --- /dev/null +++ help/NAMEBOUNCER.TXT @@ -0,0 +1,6 @@ +NAMEBOUNCER name +---------------- +Names your bouncer. The name can be letters or numbers and can be +20 letters long. You need to name the bouncer in orde +r to link it to other bouncers. +See also: LINKTO LINKFROM RELAYLINK blob - /dev/null blob + 9c662cc6c74b337e1b2658f75ac9dddb257c7d8c (mode 644) --- /dev/null +++ help/PASSWORD.DEU @@ -0,0 +1,12 @@ +PASSWORD [nutzer] :neuespassword +-------------------------------- +Aendert das Password des aktuellen Nutzers, oder falls Admin und Nutzer +angegeben, das Password des angegebenen Nutzers. +Beispiel: +PASSWORD NeuesPassword +(aendert Dein Password) +oder +PASSWORD Anfaenger :NeuesPass +(Aendert das Password von Nutzer Anfaenger, falls der aufrufende +Nutzer ein Admin ist)) +Siehe: BWHO DELUSER ADDUSER BKILL blob - /dev/null blob + e1b345e36455330bb3e090a3af472a7c7f0ddb02 (mode 644) --- /dev/null +++ help/PASSWORD.ITA @@ -0,0 +1,12 @@ +PASSWORD [utente] :nuovapassword +------------------------ +cambia la tua password o quella di un utente indicato. Fai in modo di ricordarti +la password ! +Esempi: +PASSWORD NewPassword +(cambia la tua password) +oppure +PASSWORD newbie :lamer +(cambia la password dell'utente newbie in lamer) +Se vuoi la lista degli utenti nel bouncer usa il comando /BWHO ! + blob - /dev/null blob + 96956d303b0b885597fc76d4fda6f270cb9cd309 (mode 644) --- /dev/null +++ help/PASSWORD.TXT @@ -0,0 +1,10 @@ +PASSWORD [user] :newpass +------------------------ +changes Password of you or given user. Make sure you remember your passwords ! +Example: +PASSWORD NewPassword +(changes your password) +or +PASSWORD newbie :lamer +(Changes password for user newbie into lamer) +If you want to list users in your bouncer use /BWHO command ! blob - /dev/null blob + d6f6781dc8e506b2f8168322469419cdc365fef2 (mode 644) --- /dev/null +++ help/PLAYMAINLOG.DEU @@ -0,0 +1,6 @@ +PLAYMAINLOG +----------- +gibt das Haupt-Log in einem Query aus. +Zum Haupt-Log gehoeren eingehende und ausgehend Verbindungen, +Verbindungstrennungen und andere Systemvorfaelle. +Siehe: PLAYPRIVATELOG ERASEPRIVATELOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 9fe564890854ed7d4e2c8536ec80af7789ded7b8 (mode 644) --- /dev/null +++ help/PLAYMAINLOG.ITA @@ -0,0 +1,5 @@ +PLAYMAINLOG +----------- +mostra il log principale del bouncer. Tutti i messaggi del bouncer come +links, connessioni, uscite, eccetera vengono loggate qui. +Vedi anche: PLAYPRIVATELOG ERASEPRIVATELOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 00240165c6ed2ab7b9e25127f0ca0493c80ac113 (mode 644) --- /dev/null +++ help/PLAYMAINLOG.TXT @@ -0,0 +1,5 @@ +PLAYMAINLOG +----------- +displays the bouncer system log. All system changes like bouncer +link, connections, quits etc. are logged here. +See also: PLAYPRIVATELOG ERASEPRIVATELOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 3998208c7e3d70746d55591e5251281a3a062d2e (mode 644) --- /dev/null +++ help/PLAYPRIVATELOG.DEU @@ -0,0 +1,6 @@ +PLAYPRIVATELOG [netzwerk~] +-------------------------- +Falls private Nachrichten an den Nutzer in seiner Abwesenheit geschickt +wurden, werden diese im private Log vermerkt. Mit PLAYPRIVATELOG wird +dieses Log in einem Query ausgegeben. +Siehe: ERASEPRIVATELOG PLAYMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + 3d060a50fbd3a86bab76a18aa1f1b1243d9686a9 (mode 644) --- /dev/null +++ help/PLAYPRIVATELOG.ITA @@ -0,0 +1,5 @@ +PLAYPRIVATELOG [network~] +------------------------- +mostra i messaggi loggati. Quando sei offline dal bouncer tutte le conversazioni +private e i messaggi vengono loggati. Per leggerli devi usare /PLAYPRIVATELOG. +Vedi anche: ERASEPRIVATELOG PLAYMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + b0ff4a5b197e777036ac381d3676faaef9e548d8 (mode 644) --- /dev/null +++ help/PLAYPRIVATELOG.TXT @@ -0,0 +1,5 @@ +PLAYPRIVATELOG [network~] +------------------------- +displays logged msges. When you are away all private chats +and messages get logged. In order to read them you must use /PLAYPRIVATELOG. +See also: ERASEPRIVATELOG PLAYMAINLOG ERASEMAINLOG PLAYTRAFFICLOG ERASETRAFFICLOG blob - /dev/null blob + cc03bb8b8721e5dab0f924b1049ac63a3d45d5ca (mode 644) --- /dev/null +++ help/PLAYTRAFFICLOG.DEU @@ -0,0 +1,34 @@ +PLAYTRAFFICLOG [netzwerk~]quelle abdatum abzeit bisdatum biszeit :filter +oder +PLAYTRAFFICLOG last +------------------------------------------------------------------------ +PLAYTRAFFICLOG gibt das Traffic-Log in Form von IRC-konformen Ausgaben +wieder.. +Beispiel: +PLAYTRAFFICLOG #wurst 03-02-99 13:20:00 03-02-99 14:20:00 :JOIN +wuerde alle Zeilen ausgeben, die den Text JOIN enthalten, und +vom 03-02-99 13:20:00 bis zum 03-02-99 14:20:00 datiert sind. +Die Traffic wird ausgegeben, wie sie gespeichert wurde. +Texte erscheinen im Channel, ebenfalls JOINS oder PARTS. +Die Quellangabe muss ein Channel oder ein Nick sein, fuer +welchen die Nachrichten geloggt wurden. +Datumsangaben haben das Format mm-tt-jj. +Zeitangaben sind immer ss:mm:ss (stunde, minute, sekunde). +Jede Zeiteinheitenangabe muss 2 Stellen haben. +Desweiteren kann +PLAYTRAFFICLOG last +benutzt werden. Dann werden alle Logeintraege wiedergegeben, welche +seit dem letzten Aufruf von PLAYTRAFFICLOG last wiedergegeben wurden, +oder das Log das letzte mal geloescht wurde. +Einige Hinweise zum Traffic-Logging: +- Man sollte das Traffic-Loggen filtern. Ansonsten kann + der Bedarf an Festplattenspeicher und Prozessorauslastung + enorm ansteigen. Dies waere insbesondere fatal, falls + der Shellserver mit Diskquota ausgestattet ist. +- Trafficlogging wird nur durchgefuehrt, soweit der + Nutzer NICHT zum Bouncer verbunden ist.- +- Falls * als Filter definiert wird, wird alle, + was zur Quelle ausgegeben wird, geloggt. +- Das Traffic-Log sollte in regelmaessigen Abstaenden geloescht werden. + Dies geschieht ueber ERASETRAFFICLOG. +Siehe: ADDLOG DELLOG LISTLOG ERASETRAFFICLOG blob - /dev/null blob + 23a19b7cf3277dad8dbe9d66ba0e708232c64200 (mode 644) --- /dev/null +++ help/PLAYTRAFFICLOG.ITA @@ -0,0 +1,32 @@ +PLAYTRAFFICLOG [network~]sorgente datainizio orainizio datafine orafine :filtro +oppure +PLAYTRAFFICLOG last +----------------------------------------------------------------------- +PLAYTRAFFICLOG playa il log del traffico IRC in simulando IRC stesso +Esempio: +PLAYTRAFFICLOG #leet 03-02-99 13:20:00 03-02-99 14:20:00 :JOIN +ti mostrerebbe ogni lina contentente JOIN (nella maggior parte dei casi +i joins del canale) dal 03-02-99 13:20:00 al 03-02-99 14:20:00. +Il traffico stesso ti verrebbe inviato cosi' come registrato, cosi' +apparirebbe nel canale se ne hai specificato uno. +sorgente dev'essere un nick od un canale. +Le date devo essere nel formato mm-dd-yy. +Gli orari devono essere nel formato hh:mm:ss. +Ogni elemento deve essere di due lettere. +Puoi anche usare: +PLAYTRAFFICLOG last +che playera' le ultime cose loggate da quando hai usato PLAYTRAFFICLOG last +l'ultima volta o da quando hai cancellato il log (vedi ERASETRAFFICLOG). +Alcuni consigli riguardo al logging: +- dovresti filtrare le cose da loggare, o possibilmente + avere una vasta disponibilita' di spazio su disco. + Se hai una quota limitata sulla shell, devi usare questa + funzionalita' con la massima cura perche' rischi di + esaurire la tua quota molto velocemente. +- il bouncer logga solo se NON sei connesso al bouncer. +- Se definisci * come filtro, qualsiasi cosa succede alla + sorgente verra' loggata. +- Devi preoccuparti di cancellare il log del traffico. + Questo si fa col comando ERASETRAFFICLOG. Cancella + l'intero file di log e ne comincia uno nuovo. +Vedi anche: ADDLOG DELLOG LISTLOG ERASETRAFFICLOG blob - /dev/null blob + c79f1efb88c33e672b6ccdfdd40f1246821e9ca2 (mode 644) --- /dev/null +++ help/PLAYTRAFFICLOG.TXT @@ -0,0 +1,33 @@ +PLAYTRAFFICLOG [network~]source fromdate fromtime todate totime :filter +or +PLAYTRAFFICLOG last +----------------------------------------------------------------------- +PLAYTRAFFICLOG plays your logged traffic in IRC-isalike Traffic. +Example: +PLAYTRAFFICLOG #leet 03-02-99 13:20:00 03-02-99 14:20:00 :JOIN +would show you any lines containing JOIN (in most cases +channeljoins) from 03-02-99 13:20:00 to 03-02-99 14:20:00. +The Traffic itself will be played as it was recorded, so it +will appear in the channel if you sourced a channel. +source must be a full qualified Nickname or channel. +Date always has to be the format mm-dd-yy. +Time always has to be hh:mm:ss. +Any digit has to be two letters. +Also you can use: +PLAYTRAFFICLOG last +you will get the last log entrys since you played PLAYTRAFFICLOG last the last +time or you deleted the log (see ERASETRAFFICLOG). +Some Hints about logging: +- you should filter loggings, or possibly would get an + extensive amount of diskspace usage. + If you got a quota on your shell, you should use this + functionality with maximum care or possibly run out of + diskspace fast. +- logging only will happen, if you are NOT connected to + the bouncer. +- If you define * as filter, then anything that happens + to the source will be logged. +- You need to care about erasing the traffic log. + That happens using ERASETRAFFICLOG. It will erase + the whole logfile and start a new one. +See also: ADDLOG DELLOG LISTLOG ERASETRAFFICLOG blob - /dev/null blob + f787ef14b381e16748d677b484691646a907dbe8 (mode 644) --- /dev/null +++ help/PREFERIPV6.TXT @@ -0,0 +1,13 @@ +PREFERIPV6 [user|network~] :[0|1] +-------------------------------- +Sets whether or not to prefer IPv6 addresses when doing DNS lookups. +If enabled the bouncer will try IPv6 before trying IPv4 when connecting. +It is possible as a BounceAdmin to change a users primary network. +If set this overrides what was globally set with DEFAULTIPV6. +The default value is 0. +Example: +PREFERIPV6 EFNet~1 +(Prefers IPv6 for the network EFNet) +PREFERIPV6 TestIdent:0 +(Prefers IPv4 over IPv6 for TestIdents primary network +See also: DEFAULTIPV6 \ No newline at end of file blob - /dev/null blob + 10cf9bc9679f8b0dbbcb888adcae14246ae38701 (mode 644) --- /dev/null +++ help/PROXY.DEU @@ -0,0 +1,6 @@ +PROXY [netzwerk~]host:port +-------------------------- +setzt einen Proxy, ueber welchen die Verbindung zum IRC-Server aufgebaut +werden soll. Unterstuetzt werden SOCKS4, Telnetproxies und WebProxys. +Beispiel: +/PROXY proxy.meinedomain.com:8080 blob - /dev/null blob + c08cd2ad1302e57e78ee6ed92318747e73b3f1bf (mode 644) --- /dev/null +++ help/PROXY.ITA @@ -0,0 +1,7 @@ +PROXY [network~]host:port +------------------------- +setta un proxy da cui connettersi ad irc. Questo e' per network firewallati. +Attualmente sono supportati SOCKS4, Wingate e Proxy web che supportino il +metodo CONNECT +Esempio: +/PROXY proxy.mydomain.com:8080 blob - /dev/null blob + 9debb66b4c3cd4477d0a039cd1f362fdc3a69655 (mode 644) --- /dev/null +++ help/PROXY.TXT @@ -0,0 +1,8 @@ +PROXY [network~]host:port +------------------------- +sets a proxy to relay through to connect to irc. This was thought for +possibly firewalled networks. +Currently supported are SOCKS4, WinGate and Webproxys, which allow +the CONNECT Method. +Example: +/PROXY proxy.mydomain.com:8080 blob - /dev/null blob + 81b45cefd1d0d62b856d91bc11344ea05fb70bcf (mode 644) --- /dev/null +++ help/RELAYLINK.DEU @@ -0,0 +1,9 @@ +RELAYLINK name :0|1 +------------------- +Ermoeglicht/Verhindert den Nutzen eines Links als Relay. +Ein Relay ermoeglicht den Aufbau einer Verbindung zum Server ueber den +verlinkten Bouncer. RELAYLINK muss an der Seite auf 1 gesetzt werden, +welche seine VHOSTS fuer Nutzer des verlinkten Bouncers zur Verfuegung stellt. +Beispiel: +RELAYLINK name :1 +Siehe: LINKFROM LINKTO NAMEBOUNCER blob - /dev/null blob + b26ffe9ebda6536db26f73f09d260e1c6b59cd7e (mode 644) --- /dev/null +++ help/RELAYLINK.ITA @@ -0,0 +1,8 @@ +RELAYLINK name :0|1 +------------------- +Permette o inibisce relay links da/verso il bouncer. +Esempio: +RELAYLINK nome :1 +Nome e' il nome del bouncer. Il numero 0 indica inibizione, numero 1 indica +link consentito dal bouncer. +Vedi anche: LINKFROM LINKTO NAMEBOUNCER blob - /dev/null blob + 104104011cb938b3192c8906ff13c58e6df1197b (mode 644) --- /dev/null +++ help/RELAYLINK.TXT @@ -0,0 +1,8 @@ +RELAYLINK name :0|1 +------------------- +Allows or denies relay links from/to the bouncer. +Example: +RELAYLINK name :1 +Name is the name of the bouncer. Number 0 means dissalow, number 1 means allow +link from the bouncer. +See also: LINKFROM LINKTO NAMEBOUNCER blob - /dev/null blob + 8e928255736d3b2cfd4da10e693d78962e616e49 (mode 644) --- /dev/null +++ help/RELINK.DEU @@ -0,0 +1,7 @@ +RELINK linknummer +----------------- +Ermoeglicht das Zuruecksetzen einer Link-Verbindung zu einem +anderen Bouncer. Die Verbindung wird nach Zuruecksetzen erneut +aufgebaut. +Beispiel: +/RELINK 2 blob - /dev/null blob + e20894100010ab6067933dd2cc68c2a3a6beaa9c (mode 644) --- /dev/null +++ help/RELINK.ITA @@ -0,0 +1,7 @@ +RELINK linknumber +----------------- +Permette di disconnettere un link ed automaticamente farlo riconnettere. +E' richiesto dopo una impostazione di criptazione per il link. +Esempio: +/RELINK 2 +Vedi anche: SETLINKKEY blob - /dev/null blob + dde5586ad2789211ff41c71ae92de902a05642e0 (mode 644) --- /dev/null +++ help/RELINK.TXT @@ -0,0 +1,7 @@ +RELINK linknumber +----------------- +Allows you to disconnect a link and automatically reconnect it. +This is needed after an encryption setup for the link. +Example: +/RELINK 2 +See also: SETLINKKEY blob - /dev/null blob + 81af9e821e02a8d6f564406afd69849cf6544211 (mode 644) --- /dev/null +++ help/SETAWAY.DEU @@ -0,0 +1,10 @@ +SETAWAY [netzwerk~]:text +------------------------ +Ermoeglicht das Setzen eines Away-Textes. Dieser wird aktiviert, +wenn der Nutzer die Verbindung zum Bouncer trennt, und erscheint +im WHOIS. +Beispiel: +SETAWAY essen +Im Whois wuerde dann erscheinen: +xyz is away: eating +Siehe: SETAWAYNICK SETLEAVEMSG blob - /dev/null blob + 9a64189e0516c58f04bdeae37ee22be5f0b0c0f3 (mode 644) --- /dev/null +++ help/SETAWAY.ITA @@ -0,0 +1,9 @@ +SETAWAY [network~]:testo +----------------------- +Il comando permette di impostare un messaggio di away se esci dal bouncer. +Il testo verra' visto nel tuo whois. +Esempio: +SETAWAY mangio robe strane +quindi se ti si fa un whois apparirebbe: +xyz is away: mangio robe strane +Vedi anche: SETAWAYNICK SETLEAVEMSG blob - /dev/null blob + 5c303a898ed5a8fe591ea0b2137930231360fc5c (mode 644) --- /dev/null +++ help/SETAWAY.TXT @@ -0,0 +1,9 @@ +SETAWAY [network~]:text +----------------------- +This command allows you to set an away-text if you leave the bouncer. +The text will be seen in your whois. +Example: +SETAWAY eating +then in your whois would appear: +xyz is away: eating +See also: SETAWAYNICK SETLEAVEMSG blob - /dev/null blob + de9c51526f8a667b80ad720528b29b3dee725324 (mode 644) --- /dev/null +++ help/SETAWAYNICK.DEU @@ -0,0 +1,9 @@ +SETAWAYNICK [netzwerk~]nick +--------------------------- +setzt einen Nick, der genutzt wird, wenn der Nutzer die +Verbindung zum Bouncer trennt. +Beispiel: +SETAWAYNICK me|away +Der Bouncer aendert dann den Nick auf me|away, wenn der Nutzer +die Verbindung zum Bouncer trennt. +Siehe: SETAWAY SETLEAVEMSG blob - /dev/null blob + c17c87c5b078dbe65836f97b58a405df3b0710eb (mode 644) --- /dev/null +++ help/SETAWAYNICK.ITA @@ -0,0 +1,9 @@ +SETAWAYNICK [network~]nick +-------------------------- +Questo comando permette di impostare un nick, che verra' cambiato +dal bouncer, quando esci dal bouncer medesimo. +Esempio: +SETAWAYNICK me|away +il bouncer cambiera' il tuo nick in me|away se ti disconnetti +da esso. +Vedi anche: SETAWAY SETLEAVEMSG blob - /dev/null blob + 1a197826310b826c926d607eff44aca524862ee5 (mode 644) --- /dev/null +++ help/SETAWAYNICK.TXT @@ -0,0 +1,9 @@ +SETAWAYNICK [network~]nick +-------------------------- +This command allows you to set an nick, which will be changed +by the bounce, if you leave the bouncer. +Example: +SETAWAYNICK me|away +the bouncer would change your nick to me/away if you +disconnect. +See also: SETAWAY SETLEAVEMSG blob - /dev/null blob + 07c3ae89b169a567fe6c7dea611816d844ec31f0 (mode 644) --- /dev/null +++ help/SETCONNECTDELAY.TXT @@ -0,0 +1,10 @@ +SETCONNECTDELAY [duration in seconds] +------------------------------------------- +Changes the delay psyBNC (re)connects users to their IRC-servers. +Duration must be an integer value between 0 (zero) and 600 seconds. +This affects all users and are available for bounceadmins only. +If set to zero, NO users will (re)connect at all. +Each 10th minute, a log will be put in the psybnc.log if SETCONNECTDELAY is 0. +Example: +/SETCONNECTDELAY 60 + blob - /dev/null blob + 9909479b90f9d37b2eca51b97462a6549325cea7 (mode 644) --- /dev/null +++ help/SETLANG.DEU @@ -0,0 +1,5 @@ +SETLANG sprache +--------------- +Setzt die Sprache des Bouncers. Im Standardumfang +werden die Argumente "german" und "english" unterstuetzt. + blob - /dev/null blob + 517cd594d29a517d99ae664778ace7391269ccdc (mode 644) --- /dev/null +++ help/SETLANG.ITA @@ -0,0 +1,4 @@ +SETLANG linguaggio +---------------- +Imposta il linguaggio per il bouncer. Il pacchetto standard +supporta gli argomenti "english" e "german". blob - /dev/null blob + 7696419420f8f6f2455f8b4253b23dcfeeb7841b (mode 644) --- /dev/null +++ help/SETLANG.TXT @@ -0,0 +1,4 @@ +SETLANG language +---------------- +Sets the language of the bouncer. The standard-package +supports the arguments "english" and "german". blob - /dev/null blob + 581ff54df78f29c103cd55a8b1ec23aa8dc3fc89 (mode 644) --- /dev/null +++ help/SETLEAVEMSG.DEU @@ -0,0 +1,10 @@ +SETLEAVEMSG [netzwerk~]text +--------------------------- +Setzt den Text einer Nachricht, welche in den Channels des Nutzers +ausgegeben wird, wenn der Nutzer die Verbindung zum Bouncer trennt. +Beispiel: +/SETLEAVEMSG schlafen +In den Channels wuerde +xyz ist away (schlafen) +ausgegeben werden. +Siehe: SETAWAY SETAWAYNICK blob - /dev/null blob + 1ae1417b2136caad355a52ac2e4b16f75a202326 (mode 644) --- /dev/null +++ help/SETLEAVEMSG.ITA @@ -0,0 +1,10 @@ +SETLEAVEMSG [network~]messaggio +-------------------------- +Imposta un messaggio che verra' inviato ai canale in cui sei +quando esci dal bouncer. +Esempi: +/SETLEAVEMSG sleeping +gli alti nel canale vedrebbero: +xyz is away (sleeping) +Vedi anche: SETAWAY SETAWAYNICK + blob - /dev/null blob + b1e0ff422986a72bd68b55bd98164cd282acc386 (mode 644) --- /dev/null +++ help/SETLEAVEMSG.TXT @@ -0,0 +1,10 @@ +SETLEAVEMSG [network~]text +-------------------------- +Sets a message which get posted to the channels if you +leave the bouncer. +Example: +/SETLEAVEMSG sleeping +then you would see in the channels: +xyz is away (sleeping) +See also: SETAWAY SETAWAYNICK + blob - /dev/null blob + 50f78754c2011f856b6b3216ef4f71fa761bc9f5 (mode 644) --- /dev/null +++ help/SETREALNAME.DEU @@ -0,0 +1,3 @@ +SETREALNAME [netzwerk~] :Username +--------------------------------- +setzt den Username, oder "Real-Name" im IRC-Sinne. blob - /dev/null blob + c35c761a37266936e17a856190efd06b727a1c44 (mode 644) --- /dev/null +++ help/SETREALNAME.ITA @@ -0,0 +1,3 @@ +SETREALNAME [network~] :username +-------------------------------- +imposta l'username, detto anche real name blob - /dev/null blob + d30e2fd74d34c6acc276d0707a09bca21fe01b15 (mode 644) --- /dev/null +++ help/SETREALNAME.TXT @@ -0,0 +1,3 @@ +SETREALNAME [network~] :real name +-------------------------------- +sets your real name blob - /dev/null blob + 776733a1c1b962a3f23e4f491eb0d8c7cb569f72 (mode 644) --- /dev/null +++ help/SETUSERNAME.DEU @@ -0,0 +1,3 @@ +SETUSERNAME [netzwerk~] :Username +--------------------------------- +setzt den Username, oder "Real-Name" im IRC-Sinne. blob - /dev/null blob + efd88dc8ba7d9566e903b8ee0421a8e1c352a8bd (mode 644) --- /dev/null +++ help/SETUSERNAME.ITA @@ -0,0 +1,3 @@ +SETUSERNAME [network~] :username +-------------------------------- +imposta l'username, detto anche real name blob - /dev/null blob + 45512d7fae719b913eaa3e379e53ffa4f304bff4 (mode 644) --- /dev/null +++ help/SETUSERNAME.TXT @@ -0,0 +1,3 @@ +SETUSERNAME [network~] :username +-------------------------------- +sets your username blob - /dev/null blob + 636f6f7f8cd9afa0c38347459f896e56aeae41ec (mode 644) --- /dev/null +++ help/SOCKSTAT.DEU @@ -0,0 +1,11 @@ +SOCKSTAT +-------- +zeigt den derzeitigen Status der Sockets, dies beinhaltet +verbrauchten Traffic, Verschluesselungsinformationen usw. +Desweiteren werden "abgelaufene" Sockets zurueckgesetzt. +Falls SOCKSTAT aufgerufen wird, werden die Daten zusaetzlich +ins Haupt-Log geschrieben. +Falls von der Konsole das USR1-Signal an den Bouncer geschickt wird, +erfolgt ebenfalls eine Ausgabe des Socket-Status. +Beispiel: +/SOCKSTAT blob - /dev/null blob + 55a9564915091c35dfa811f96a04066f84708159 (mode 644) --- /dev/null +++ help/SOCKSTAT.ITA @@ -0,0 +1,11 @@ +SOCKSTAT +-------- +mostra lo status di tutti i sockets connessi, incluse le informazioni +sugli account, cripting, eccetera. +Questo comando puo' anche essere usato per eliminare sockets expirati +dall'array dei sockets. Se si trigga SOCKSTAT, le informazioni di debug +sul socket verranno scritto nel log principale. +Si puo' anche triggerare il log delle statistiche sui socket inviando +il segnale USRS1 alla shell. +Esempio: +/SOCKSTAT blob - /dev/null blob + 75f680794b4842c0d665df502152e375f708673b (mode 644) --- /dev/null +++ help/SOCKSTAT.TXT @@ -0,0 +1,12 @@ +SOCKSTAT +-------- +displays the current status of all connected sockets, included +accounting informations, encryption informations etc. +This command can be also used to delete possibly expired sockets +from the socket array. If you trigger SOCKSTAT, the socket +debug information will also be written to the MAIN-Log. +You can also trigger the logging of socketstats by sending +the USR1 signal on the shell. +Example: +/SOCKSTAT +See also: FIXLISTENER and KILLSOCKET blob - /dev/null blob + 168127e8e34448d837b92baaa103fb801ce22594 (mode 644) --- /dev/null +++ help/SRELOAD.DEU @@ -0,0 +1,4 @@ +SRELOAD +------- +Laedt das jeweilige Nutzer-Script erneut. +Siehe: LISTTASKS blob - /dev/null blob + 3fbde228fe3b4dab4ce46e06315fa875fd8d4555 (mode 644) --- /dev/null +++ help/SRELOAD.ITA @@ -0,0 +1,5 @@ +SRELOAD +------- + +Ricarica lo script dell'utente. +Vedi anche: LISTTASKS \ No newline at end of file blob - /dev/null blob + 64eb62bd677e54efb8fe2a22b530bbb87388f4eb (mode 644) --- /dev/null +++ help/SRELOAD.TXT @@ -0,0 +1,5 @@ +SRELOAD +------- + +Reloads the Script of the User. +See also: LISTTASKS \ No newline at end of file blob - /dev/null blob + 4f2dc1ad7108ef29a50e22c073e706f44ab6afef (mode 644) --- /dev/null +++ help/SWITCHNET.DEU @@ -0,0 +1,7 @@ +SWITCHNET neuesnetz :altesnetz +------------------------------ +Dies ermoeglicht den Wechsel des derzeitgen Hauptnetzwerkes zu +einem sekundaeren Netzwerk. Das aktuelle Hauptnetz wird zu neuesnetz~, +anstelle dessen wird altesnetz zum Hauptnetz deklariert, ohne, dass +hier weiterhin Tokens dargestellt werden. +Siehe: ADDNETWORK DELNETWORK \ No newline at end of file blob - /dev/null blob + ab136053bba969f636e2bc6d05bdcf65aff71836 (mode 644) --- /dev/null +++ help/SWITCHNET.ITA @@ -0,0 +1,6 @@ +SWITCHNET nuovanet :vecchianet +------------------------ +Permette di scambiare dal network attuale ad un altro. +Per questo il network attualmente in uso avra' il nome "nuovanet", +e "vecchianet" diverra' quella prima di usare il comando. +Vedi anche: ADDNETWORK DELNETWORK \ No newline at end of file blob - /dev/null blob + 4db8352b62ed5fdead8a15702f032787d0323d13 (mode 644) --- /dev/null +++ help/SWITCHNET.TXT @@ -0,0 +1,6 @@ +SWITCHNET newnet :oldnet +------------------------ +This allows you to switch from the current main network to another. +For this your current main connection will become the name "newnet", +and "oldnet" will be put to your main connection. +See also: ADDNETWORK DELNETWORK \ No newline at end of file blob - /dev/null blob + 303fa153c63c256864bd22a31f1588dd6c0fa140 (mode 644) --- /dev/null +++ help/TRANSLATE.DEU @@ -0,0 +1,40 @@ +TRANSLATE [netzwerk~]#channel/nutzer :sprache-von sprache-zu +------------------------------------------------------------ +TRANSLATE ermoeglicht das Hinzufuegen von Uebersetzern fuer +Channels und Nutzer. Die Nachrichten in den Channels bzw. von +dem Nutzer werden direkt uebersetzt, es wird sowohl Originaltext +als auch uebersetzter Text ausgegeben. Alle Texte, die in den +Channel bzw. an den Nutzer geschickt werden, werden in die andere +Richtung uebersetzt, jedoch ohne Ausgabe des originalen Textes an +den Nutzer. +Folgende Sprachen stehen zur Verfuegung: +- Englisch zu Deutsch en_de +- Englisch zu Italienisch en_it +- Englisch zu Franzoesisch en_fr +- Englisch zu Portugiesisch en_pt +- Englisch zu Chinsesich en_zh +- Englisch zu Japanisch en_ja +- Englisch zu Koreanisch en_ko +- Englisch zu Spanisch en_es +- Englisch zu Russisch en_ru +- Deutsch zu Englisch de_en +- Italenisch zu Englisch it_en +- Franzoesisch zu Englisch fr_en +- Portugiesisch zu Englisch pt_en +- Japanisch zu Englisch ja_en +- Koreanisch zu Englisch ko_en +- Russisch zu Englisch ru_en +- Spanisch zu Englisch es_en +- Franzoesisch zu Deutsch fr_de +- Deutsch zu Franzoesisch de_fr +Es muss ein Channel oder ein Nutzer angegeben werden, desweiteren +eine Sprache, aus der aus dem Nutzer/Channel uebersetzt werden soll, +und eine weitere Sprache, von welcher in welche zu dem Channel/Nutzer zu +uebersetzen ist. +Beispiel: +/TRANSLATE #italia :it_en en_it +Alles, was AUS diesem Channel ausgegeben werden wuerde, +wuerde von Italienisch in Englisch uebersetzt werden. +Alles, was IN den Channel gesandt werden wuerde, +wuerde von englisch in italienisch uebersetzt werden. +Siehe: DELTRANSLATE LISTTRANSLATE blob - /dev/null blob + 8e69c23d767b67d65e93de66898723e8be106162 (mode 644) --- /dev/null +++ help/TRANSLATE.ITA @@ -0,0 +1,32 @@ +TRANSLATE [network~]#canale/utente :linguaggio-da linguaggio-a +------------------------------------------------------------ +Translate ti permette di impostare degli utenti o canali i cui messaggi +debbano essere tradotti. +Attualmente sono possibili le seguenti traduzioni: +- Dall' Inglese al Tedesco en_de +- Dall' Inglese all'Italiano en_it +- Dall' Inglese al Francese en_fr +- Dall' Inglese al Portoghese en_pt +- Dall' Inglese al Cinese en_zh +- Dall' Inglese al Giapponese en_ja +- Dall' Inglese al Koreano en_ko +- Dall' Inglese allo Spagnolo en_es +- Dall' Inglese al Russo en_ru +- Dal Tedesco all' Inglese de_en +- Dall' Italiano all' Inglese it_en +- dal Francese all' Inglese fr_en +- Dal Portoghese all' Inglese pt_en +- Dal Giapponese all' Inglese ja_en +- Dal Koreano all' Inglese ko_en +- Dal Russo all' Inglese ru_en +- Dallo Spagnolo all' Inglese es_en +- Dal Francese al Tedesco fr_de +- Dal Tedesco al Francese de_fr +Hai bisogno di impostare un canale od un utente da essere tradotto e +due degli identificatori di linguaggio (a destra nella lista sopra). +Esempio +/TRANSLATE #london :en_it it_en +Cosi' ogni cosa scritta che ricevi DAL canale #london +verra' tradotta dall'inglese all'italiano, ed in ritorno ogni cosa +scrivi AL canale #london verra' tradotto dall'italiano all'inglese. +Vedi anche: DELTRANSLATE LISTTRANSLATE blob - /dev/null blob + e665671fc632930e4d9b597856c4bff2bf2dc2ae (mode 644) --- /dev/null +++ help/TRANSLATE.TXT @@ -0,0 +1,32 @@ +TRANSLATE [network~]#channel/user :language-from language-to +------------------------------------------------------------ +Translate allows you to set channels or users to be online translated. +Currently possibly are the following translations: +- English to German en_de +- English to Italian en_it +- English to French en_fr +- English to Portugese en_pt +- English to Chinese en_zh +- English to Japanese en_ja +- English to Korean en_ko +- English to Spanish en_es +- English to Russian en_ru +- Deutsch to English de_en +- Italian zu English it_en +- French to English fr_en +- Portugese to English pt_en +- Japanese to English ja_en +- Korean to English ko_en +- Russian to English ru_en +- Spanish to English es_en +- French to German fr_de +- German to French de_fr +You need to set a channel or a user to be translated and two +of the language identifiers (see behind the languages). +Example: +/TRANSLATE #italia :it_en en_it +So everything you would get FROM the channel #italia +would be translated from italian to english, and in return everything +you would post to #italia, would be translated from +english into italian. +See also: DELTRANSLATE LISTTRANSLATE blob - /dev/null blob + 3902e7084f7c2fc4709c09b682a537d811d47eb5 (mode 644) --- /dev/null +++ help/UNADMIN.DEU @@ -0,0 +1,8 @@ +UNADMIN Nutzer +-------------- +Entfernt die ADMIN-Rechte vom angegebenen Nutzer. +Ausgenommen hiervon ist der erste Admin, diesem koennen +die Admin-Rechte nicht genommen werden. +Example: +UNADNIM horst +Siehe: MADMIN blob - /dev/null blob + acf4303649759688d5a3e695b47ec9b110df2c52 (mode 644) --- /dev/null +++ help/UNADMIN.ITA @@ -0,0 +1,6 @@ +UNADMIN utente +------------ +toglie i diritti di Amministratore del bouncer dall'utente specificato +Esempio: +UNADIM Lamer +Vedi anche: MADMIN blob - /dev/null blob + cc7c1d108648adfb6c045f0f90e5e9c36033f4a6 (mode 644) --- /dev/null +++ help/UNADMIN.TXT @@ -0,0 +1,6 @@ +UNADMIN user +------------ +removes user with ADMIN rights in bouncer +Example: +UNADIM Lamer +See also: MADMIN blob - /dev/null blob + 35ce858fd6902f242d5aaff9b211640e38a007f6 (mode 644) --- /dev/null +++ lang/INFO @@ -0,0 +1,4 @@ +This directory keeps the `language files'. +The language files keep all phrases of psybnc +in an indexed configuration format. See the +readme for further details. \ No newline at end of file blob - /dev/null blob + 42a5bd320588c65f505bcf84d9c3dfeee7f3013b (mode 644) --- /dev/null +++ lang/english.lng @@ -0,0 +1,2879 @@ +#------------------------------------------------------------------------------ +# Language File for psyBNC - English +# by the most psychoid +# !!! WARNING !!! Do not change any format-specifics. psyBNC wont work +# correctly without the correct formats. +#------------------------------------------------------------------------------ + +desc psyBNC Language File - English + +; p_blowfish.c line 616: +msg0001=%s +; p_blowfish.c line 628: +msg0002=%s +; p_client.c line 70: +msg0003=JOIN :%sþÿ +; p_client.c line 91: +msg0004=:$%s*%s!%s@%s TOPIC +; p_client.c line 91: +msg0005= :%sþÿ +; p_client.c line 96: +msg0006=:%s!*@%s TOPIC +; p_client.c line 96: +msg0007= :%sþÿ +; p_client.c line 116: +msg0008=:%s!%s@%s PART +; p_client.c line 116: +msg0009= :%sþÿ +; p_client.c line 117: +msg0010=User %s logged off. +; p_client.c line 119: +msg0011=PART :%sþÿ +; p_client.c line 139: +msg0012=motd/USER%d.MOTD +; p_client.c line 147: +msg0013= 001 +; p_client.c line 165: +msg0014=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have Messages. Type /QUOTE PLAYPRIVATELOG to read your messages. +; p_client.c line 167: +msg0015=AWAYþÿ +; p_client.c line 168: +msg0016=.AWAYþÿ +; p_client.c line 205: +msg0017=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :%c %s(%s) [%s:%s] :%s [last:%-20s]þÿ +; p_client.c line 207: +msg0018=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%sþÿ +; p_client.c line 210: +msg0019=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%s [last:%-20s]þÿ +; p_client.c line 212: +msg0020=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%sþÿ +; p_client.c line 218: +msg0021=:%s!*@%s BWHO :þÿ +; p_client.c line 226: +msg0022=Logging Current Socketstats +; p_client.c line 228: +msg0023=End of stats. +; p_client.c line 237: +msg0024=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Welcome %s !þÿ +; p_client.c line 239: +msg0025=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :This is an anonymous psyBNC-IRC-Proxy.þÿ +; p_client.c line 241: +msg0026=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are the first to connect to this new proxy server.þÿ +; p_client.c line 242: +msg0027=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are the proxy-admin. Use ADDSERVER to add a server so the bouncer may connect.þÿ +; p_client.c line 285: +msg0028=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Ident given. Syntax is ADDUSER ident :usernameþÿ +; p_client.c line 289: +msg0029=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Username given. Syntax is ADDUSER ident :usernameþÿ +; p_client.c line 293: +msg0030=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s already existing.þÿ +; p_client.c line 331: +msg0031=New User:%s (%s) added by %s +; p_client.c line 333: +msg0032=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :New User '%s' added. Password set to '%s' +; p_client.c line 341: +msg0033=Maximum Users exceeded. +; p_client.c line 355: +msg0034=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Nick given. Syntax is DELUSER nickþÿ +; p_client.c line 359: +msg0035=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found.þÿ +; p_client.c line 364: +msg0036=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s is the Owner. He cant be deleted.þÿ +; p_client.c line 368: +msg0037=User %s deleted by %s. +; p_client.c line 383: +msg0038=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant add a network to a networkþÿ +; p_client.c line 387: +msg0039=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Network given. Syntax is ADDNETWORK networkþÿ +; p_client.c line 391: +msg0040=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network may be at max. 10 characters.þÿ +; p_client.c line 395: +msg0041=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s already existing.þÿ +; p_client.c line 417: +msg0042=New Network %s added by %s +; p_client.c line 422: +msg0043=Maximum Users exceeded. +; p_client.c line 433: +msg0044=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Network given. Syntax is DELNETWORK networkþÿ +; p_client.c line 437: +msg0045=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s not found.þÿ +; p_client.c line 441: +msg0046=Network %s deleted by %s. +; p_client.c line 458: +msg0047=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No existent Network given. Use SWITCHNET newnet :existentþÿ +; p_client.c line 463: +msg0048=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Source-Network given. Use SWITCHNET newnet :existentþÿ +; p_client.c line 467: +msg0049=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s not found.þÿ +; p_client.c line 474: +msg0050=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s already existent.þÿ +; p_client.c line 485: +msg0051=:bnc.psybnc.dk KICK %s %s :Switching Network +; p_client.c line 494: +msg0052=:bnc.psybnc.dk KICK #%s~%s %s :Switching Network +; p_client.c line 526: +msg0053=:%s!%s@%s NICK :%s +; p_client.c line 544: +msg0054=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Syntax is PASSWORD [user] :newpassþÿ +; p_client.c line 550: +msg0055=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not foundþÿ +; p_client.c line 557: +msg0056=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You cant change other peoples passwords.þÿ +; p_client.c line 561: +msg0057=USER%d +; p_client.c line 566: +msg0058=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password for %s changed to '%s'þÿ +; p_client.c line 592: +msg0059=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hop requested, changing servers.þÿ +; p_client.c line 593: +msg0060=Hop requested by %s. Quitting. +; p_client.c line 595: +msg0061=QUIT :changing serversþÿ +; p_client.c line 597: +msg0062=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not connected.þÿ +; p_client.c line 617: +msg0063=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' not found.þÿ +; p_client.c line 623: +msg0064=USER%d +; p_client.c line 624: +msg0065=VHOST +; p_client.c line 626: +msg0066=VLINK +; p_client.c line 629: +msg0067=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST changed to '%s' on Link %d. Use JUMP to activate changed hostname.þÿ +; p_client.c line 631: +msg0068=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST changed to '%s'.þÿ +; p_client.c line 648: +msg0069=%s:%s +; p_client.c line 666: +msg0070=USER%d +; p_client.c line 667: +msg0071=PROXY +; p_client.c line 669: +msg0072=PPORT +; p_client.c line 672: +msg0073=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY removed. Use JUMP to activate changed proxyusage.þÿ +; p_client.c line 674: +msg0074=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY set to '%s:%d'. Use JUMP to activate changed proxyusage. Use PROXY : to reset to non-proxy usage.þÿ +; p_client.c line 691: +msg0075=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use AIDLE 0 or AIDLE 1.þÿ +; p_client.c line 696: +msg0076=USER%d +; p_client.c line 697: +msg0077=AIDLE +; p_client.c line 700: +msg0078=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE enabled.þÿ +; p_client.c line 702: +msg0079=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE disabled.þÿ +; p_client.c line 717: +msg0080=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use AUTOREJOIN 0 or AUTOREJOIN 1.þÿ +; p_client.c line 722: +msg0081=USER%d +; p_client.c line 723: +msg0082=AUTOREJOIN +; p_client.c line 726: +msg0083=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN enabled.þÿ +; p_client.c line 728: +msg0084=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN disabled.þÿ +; p_client.c line 743: +msg0085=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use LEAVEQUIT 0 or LEAVEQUIT 1.þÿ +; p_client.c line 748: +msg0086=USER%d +; p_client.c line 749: +msg0087=LEAVEQUIT +; p_client.c line 752: +msg0088=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT enabled.þÿ +; p_client.c line 754: +msg0089=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT disabled.þÿ +; p_client.c line 769: +msg0090=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use DCCENABLE 0 or DCCENABLE 1.þÿ +; p_client.c line 774: +msg0091=USER%d +; p_client.c line 775: +msg0092=DCCENABLED +; p_client.c line 778: +msg0093=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Pending DCCs enabled.þÿ +; p_client.c line 780: +msg0094=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Pending DCCs disabled.þÿ +; p_client.c line 794: +msg0095=USER%d +; p_client.c line 797: +msg0096=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY changed to '%s'.þÿ +; p_client.c line 810: +msg0097=USER%d +; p_client.c line 811: +msg0098=LEAVEMSG +; p_client.c line 813: +msg0099=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVE Messages changed to '%s'. Message will be posted to channels when leaving.þÿ +; p_client.c line 826: +msg0100=USER%d +; p_client.c line 827: +msg0101=AWAYNICK +; p_client.c line 829: +msg0102=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY-Nick changed to '%s'.þÿ +; p_client.c line 843: +msg0103=USER%d +; p_client.c line 846: +msg0104=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Realname changed to '%s'. You need to use JUMP to activate it.þÿ +; p_client.c line 865: +msg0105=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No server given. Syntax is ADDSERVER hostname :portþÿ +; p_client.c line 868: +msg0106=USER%d +; p_client.c line 872: +msg0107=%s:%s +; p_client.c line 895: +msg0108=SPASS%d +; p_client.c line 896: +msg0109=SERVERS +; p_client.c line 905: +msg0110=PORT%d +; p_client.c line 906: +msg0111=SERVERS +; p_client.c line 907: +msg0112=SERVER%d +; p_client.c line 908: +msg0113=SERVERS +; p_client.c line 910: +msg0114=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s port %s (password: %s) added.þÿ +; p_client.c line 916: +msg0115=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No server entry free.þÿ +; p_client.c line 928: +msg0116=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No server given. Syntax is DELSERVER numberþÿ +; p_client.c line 931: +msg0117=USER%d +; p_client.c line 932: +msg0118=SPASS%s +; p_client.c line 933: +msg0119=SERVERS +; p_client.c line 934: +msg0120=PORT%s +; p_client.c line 935: +msg0121=SERVERS +; p_client.c line 936: +msg0122=SERVER%s +; p_client.c line 937: +msg0123=SERVERS +; p_client.c line 939: +msg0124=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s deleted.þÿ +; p_client.c line 957: +msg0125=USER%d +; p_client.c line 963: +msg0126=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server #%d: %s port %dþÿ +; p_client.c line 967: +msg0127=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of Servers.þÿ +; p_client.c line 998: +msg0128=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You did not define the Name of this bouncer. Do NAMEBOUNCER name first.þÿ +; p_client.c line 1002: +msg0129=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use %s name :host:port.þÿ +; p_client.c line 1006: +msg0130=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No name given. Use %s name :host:port.þÿ +; p_client.c line 1010: +msg0131=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Port given. Use %s name :host:port.þÿ +; p_client.c line 1024: +msg0132=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Invalid Port. Use %s name :host:port.þÿ +; p_client.c line 1036: +msg0133=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s already existent.þÿ +; p_client.c line 1041: +msg0134=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No more free Link-Connections.þÿ +; p_client.c line 1053: +msg0135=New Link '%s' %s %s:%d added by %s. +; p_client.c line 1070: +msg0136=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No valid value given. Use RELAYLINK linknumber :0|1.þÿ +; p_client.c line 1074: +msg0137=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No linknumber given. Use RELAYLINK linknumber :0|1.þÿ +; p_client.c line 1081: +msg0138=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s unknown.þÿ +; p_client.c line 1090: +msg0139=Relay linking for link '%s' %sd by %s +; p_client.c line 1103: +msg0140=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Link-Number defined.þÿ +; p_client.c line 1110: +msg0141=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s unknown.þÿ +; p_client.c line 1113: +msg0142=Link %d removed by %s +; p_client.c line 1116: +msg0143=Link to %s removed by %s +; p_client.c line 1122: +msg0144=Link from %s removed by %s +; p_client.c line 1136: +msg0145=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s +; p_client.c line 1154: +msg0146=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing locally defined Links.þÿ +; p_client.c line 1173: +msg0147=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c%d %s %s %s(%d)þÿ +; p_client.c line 1178: +msg0148=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :The Link-Treeþÿ +; p_client.c line 1180: +msg0149=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of Tree.þÿ +; p_client.c line 1243: +msg0150=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong Parameters. Use ADDDCC botname user pass :host:portþÿ +; p_client.c line 1305: +msg0151=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use AUTOGETDCC 0 or AUTOGETDCC 1.þÿ +; p_client.c line 1310: +msg0152=USER%d +; p_client.c line 1311: +msg0153=AUTOGETDCC +; p_client.c line 1314: +msg0154=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC enabled.þÿ +; p_client.c line 1316: +msg0155=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC disabled.þÿ +; p_client.c line 1342: +msg0156=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : +; p_client.c line 1342: +msg0157= Help (* = BounceAdmin only)ÿ +; p_client.c line 1343: +msg0158=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :--------------------------------------ÿ +; p_client.c line 1345: +msg0159=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - End of helpÿ +; p_client.c line 1348: +msg0160=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - End of helpÿ +; p_client.c line 1362: +msg0161=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDOP [#chan] password :host +; p_client.c line 1366: +msg0162=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Use ADDOP [#chan] password :host +; p_client.c line 1370: +msg0163=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames +; p_client.c line 1373: +msg0164=USER%d.OP +; p_client.c line 1375: +msg0165=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added op for hostmask %s (%s) +; p_client.c line 1388: +msg0166=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDAUTOOP #chan :host +; p_client.c line 1392: +msg0167=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Channel given. Use ADDAUTOOP #chan :host +; p_client.c line 1396: +msg0168=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames +; p_client.c line 1399: +msg0169=USER%d.AOP +; p_client.c line 1401: +msg0170=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added auto-op for hostmask %s (%s) +; p_client.c line 1414: +msg0171=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDASK [#chan] password :host +; p_client.c line 1418: +msg0172=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Use ADDASK [#chan] password :host +; p_client.c line 1422: +msg0173=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames +; p_client.c line 1425: +msg0174=USER%d.ASK +; p_client.c line 1427: +msg0175=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added op from hostmask %s (%s) +; p_client.c line 1440: +msg0176=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDALLOW :hostmask +; p_client.c line 1444: +msg0177=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in hostnames +; p_client.c line 1447: +msg0178=PSYBNC.HOSTALLOWS +; p_client.c line 1449: +msg0179=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added Host allow from hostmask %s +; p_client.c line 1462: +msg0180=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Host given. Use ADDBAN [#chan] reason :host +; p_client.c line 1466: +msg0181=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Reason given. Use ADDBAN [#chan] reason :host +; p_client.c line 1470: +msg0182=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use : in hostnames +; p_client.c line 1473: +msg0183=USER%d.BAN +; p_client.c line 1475: +msg0184=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added ban for host %s (%s) +; p_client.c line 1490: +msg0185=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Log Filter given (Use * for all). Use ADDLOG [#chan/logdest.] :filter(included text to get logged) +; p_client.c line 1494: +msg0186=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Destination given. Use ADDLOG [#chan/logdest.] :filter +; p_client.c line 1498: +msg0187=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in filters +; p_client.c line 1501: +msg0188=USER%d.LGI +; p_client.c line 1503: +msg0189=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added log for destination %s (filtering %s) +; p_client.c line 1522: +msg0190=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' not found.þÿ +; p_client.c line 1530: +msg0191=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' resetted and disconnected.þÿ +; p_client.c line 1547: +msg0192=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No channel or nick given. Use ENCRYPT password :#channel or nick +; p_client.c line 1551: +msg0193=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Password given. Use ENCRYPT password :#channel or nick +; p_client.c line 1555: +msg0194=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in chan or nick +; p_client.c line 1558: +msg0195=USER%d.ENC +; p_client.c line 1561: +msg0196=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added encryption for %s (%s) +; p_client.c line 1590: +msg0197=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No languages given. Use TRANSLATE #channel or nick :language-from language-to +; p_client.c line 1594: +msg0198=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Channel or User given given. Use TRANSLATE #channel or nick :language-from language-to +; p_client.c line 1598: +msg0199=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You may not use ; in language specifications +; p_client.c line 1605: +msg0200=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Not enough parameters in language. Use two language specifications. +; p_client.c line 1611: +msg0201=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong languages given. Use en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en,pt_en,en_zh,en_ja,en_ko,en_es,en_ru,fr_de,de_fr,ja_en,ko_en,ru_en or es_en. +; p_client.c line 1623: +msg0202=USER%d.TRA +; p_client.c line 1626: +msg0203=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Added translator for %s (%s) +; p_client.c line 1628: +msg0204=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong languages given. Use en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en or pt_en +; p_client.c line 1641: +msg0205=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELOP number +; p_client.c line 1644: +msg0206=USER%d.OP +; p_client.c line 1646: +msg0207=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op Number %s removed +; p_client.c line 1657: +msg0208=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELOP number +; p_client.c line 1660: +msg0209=USER%d.AOP +; p_client.c line 1662: +msg0210=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Auto-Op Number %s removed +; p_client.c line 1672: +msg0211=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELASK number +; p_client.c line 1675: +msg0212=USER%d.ASK +; p_client.c line 1677: +msg0213=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AskOp Number %s removed +; p_client.c line 1687: +msg0214=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELALLOW number +; p_client.c line 1690: +msg0215=PSYBNC.HOSTALLOWS +; p_client.c line 1692: +msg0216=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host Allow Number %s removed +; p_client.c line 1704: +msg0217=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELBAN number +; p_client.c line 1707: +msg0218=USER%d.BAN +; p_client.c line 1711: +msg0219=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ban Number %s removed +; p_client.c line 1724: +msg0220=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELLOG number +; p_client.c line 1727: +msg0221=USER%d.LGI +; p_client.c line 1729: +msg0222=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log Entry Number %s removed +; p_client.c line 1741: +msg0223=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELENCRYPT number +; p_client.c line 1744: +msg0224=USER%d.ENC +; p_client.c line 1746: +msg0225=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Encryption Number %s removed +; p_client.c line 1760: +msg0226=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No number given. Use DELTRANSLATE number +; p_client.c line 1763: +msg0227=USER%d.TRA +; p_client.c line 1765: +msg0228=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Translator Number %s removed +; p_client.c line 1777: +msg0229=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing OPs: +; p_client.c line 1779: +msg0230=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1789: +msg0231=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Auto-OPs: +; p_client.c line 1791: +msg0232=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1801: +msg0233=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing AskOPs: +; p_client.c line 1803: +msg0234=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1813: +msg0235=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Host Allows: +; p_client.c line 1815: +msg0236=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1825: +msg0237=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Bans: +; p_client.c line 1827: +msg0238=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1839: +msg0239=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Encryptions: +; p_client.c line 1841: +msg0240=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1855: +msg0241=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Translators: +; p_client.c line 1857: +msg0242=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1872: +msg0243=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing Log-Entrys: +; p_client.c line 1874: +msg0244=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of List. +; p_client.c line 1888: +msg0245=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :REHASHING !! All connections will be dropped: +; p_client.c line 1889: +msg0246=REHASHED by %s +; p_client.c line 1915: +msg0247=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is MADMIN user. +; p_client.c line 1921: +msg0248=User %s declared User %s to admin +; p_client.c line 1923: +msg0249=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found. +; p_client.c line 1937: +msg0250=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is UNADMIN user. +; p_client.c line 1941: +msg0251=User %s took admin rights from User %s +; p_client.c line 1946: +msg0252=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found. +; p_client.c line 1960: +msg0253=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is BKILL user. +; p_client.c line 1965: +msg0254=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :He isnt online. Why killing a dead?. +; p_client.c line 1968: +msg0255=User %s killed User %s +; p_client.c line 1969: +msg0256=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been killed by %s. +; p_client.c line 1975: +msg0257=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not found. +; p_client.c line 1995: +msg0258=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Script reloadedþÿ +; p_client.c line 2008: +msg0259=Logging Tasks +; p_client.c line 2013: +msg0260=PID: %d STDIN: %d STDOUT: %d STDERR: %d PROGRAM: %s +; p_client.c line 2017: +msg0261=End of Tasks +; p_client.c line 2030: +msg0262=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are already quitted.ÿ +; p_client.c line 2034: +msg0263=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been marked as quitted.ÿ +; p_client.c line 2037: +msg0264=QUIT :ÿ +; p_client.c line 2040: +msg0265=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have been disconnected.ÿ +; p_client.c line 2054: +msg0266=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not marked as quit.ÿ +; p_client.c line 2073: +msg0267=SYSTEM +; p_client.c line 2075: +msg0268=Name of the bouncer set to '%s'. +; p_client.c line 2086: +msg0269=User %s quitted (from %s) +; p_client.c line 2087: +msg0270=:%s!%s@%s QUIT :good byeþÿ +; p_client.c line 2176: +msg0271=%s%s%sþÿ +; p_client.c line 2203: +msg0272=%s%s%sþÿ +; p_client.c line 2276: +msg0273=:bnc.psybnc.dk PONG bnc.psybnc.dk :%s +; p_client.c line 2278: +msg0274=:%s PONG %s :%s +; p_client.c line 2379: +msg0275=AWAY :%sþÿ +; p_client.c line 2386: +msg0276=.AWAY %sþÿ +; p_client.c line 2396: +msg0277=NICK %sþÿ +; p_client.c line 2398: +msg0278=NICK %sþÿ +; p_client.c line 2417: +msg0279=User %s logged off. +; p_client.c line 2425: +msg0280=User %s: cant get connected User (%s) +; p_client.c line 2426: +msg0281=User %s: cant get connected User (%s) +; p_client.c line 2427: +msg0282=Error +; p_client.c line 2436: +msg0283=User %s disconnected (from %s) +; p_client.c line 2437: +msg0284=User %s disconnected (from %s) +; p_client.c line 2438: +msg0285=Connection lost +; p_dcc.c line 45: +msg0286=USER%d.DCC +; p_dcc.c line 75: +msg0287=%s %s %s +; p_dcc.c line 76: +msg0288=%s:%dÿ +; p_dcc.c line 78: +msg0289=DCC to %s(%s:%d) added by %s. +; p_dcc.c line 101: +msg0290=USER%d +; p_dcc.c line 105: +msg0291=ENTRY%d +; p_dcc.c line 159: +msg0292=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Listing DCCsþÿ +; p_dcc.c line 168: +msg0293=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%d%c %s (%s:%d)þÿ +; p_dcc.c line 173: +msg0294=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of DCCsþÿ +; p_dcc.c line 211: +msg0295=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No such DCC.þÿ +; p_dcc.c line 217: +msg0296=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d session closed.þÿ +; p_dcc.c line 235: +msg0297=USER%d +; p_dcc.c line 236: +msg0298=ENTRY%d +; p_dcc.c line 240: +msg0299=ENTRY%d +; p_dcc.c line 244: +msg0300=ENTRY%d +; p_dcc.c line 247: +msg0301=ENTRY%d +; p_dcc.c line 249: +msg0302=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d deleted.þÿ +; p_dcc.c line 304: +msg0303=:%s%c%s!DCC@%s PRIVMSG %s :%sþÿ +; p_dcc.c line 328: +msg0304=Connected to DCC: %s to %s (%s:%d) +; p_dcc.c line 330: +msg0305=%sþÿ +; p_dcc.c line 333: +msg0306=%sþÿ +; p_dcc.c line 355: +msg0307=Lost DCC: %s to %s (%s:%d) +; p_dcc.c line 379: +msg0308=Cant connect DCC: %s to %s (%s:%d) +; p_dcc.c line 424: +msg0309=Connecting SSL-DCC: %s to %s (%s:%d) +; p_dcc.c line 427: +msg0310=Connecting DCC: %s to %s (%s:%d) +; p_dcc.c line 434: +msg0311=Cant connect DCC: %s to %s (%s:%d) +; p_dcc.c line 507: +msg0312=/dev/ +; p_dcc.c line 509: +msg0313=/etc/ +; p_dcc.c line 630: +msg0314=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat established +; p_dcc.c line 638: +msg0315=CONNECTED +; p_dcc.c line 658: +msg0316=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat closed +; p_dcc.c line 679: +msg0317=:%s(%s!DCCChat@%s PRIVMSG %s :%s +; p_dcc.c line 735: +msg0318=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat established +; p_dcc.c line 755: +msg0319=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Filetransfer of %s by %s%s aborted. +; p_dcc.c line 774: +msg0320=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Filetransfer of %s by %s%s stopped. +; p_dcc.c line 805: +msg0321=File %s sent to %s%s completed. +; p_dcc.c line 850: +msg0322=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s%s(%s) accepted File %s. Start sending. +; p_dcc.c line 876: +msg0323=downloads +; p_dcc.c line 877: +msg0324=downloads/USER%d +; p_dcc.c line 884: +msg0325=Cannot create File %s - aborting. +; p_dcc.c line 890: +msg0326=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connected to %s%s(%s). Receiving File %s. +; p_dcc.c line 910: +msg0327=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connection to %s%s(%s) lost. File %s incomplete. +; p_dcc.c line 938: +msg0328=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File write error while receiving from %s%s(%s). File %s incomplete. +; p_dcc.c line 965: +msg0329=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :EOF while receiving from %s%s(%s). File %s incomplete. +; p_dcc.c line 967: +msg0330=File %s from %s%s(%s) received. +; p_dcc.c line 1017: +msg0331=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not connected. +; p_dcc.c line 1022: +msg0332=No IP defined for DCC Usage. Please create a line 'PSYBNC.SYSTEM.DCCHOST=IP' in the psybnc.conf. +; p_dcc.c line 1034: +msg0333=Cannot create listening Port in 20 tries.. giving up. +; p_dcc.c line 1040: +msg0334=Cannot create Socket.. giving up. +; p_dcc.c line 1063: +msg0335=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Chat request sent to %s%s (%s:%d) +; p_dcc.c line 1067: +msg0336=NOTICE %s :SSL-DCC Chat (%s) +; p_dcc.c line 1070: +msg0337=NOTICE %s :DCC Chat (%s) +; p_dcc.c line 1085: +msg0338=PRIVMSG %s :%cDCC CHAT chat %s %d%c +; p_dcc.c line 1089: +msg0339=PRIVMSG %s :%cDCC CHAT chat %lu %d%c +; p_dcc.c line 1112: +msg0340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC Chat Request. Use /DCCANSWER %s or /DCCANSWER S=%s (SSL) to establish the connection (%s/%d). +; p_dcc.c line 1114: +msg0341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC Chat Request. Use /DCCANSWER %s to establish the connection (%s/%d). +; p_dcc.c line 1161: +msg0342=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No DCC Request from '%s' +; p_dcc.c line 1166: +msg0343=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are not connected. +; p_dcc.c line 1171: +msg0344=No IP defined for DCC Usage. Please create a line 'PSYBNC.SYSTEM.DCCHOST=IP' in the psybnc.conf. +; p_dcc.c line 1177: +msg0345=Invalid Filename '%s'. +; p_dcc.c line 1183: +msg0346=downloads/USER%d/%s +; p_dcc.c line 1187: +msg0347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File %s not found. +; p_dcc.c line 1204: +msg0348=Cannot create listening Port in 20 tries.. giving up. +; p_dcc.c line 1210: +msg0349=Cannot create Socket.. giving up. +; p_dcc.c line 1245: +msg0350=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :SSL-DCC File Send for %s request sent to %s%s (%s:%d) +; p_dcc.c line 1248: +msg0351=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC File Send for %s request sent to %s%s (%s:%d) +; p_dcc.c line 1253: +msg0352=NOTICE %s :SSL-DCC Send %s (%s) +; p_dcc.c line 1256: +msg0353=NOTICE %s :DCC Send %s (%s) +; p_dcc.c line 1271: +msg0354=PRIVMSG %s :%cDCC SEND %s %s %d %lu%c +; p_dcc.c line 1275: +msg0355=PRIVMSG %s :%cDCC SEND %s %lu %d %lu%c +; p_dcc.c line 1282: +msg0356=downloads/USER%d/%s +; p_dcc.c line 1302: +msg0357=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC File Send Request for File %s. The file will be auto-downloaded. (%s/%d). +; p_dcc.c line 1307: +msg0358=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC File Send Request for File %s. Use /DCCGET %s%s :%s or /DCCGET %sS=%s :%s (SSL) to receive the file. (%s/%d). +; p_dcc.c line 1309: +msg0359=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s sent a DCC File Send Request for File %s. Use /DCCGET %s%s :%s to receive the file. (%s/%d). +; p_dcc.c line 1371: +msg0360=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No DCC File Request from '%s' for %s +; p_dcc.c line 1486: +msg0361=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Listing Pending DCCs +; p_dcc.c line 1490: +msg0362=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s (%s) +; p_dcc.c line 1492: +msg0363=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s +; p_dcc.c line 1498: +msg0364=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : End of Pending DCCs +; p_dcc.c line 1548: +msg0365=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Unknown DCC. Please use /DCCCANCEL nick :file or /DCCCANCEL nick. +; p_dcc.c line 1562: +msg0366=VERSION +; p_dcc.c line 1564: +msg0367=NOTICE %s :%cVERSION +; p_dcc.c line 1597: +msg0368=DCC CHAT +; p_dcc.c line 1624: +msg0369=DCC SEND +; p_inifunc.c line 144: +msg0370=%s.%s.%s= +; p_inifunc.c line 180: +msg0371=%s.%s.%s= +; p_inifunc.c line 181: +msg0372=%s.%s. +; p_inifunc.c line 281: +msg0373=USER%d +; p_inifunc.c line 282: +msg0374=SERVER%d +; p_inifunc.c line 283: +msg0375=SERVERS +; p_inifunc.c line 286: +msg0376=PORT%d +; p_inifunc.c line 287: +msg0377=SERVERS +; p_inifunc.c line 289: +msg0378=SPASS%d +; p_inifunc.c line 290: +msg0379=SERVERS +; p_inifunc.c line 321: +msg0380=log/USER%d.LOG +; p_inifunc.c line 323: +msg0381=log/USER%d.TRA +; p_inifunc.c line 325: +msg0382=USER%d. +; p_intnet.c line 132: +msg0383=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :The internal network (int~) could not be joined, because your nick is already in use by %s!%s@%s. Change your nick, then retry to join. +; p_intnet.c line 137: +msg0384=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s +; p_intnet.c line 295: +msg0385=%s!%s@%s +; p_intnet.c line 345: +msg0386=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 357: +msg0387=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 383: +msg0388=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 435: +msg0389=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 494: +msg0390=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 555: +msg0391=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 599: +msg0392=%s-psybnc.net +; p_intnet.c line 603: +msg0393=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 608: +msg0394=%s-psybnc.net +; p_intnet.c line 615: +msg0395=:%s-psybnc.net 404 %s %s :Cannot send to channel +; p_intnet.c line 618: +msg0396=:%s-psybnc.net 404 %s %s :Cannot send to channel +; p_intnet.c line 620: +msg0397=:%s!%s@%s %s %s :%s +; p_intnet.c line 630: +msg0398=%s-psybnc.net +; p_intnet.c line 634: +msg0399=:%s-psybnc.net 401 %s %s :No such Nick +; p_intnet.c line 639: +msg0400=%s-psybnc.net +; p_intnet.c line 643: +msg0401=:%s!%s@%s %s %s :%s +; p_intnet.c line 667: +msg0402=USER%d +; p_intnet.c line 670: +msg0403=ENTRY%d +; p_intnet.c line 671: +msg0404=INTCHANS +; p_intnet.c line 677: +msg0405=INTCHANS +; p_intnet.c line 677: +msg0406=ENTRY%d +; p_intnet.c line 678: +msg0407=ENTRY%d +; p_intnet.c line 679: +msg0408=INTCHANS +; p_intnet.c line 692: +msg0409=USER%d +; p_intnet.c line 695: +msg0410=ENTRY%d +; p_intnet.c line 696: +msg0411=INTCHANS +; p_intnet.c line 701: +msg0412=INTCHANS +; p_intnet.c line 719: +msg0413=USER%d +; p_intnet.c line 723: +msg0414=ENTRY%d +; p_intnet.c line 724: +msg0415=INTCHANS +; p_intnet.c line 783: +msg0416=%s-psybnc.net +; p_intnet.c line 802: +msg0417=:%s-psybnc.net 474 %s %s :Cannot join Channel (+b) +; p_intnet.c line 805: +msg0418=:%s-psybnc.net 475 %s %s :Cannot join Channel (+k) +; p_intnet.c line 808: +msg0419=:%s-psybnc.net 473 %s %s :Cannot join Channel (+i) +; p_intnet.c line 814: +msg0420=:%s!%s@%s JOIN %s +; p_intnet.c line 817: +msg0421=:%s!%s@%s MODE %s +o %s +; p_intnet.c line 823: +msg0422=:%s-psybnc.net 332 %s %s :%s +; p_intnet.c line 835: +msg0423=%s-psybnc.net +; p_intnet.c line 839: +msg0424=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 859: +msg0425=:%s-psybnc.net 441 %s %s :They aren't on that channel +; p_intnet.c line 881: +msg0426=:%s-psybnc.net 441 %s %s :They aren't on that channel +; p_intnet.c line 900: +msg0427=:%s-psybnc.net 441 %s %s :They aren't on that channel +; p_intnet.c line 922: +msg0428=:%s-psybnc.net 441 %s %s :They aren't on that channel +; p_intnet.c line 952: +msg0429=%s-psybnc.net +; p_intnet.c line 964: +msg0430=:%s-psybnc.net 403 %s %s :No such Channel +; p_intnet.c line 989: +msg0431=smitn +; p_intnet.c line 1016: +msg0432=:%s-psybnc.net 367 %s %s %s +; p_intnet.c line 1019: +msg0433=:%s-psybnc.net 368 %s %s :End of Channel Ban-List +; p_intnet.c line 1132: +msg0434=:%s!%s@%s MODE %s %s%s %s +; p_intnet.c line 1134: +msg0435=:%s MODE %s %s%s %s +; p_intnet.c line 1150: +msg0436=%s-psybnc.net +; p_intnet.c line 1155: +msg0437=:%s-psybnc.net 403 %s %s :No such Channel +; p_intnet.c line 1162: +msg0438=:%s-psybnc.net 324 %s %s %s %s +; p_intnet.c line 1164: +msg0439=:%s-psybnc.net 324 %s %s %s +; p_intnet.c line 1167: +msg0440=:%s-psybnc.net 324 %s %s %s +; p_intnet.c line 1236: +msg0441=%s-psybnc.net +; p_intnet.c line 1243: +msg0442=:%s-psybnc.net 403 %s %s :No such Channel +; p_intnet.c line 1248: +msg0443=:%s-psybnc.net 442 %s %s :You're not on that Channel +; p_intnet.c line 1255: +msg0444=:%s-psybnc.net 482 %s %s :You're not the Channel-King +; p_intnet.c line 1327: +msg0445=%s-psybnc.net +; p_intnet.c line 1334: +msg0446=:%s-psybnc.net 403 %s %s :No such Channel +; p_intnet.c line 1339: +msg0447=:%s-psybnc.net 442 %s %s :You're not on that channel +; p_intnet.c line 1341: +msg0448=:%s!%s@%s PART %s :%s +; p_intnet.c line 1354: +msg0449=%s-psybnc.net +; p_intnet.c line 1358: +msg0450=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 1383: +msg0451= KICK +; p_intnet.c line 1407: +msg0452=:%s!%s@%s KICK %s %s :%s +; p_intnet.c line 1415: +msg0453=%s-psybnc.net +; p_intnet.c line 1443: +msg0454=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 1448: +msg0455=:%s-psybnc.net 442 %s %s :You're not on that channel +; p_intnet.c line 1452: +msg0456=:%s-psybnc.net 482 %s %s :You're not the Channel-King +; p_intnet.c line 1469: +msg0457=:%s!%s@%s KICK %s %s :%s +; p_intnet.c line 1476: +msg0458=:%s-psybnc.net 441 %s %s :They aren't on that channel +; p_intnet.c line 1506: +msg0459=:%s!%s@%s NOTICE %s :Your nick was introduced to the intnet by link '%s'. The link had been resetted due to collide. +; p_intnet.c line 1519: +msg0460=%s-psybnc.net +; p_intnet.c line 1527: +msg0461=:%s!%s@%s NICK :%s +; p_intnet.c line 1548: +msg0462=%s-psybnc.net +; p_intnet.c line 1555: +msg0463=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 1560: +msg0464=:%s-psybnc.net 442 %s %s :You're not on that channel +; p_intnet.c line 1593: +msg0465=:%s!%s@%s QUIT :%s +; p_intnet.c line 1614: +msg0466=%s-psybnc.net +; p_intnet.c line 1623: +msg0467=:%s-psybnc.net 352 %s * %s %s %s %s H :0 ? +; p_intnet.c line 1626: +msg0468=:%s-psybnc.net 315 %s * :End of WHO +; p_intnet.c line 1631: +msg0469=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 1636: +msg0470=:%s-psybnc.net 442 %s %s :You're not on that channel +; p_intnet.c line 1641: +msg0471=:%s-psybnc.net 352 %s %s %s %s * %s H :0 ? +; p_intnet.c line 1644: +msg0472=:%s-psybnc.net 315 %s %s :End of WHO +; p_intnet.c line 1667: +msg0473=%s-psybnc.net +; p_intnet.c line 1674: +msg0474=:%s-psybnc.net 401 %s %s :No such Nick +; p_intnet.c line 1676: +msg0475=:%s-psybnc.net 311 %s %s %s %s * :psyBNC Network User +; p_intnet.c line 1677: +msg0476=:%s-psybnc.net 319 %s %s : +; p_intnet.c line 1701: +msg0477=:%s-psybnc.net 312 %s %s %s :psyBNC Network +; p_intnet.c line 1705: +msg0478=:%s-psybnc.net 313 %s %s :is a Bouncer-Admin +; p_intnet.c line 1707: +msg0479=:%s-psybnc.net 318 %s %s :End of WHOIS List. +; p_intnet.c line 1732: +msg0480=Guest +; p_intnet.c line 1756: +msg0481=:%s!%s@%s NOTICE %s :Your nick was introduced to the intnet by link '%s'. The link had been resetted due to collide. +; p_intnet.c line 1760: +msg0482=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s +; p_intnet.c line 1796: +msg0483=%s-psybnc.net +; p_intnet.c line 1803: +msg0484=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 1808: +msg0485=:%s-psybnc.net 442 %s %s :You're not on that channel +; p_intnet.c line 1812: +msg0486=:%s-psybnc.net 482 %s %s :You're not the Channel-King +; p_intnet.c line 1817: +msg0487=:%s!%s@%s TOPIC %s :%s +; p_intnet.c line 1854: +msg0488=%s-psybnc.net +; p_intnet.c line 1882: +msg0489=:%s-psybnc.net 401 %s %s :No such Channel +; p_intnet.c line 1887: +msg0490=:%s-psybnc.net 442 %s %s :You're not on that channel +; p_intnet.c line 1891: +msg0491=:%s-psybnc.net 482 %s %s :You're not the Channel-King +; p_intnet.c line 1908: +msg0492=:%s!%s@%s INVITE %s :%s +; p_intnet.c line 1911: +msg0493=:%s-psybnc.net 443 %s %s %s :is already on channel +; p_intnet.c line 1938: +msg0494=USER %s %s %s :%s +; p_intnet.c line 1945: +msg0495=:%s-psybnc.net MODE %s + +; p_intnet.c line 1950: +msg0496=:%s!%s@%s JOIN :%s +; p_intnet.c line 1955: +msg0497=%s %s +; p_intnet.c line 1956: +msg0498=:%s-psybnc.net MODE %s + +; p_intnet.c line 1975: +msg0499=%s %s +; p_intnet.c line 1977: +msg0500=:%s-psybnc.net MODE %s + +; p_intnet.c line 1985: +msg0501=%s %s +; p_intnet.c line 1986: +msg0502=:%s-psybnc.net MODE %s + +; p_intnet.c line 2002: +msg0503=%s %s +; p_intnet.c line 2005: +msg0504=:%s-psybnc.net MODE %s %s +; p_intnet.c line 2027: +msg0505=:%s!%s@%s QUIT :%s %s +; p_intnet.c line 2036: +msg0506=:%s!%s@%s QUIT :%s %s +; p_link.c line 94: +msg0507=USER %s %s 127.0.0.1 :%sþÿ +; p_link.c line 95: +msg0508=NICK %sþÿ +; p_link.c line 96: +msg0509=RELAY: User %s connected. +; p_link.c line 104: +msg0510=RELAY: User %s: cant connect. +; p_link.c line 128: +msg0511=RELAY: User %s: lost connection. +; p_link.c line 158: +msg0512=PSYBNC %s :%dþÿ +; p_link.c line 165: +msg0513=PASS %sþÿ +; p_link.c line 166: +msg0514=:*!*@%s RECURSIVE :%sþÿ +; p_link.c line 168: +msg0515=:*!*@* BWHO :þÿ +; p_link.c line 173: +msg0516=:TOPO!TOPO@* LISTLINKS * :þÿ +; p_link.c line 174: +msg0517=LINK %d: connected to %s port %d. +; p_link.c line 182: +msg0518=LINK %d: cannot connect to %s port %d. +; p_link.c line 194: +msg0519=LINK %d: connection to %s port %d lost. +; p_link.c line 196: +msg0520=Lost Link (%s) +; p_link.c line 234: +msg0521=INTNET +; p_link.c line 249: +msg0522=QUERY +; p_link.c line 254: +msg0523=:psyBNC!*@%s SYSMSG %s@%s :%s - No such userþÿ +; p_link.c line 259: +msg0524=:$%s*%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ +; p_link.c line 261: +msg0525=:$%s@%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ +; p_link.c line 266: +msg0526=SYSMSG +; p_link.c line 302: +msg0527=:psyBNC!*@ +; p_link.c line 317: +msg0528=%s*%s +; p_link.c line 320: +msg0529=:$%s*%s!%s@%s. JOIN : +; p_link.c line 342: +msg0530=:%s!psyBNC@psyBNC.dk NOTICE %s :%sþÿ +; p_link.c line 353: +msg0531=This Link has no Name. Deleting. +; p_link.c line 368: +msg0532=RECURSIVE +; p_link.c line 372: +msg0533=LINK %d: RECURSIVE (%s:%d) - Erasing Link +; p_link.c line 386: +msg0534=PARTY +; p_link.c line 395: +msg0535=PRIVMSG +; p_link.c line 400: +msg0536=psyBNC +; p_link.c line 403: +msg0537=logged in. +; p_link.c line 405: +msg0538=User +; p_link.c line 412: +msg0539=%s@%s +; p_link.c line 419: +msg0540=logged off. +; p_link.c line 421: +msg0541=User +; p_link.c line 428: +msg0542=%s@%s +; p_link.c line 430: +msg0543=logged off +; p_link.c line 435: +msg0544=Linked to +; p_link.c line 437: +msg0545=:TOPO!TOPO@%s LISTLINKS * :þÿ +; p_link.c line 441: +msg0546=Lost Link ( +; p_link.c line 451: +msg0547=:$%s*%s!%s@%s. %s %s:%s +; p_link.c line 475: +msg0548=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%s [last:%-20s]þÿ +; p_link.c line 477: +msg0549=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%sþÿ +; p_link.c line 485: +msg0550=LISTLINKS +; p_link.c line 505: +msg0551=:psyBNC!*@%s SYSMSG %s@%s :[%s]%c%d %s %s %s(%d)þÿ +; p_link.c line 514: +msg0552=TOPIC +; p_link.c line 522: +msg0553=:$%s*%s!%s@%s TOPIC +; p_link.c line 522: +msg0554= :%sþÿ +; p_link.c line 530: +msg0555=INTNET +; p_link.c line 562: +msg0556=Lost Link (%s) +; p_link.c line 563: +msg0557=LINK %d: Lost Link. +; p_link.c line 610: +msg0558=%sRELAY: User %s@%s (%s:%d): trying %s port %d (%s). +; p_link.c line 638: +msg0559=out of linkdescriptors +; p_link.c line 660: +msg0560=RELAY: cannot connect to %s port %d. +; p_link.c line 694: +msg0561=%sLINK %d: Connecting to %s:%d. +; p_link.c line 705: +msg0562=LINK %d: cannot connect to %s port %d. +; p_log.c line 42: +msg0563=%s :%sÿ +; p_log.c line 46: +msg0564=%s :%sÿ +; p_log.c line 48: +msg0565=%s :%sÿ +; p_log.c line 84: +msg0566=salt.h +; p_log.c line 89: +msg0567=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :WARNING ! Move the file salt.h from the shell to a safe placeÿ +; p_log.c line 92: +msg0568=log/USER%d.LOG +; p_log.c line 104: +msg0569=For a list +; p_log.c line 105: +msg0570=notes waiting on +; p_log.c line 107: +msg0571=http:// +; p_log.c line 108: +msg0572=HTTP:// +; p_log.c line 134: +msg0573=log/USER%d.LOG +; p_log.c line 139: +msg0574=%s~%s :(%s) %sÿ +; p_log.c line 156: +msg0575=log/USER%d.LOG +; p_log.c line 158: +msg0576=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starting playing Logÿ +; p_log.c line 162: +msg0577=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_log.c line 164: +msg0578=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use ERASEPRIVATELOG to kill the logÿ +; p_log.c line 178: +msg0579=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are no adminÿ +; p_log.c line 186: +msg0580=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starting playing Main-Logÿ +; p_log.c line 188: +msg0581=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_log.c line 190: +msg0582=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Use ERASEMAINLOG to kill the logÿ +; p_log.c line 217: +msg0583=log/USER%d.TRL +; p_log.c line 220: +msg0584=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Filter defined. Use PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (or * for everything). You can also use PLAYTRAFFICLOG last to play.þÿ +; p_log.c line 234: +msg0585=%s %d-%d-%d %d:%d:%d %d-%d-%d %d:%d:%d :%sÿ +; p_log.c line 260: +msg0586=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Starting playing log since last.þÿ +; p_log.c line 262: +msg0587=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Starting playing log (%s, from %04d-%02d-%02d %02d:%02d:%02d to %04d-%02d-%02d %02d:%02d:%02d, filter %s)þÿ +; p_log.c line 268: +msg0588=%d-%d-%d-%d-%d-%d:%s: +; p_log.c line 312: +msg0589=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :End of log.þÿ +; p_log.c line 314: +msg0590=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :End of log (%s)þÿ +; p_log.c line 321: +msg0591=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong Syntax. Use PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (or * for everything)þÿ +; p_log.c line 333: +msg0592=%s.old +; p_log.c line 345: +msg0593=log/USER%d.LOG +; p_log.c line 347: +msg0594=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log erasedÿ +; p_log.c line 359: +msg0595=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You are no adminÿ +; p_log.c line 365: +msg0596=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Main-Log erasedÿ +; p_log.c line 381: +msg0597=log/USER%d.TRL +; p_log.c line 385: +msg0598=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Traffic-Log erasedÿ +; p_log.c line 387: +msg0599=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No Traffic logging openÿ +; p_log.c line 433: +msg0600=log/USER%d.TRL +; p_log.c line 438: +msg0601=%02d-%02d-%02d-%02d-%02d-%02d:%s:%sÿ +; p_memory.c line 39: +msg0602=OUT OF MEMORY. Last context: %s/%s Line %d - killing the bouncer ! +; p_memory.c line 290: +msg0603=Program Context : %s/%s Line %d +; p_memory.c line 299: +msg0604=BUS Error - Crashing +; p_memory.c line 306: +msg0605=SEGMENT VIOLATION - Crashing +; p_memory.c line 313: +msg0606=Floating Point Error - Crashing +; p_memory.c line 322: +msg0607=Terminated - quitting all Users +; p_memory.c line 330: +msg0608=QUIT :terminatedÿ +; p_memory.c line 336: +msg0609=ERROR :terminatedÿ +; p_memory.c line 345: +msg0610=Received TERMINATE signal from terminal +; p_memory.c line 354: +msg0611=Received HangUp - rehashing +; p_memory.c line 363: +msg0612=Received QUIT Signal - ignoring +; p_memory.c line 372: +msg0613=Logging SSL-Stats +; p_memory.c line 374: +msg0614=Global ciphers: No negotiations active +; p_memory.c line 378: +msg0615=None. +; p_memory.c line 379: +msg0616=Global ciphers: %s +; p_memory.c line 381: +msg0617=%4ld items in the session cache +; p_memory.c line 383: +msg0618=%4d client connects (SSL_connect()) +; p_memory.c line 385: +msg0619=%4d client connects that finished +; p_memory.c line 388: +msg0620=%4d client renegotiatations requested +; p_memory.c line 391: +msg0621=%4d server connects (SSL_accept()) +; p_memory.c line 393: +msg0622=%4d server connects that finished +; p_memory.c line 396: +msg0623=%4d server renegotiatiations requested +; p_memory.c line 399: +msg0624=%4d session cache hits +; p_memory.c line 400: +msg0625=%4d session cache misses +; p_memory.c line 401: +msg0626=%4d session cache timeouts +; p_memory.c line 402: +msg0627=End of SSL-Stats +; p_memory.c line 434: +msg0628=Received USER1 - Debugging sockets +; p_memory.c line 453: +msg0629=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s(%s/%d), SINCE - %s +; p_memory.c line 458: +msg0630=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s, SINCE - %s +; p_memory.c line 462: +msg0631=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, SINCE - %s +; p_memory.c line 469: +msg0632=SOCK: %-3d expired, closing +; p_memory.c line 489: +msg0633=Received USR2 - Reloading Configuration. +; p_memory.c line 499: +msg0634=Interrupted - stopping application. +; p_memory.c line 506: +msg0635=Got Ill signal - continuing. +; p_memory.c line 513: +msg0636=Killed - stopping application. +; p_network.c line 86: +msg0637=:int~%s!%s +; p_network.c line 88: +msg0638=:%s!%s +; p_network.c line 110: +msg0639=%s %s %s +; p_network.c line 112: +msg0640=%s %s %s +; p_network.c line 156: +msg0641=%s %s +; p_network.c line 170: +msg0642=%s %s +; p_network.c line 184: +msg0643=%s - Unknown Networkÿ +; p_network.c line 261: +msg0644=%s%c#%s~%s +; p_network.c line 282: +msg0645=%s:%s~%s +; p_network.c line 292: +msg0646=%c%s~%s +; p_network.c line 333: +msg0647=%s%c%s%c +; p_network.c line 335: +msg0648=%s%s%c +; p_network.c line 338: +msg0649=%s%s%c +; p_network.c line 342: +msg0650=%s%c%s~%s%c +; p_network.c line 344: +msg0651=%s%s~%s%c +; p_network.c line 377: +msg0652=%s %s~%s +; p_network.c line 423: +msg0653=%s :%s +; p_network.c line 443: +msg0654=%s %s %s +; p_network.c line 445: +msg0655=%s %s~%s %s +; p_network.c line 485: +msg0656=0123456789 +; p_network.c line 490: +msg0657=%s%s%c +; p_network.c line 492: +msg0658=%s%s~%s%c +; p_network.c line 495: +msg0659=%s%s%c +; p_network.c line 504: +msg0660=INVITE +; p_network.c line 511: +msg0661=%s :#%s~%s +; p_network.c line 535: +msg0662=%s %s %s +; p_network.c line 537: +msg0663=%s %s~%s %s +; p_peer.c line 132: +msg0664=LINK %d: First time linked on SSL. Stored Certificate +; p_peer.c line 137: +msg0665=Link %d +; p_peer.c line 142: +msg0666=:%s!*@%s IAM :þÿ +; p_peer.c line 144: +msg0667=:*!*@* BWHO :þÿ +; p_peer.c line 145: +msg0668=:psyBNC@%s!*@%s TOPIC +; p_peer.c line 145: +msg0669= :%sþÿ +; p_peer.c line 147: +msg0670=:*!*@* LISTLINKS :þÿ +; p_peer.c line 165: +msg0671=Linked to %s +; p_peer.c line 166: +msg0672=Linked to %s +; p_peer.c line 175: +msg0673=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :No Relays allowed. Good Bye.þÿ +; p_peer.c line 262: +msg0674=User %s: First time logging in using SSL. Certificate received and saved. +; p_peer.c line 269: +msg0675=User %s +; p_peer.c line 275: +msg0676=User %s logged in. +; p_peer.c line 277: +msg0677=User %s logged in (from %s) +; p_peer.c line 289: +msg0678=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :New Connection from %sÿ +; p_peer.c line 294: +msg0679=User %s logged in (not on Partyline). +; p_peer.c line 297: +msg0680=User %s logged in. +; p_peer.c line 321: +msg0681=:%s!%s@%s NICK :%sþÿ +; p_peer.c line 335: +msg0682=NICK %sþÿ +; p_peer.c line 343: +msg0683=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have Messages. Type /QUOTE PLAYPRIVATELOG to read your messages. +; p_peer.c line 345: +msg0684=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :You have no new Messages. +; p_peer.c line 374: +msg0685=Lost Connection from %s (%s) +; p_peer.c line 385: +msg0686=Lost Connection from %s (%s) +; p_peer.c line 405: +msg0687=Login failed. Disconnecting.ÿ +; p_peer.c line 419: +msg0688=PSYBNC +; p_peer.c line 424: +msg0689=VHOST +; p_peer.c line 427: +msg0690=CONNECT +; p_peer.c line 431: +msg0691=RELAY +; p_peer.c line 440: +msg0692=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect. +; p_peer.c line 451: +msg0693=Failed incoming Link %s (%s) +; p_peer.c line 463: +msg0694=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Wrong Password or invalid ident specified. Your ident is currently set to: %s. Disconnecting.ÿ +; p_peer.c line 464: +msg0695=Failed Authentification for %s from host %s +; p_peer.c line 481: +msg0696=*!*@%s +; p_peer.c line 485: +msg0697=*!*@%s +; p_peer.c line 507: +msg0698=Only three Connections per Host allowed !ÿ +; p_peer.c line 513: +msg0699=Too many connections, removing connection from %s +; p_peer.c line 514: +msg0700=Too many host connections !ÿ +; p_peer.c line 518: +msg0701=:Welcome!psyBNC@psyBNC.dk NOTICE * : +; p_peer.c line 532: +msg0702=killed by user abort +; p_peer.c line 573: +msg0703=SYSTEM +; p_peer.c line 573: +msg0704=DCCHOST +; p_peer.c line 573: +msg0705=PSYBNC +; p_peer.c line 577: +msg0706=DCCHOST has to be in IP Format (nnn.nnn.nnn.nnn) +; p_peer.c line 584: +msg0707=PORT%d +; p_peer.c line 585: +msg0708=SYSTEM +; p_peer.c line 585: +msg0709=PSYBNC +; p_peer.c line 588: +msg0710=HOST%d +; p_peer.c line 589: +msg0711=SYSTEM +; p_peer.c line 589: +msg0712=PSYBNC +; p_peer.c line 614: +msg0713=Can't set a suitable Host for DCC Chats or Files. Please define at least one Listener for an IP. +; p_script.c line 123: +msg0714=Maximum of parallel running subtasks reached by trying to run '%s' for user %s +; p_script.c line 187: +msg0715=EOFÿ +; p_script.c line 208: +msg0716=Cannot create sockets for task '%s' from user %s +; p_script.c line 216: +msg0717=SIN/%d +; p_script.c line 226: +msg0718=SOUT/%d +; p_script.c line 236: +msg0719=SERR/%d +; p_script.c line 343: +msg0720=DCCCHAT +; p_script.c line 344: +msg0721=DCCSEND +; p_script.c line 345: +msg0722=SERVER +; p_script.c line 346: +msg0723=DIALOGUE +; p_script.c line 348: +msg0724=ALIAS +; p_server.c line 43: +msg0725=motd/USER%d.MOTD +; p_server.c line 46: +msg0726= 001 +; p_server.c line 75: +msg0727=MODE %s +iþÿ +; p_server.c line 95: +msg0728=PONG :%sþÿ +; p_server.c line 97: +msg0729=PONG :%sþÿ +; p_server.c line 106: +msg0730=PRIVMSG %s :awayþÿ +; p_server.c line 108: +msg0731=NICK %sþÿ +; p_server.c line 110: +msg0732=NICK %sþÿ +; p_server.c line 144: +msg0733=NICK %sþÿ +; p_server.c line 155: +msg0734=USER%d +; p_server.c line 181: +msg0735=JOIN %s %sÿ +; p_server.c line 183: +msg0736=JOIN %sÿ +; p_server.c line 200: +msg0737=$QUIT +; p_server.c line 201: +msg0738=PART %s :%sþÿ +; p_server.c line 203: +msg0739=PART %s :%sþÿ +; p_server.c line 220: +msg0740=$QUIT +; p_server.c line 221: +msg0741=PRIVMSG %s :%cACTION is away (%s)%cþÿ +; p_server.c line 223: +msg0742=PRIVMSG %s :%cACTION is away (%s)%cþÿ +; p_server.c line 253: +msg0743=:%s!%s@%s JOIN :%s%sÿ +; p_server.c line 255: +msg0744=:%s 332 %s %s%s :%sÿ +; p_server.c line 266: +msg0745=:bnc.psybnc.dk MODE %s%s +%c %sþÿ +; p_server.c line 284: +msg0746=MODE %s +b %s +; p_server.c line 285: +msg0747=KICK %s %s :banned: %s +; p_server.c line 288: +msg0748=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s(%s) matches ban(%s), kickbanned on %s +; p_server.c line 302: +msg0749=MODE %s +o %s +; p_server.c line 305: +msg0750=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s(%s) matches autoop(%s), opped on %s +; p_server.c line 330: +msg0751=MODE %s +o %s +; p_server.c line 332: +msg0752=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s(%s) matches op (%s), opped on %s +; p_server.c line 358: +msg0753=.op %s %sþÿ +; p_server.c line 366: +msg0754=PRIVMSG %s :op %s %s +; p_server.c line 369: +msg0755=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Asked %s(%s) for op on %s +; p_server.c line 398: +msg0756=%s!%s@%s +; p_server.c line 423: +msg0757=WHO %s +; p_server.c line 566: +msg0758= KICK +; p_server.c line 596: +msg0759=[KICKED] from %s (%s) +; p_server.c line 666: +msg0760=User %s (%s) got disconnected (from %s) Reason: %s +; p_server.c line 675: +msg0761=motd/USER%d.MOTD +; p_server.c line 735: +msg0762= 315 +; p_server.c line 781: +msg0763= 324 +; p_server.c line 826: +msg0764= 332 +; p_server.c line 877: +msg0765= 353 +; p_server.c line 1029: +msg0766=%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c +; p_server.c line 1068: +msg0767=%c%c%c%c%c%c +; p_server.c line 1081: +msg0768=%s %dþÿ +; p_server.c line 1085: +msg0769=CONNECT %s:%d HTTP/1.0ÿÿ +; p_server.c line 1104: +msg0770=RELAY %s :%dþÿ +; p_server.c line 1105: +msg0771=VHOST :%sþÿ +; p_server.c line 1106: +msg0772=CONNECT %s :%dþÿ +; p_server.c line 1110: +msg0773=PASS %sþÿ +; p_server.c line 1112: +msg0774=USER %s %s 127.0.0.1 :%sþÿ +; p_server.c line 1114: +msg0775=NICK %sþÿ +; p_server.c line 1116: +msg0776=NICK %sþÿ +; p_server.c line 1119: +msg0777=PASS %sþÿ +; p_server.c line 1121: +msg0778=User %s (%s) connected to %s:%d (%s) +; p_server.c line 1132: +msg0779=User %s (%s) cant connect to %s port %d. +; p_server.c line 1138: +msg0780=motd/USER%d.MOTD +; p_server.c line 1150: +msg0781=User %s (%s) got disconnected from server. +; p_server.c line 1158: +msg0782=motd/USER%d.MOTD +; p_server.c line 1206: +msg0783=User %s (%s) has no server added +; p_server.c line 1213: +msg0784=User %s (%s) has no server added +; p_server.c line 1262: +msg0785=%s/.ispoof +; p_server.c line 1278: +msg0786=User %s (%s) trying proxy %s port %d to server %s port %d +; p_server.c line 1283: +msg0787=User %s (%s) trying %s port %d on link %s (%s:%d) (%s). +; p_server.c line 1286: +msg0788=User %s (%s) trying %s port %d (%s). +; p_server.c line 1294: +msg0789=User %s (%s) cant connect to %s port %d. +; p_socket.c line 75: +msg0790=Error Creating Socket +; p_socket.c line 116: +msg0791=CANT ALLOCATE SOCKETSPACE - SHUTTING DOWN +; p_socket.c line 196: +msg0792= (SSL) +; p_socket.c line 206: +msg0793=Can't create listening sock on host %s port %d%s +; p_socket.c line 243: +msg0794=Can't create listening sock on host %s port %d%s (lookup) +; p_socket.c line 265: +msg0795=Can't create listening sock on host %s port %d%s (lookup) +; p_socket.c line 286: +msg0796=Can't create listening sock on host %s port %d%s (bind) +; p_socket.c line 293: +msg0797=Can't create listening sock on host %s port %d%s (listen) +; p_socket.c line 298: +msg0798=Listening on: %s port %d%sÿ +; p_socket.c line 299: +msg0799=Listener created :%s port %d%s +; p_socket.c line 493: +msg0800=PING :pþÿ +; p_socket.c line 496: +msg0801=PING :pþÿ +; p_socket.c line 812: +msg0802=PONG +; p_socket.c line 846: +msg0803=Cannot create SSL-Connection for Socket %d(%d) (SETFD) +; p_socket.c line 862: +msg0804=Cannot create SSL-Connection for Socket %d(%d) (CONNECT) +; p_socket.c line 972: +msg0805=%s: No SSL-Certificate given +; p_socket.c line 975: +msg0806=%s: No SSL-Certificate given - Connection refused +; p_socket.c line 983: +msg0807=%s: Received correct Certification and correct Key +; p_socket.c line 988: +msg0808=%s: Received correct Certification, but not the correct Key - Connection refused +; p_socket.c line 991: +msg0809=%s: Received correct Certification, but not the correct Key - ignoring +; p_socket.c line 998: +msg0810=%s: Received incorrect Certification (%s) - Ignoring +; p_socket.c line 1003: +msg0811=%s: Received incorrect Certification (%s) - Connection refused +; p_socket.c line 1108: +msg0812=Could not find the listening socket. +; p_socket.c line 1115: +msg0813=Illecit Connection from %s. Closing Connection. +; p_socket.c line 1121: +msg0814=connect from %s +; p_socket.c line 1151: +msg0815=Cannot initialize ssl-Connection from %s: %s. Closing Connection. +; p_socket.c line 1156: +msg0816=Accepted SSL-Connection from %s +; p_socket.c line 1332: +msg0817=Cannot create SSL-Connection for Socket %d(%d) (FD) +; p_string.c line 346: +msg0818=LISTS +; p_string.c line 353: +msg0819=ENTRY%d +; p_string.c line 385: +msg0820=LISTS +; p_string.c line 388: +msg0821=ENTRY%d +; p_string.c line 390: +msg0822=ENTRY%d +; p_string.c line 391: +msg0823=%s;%s +; p_string.c line 421: +msg0824=LISTS +; p_string.c line 425: +msg0825=%s.%s. +; p_string.c line 433: +msg0826=ENTRY%d +; p_string.c line 467: +msg0827=%s:%s +; p_string.c line 470: +msg0828=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Entry #%d: %s +; p_string.c line 573: +msg0829=lang/%s.lng +; p_string.c line 583: +msg0830=desc +; p_string.c line 639: +msg0831=MSG%04d +; p_sysmsg.c line 37: +msg0832=:%s!%s@%s JOIN : +; p_sysmsg.c line 40: +msg0833=:bnc.psybnc.dk 332 %s +; p_sysmsg.c line 40: +msg0834= :%sþÿ +; p_sysmsg.c line 42: +msg0835=:bnc.psybnc.dk 353 %s = +; p_sysmsg.c line 50: +msg0836=:bnc.psybnc.dk 353 %s = +; p_sysmsg.c line 59: +msg0837=:bnc.psybnc.dk 366 %s +; p_sysmsg.c line 59: +msg0838= :End of NAMES list.þÿ +; p_sysmsg.c line 60: +msg0839=User %s logged in. +; p_sysmsg.c line 135: +msg0840=%s!%s. QUIT :link lost (%s)þÿ +; p_sysmsg.c line 191: +msg0841=psyBNC +; p_sysmsg.c line 193: +msg0842=PRIVMSG +; p_sysmsg.c line 216: +msg0843=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_sysmsg.c line 244: +msg0844=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_sysmsg.c line 326: +msg0845=:%s!*@%s PARTY * :%sþÿ +; p_sysmsg.c line 343: +msg0846=:%s!*@%s QUERY %s :%sþÿ +; p_sysmsg.c line 354: +msg0847=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not on bounce +; p_sysmsg.c line 367: +msg0848=psyBNC +; p_sysmsg.c line 369: +msg0849=logged in. +; p_sysmsg.c line 384: +msg0850=logged off. +; p_sysmsg.c line 396: +msg0851=logged off. +; p_sysmsg.c line 398: +msg0852=Lost Link ( +; p_sysmsg.c line 413: +msg0853=:%s!psyBNC@%s. QUIT :Lost Linkþÿ +; p_sysmsg.c line 436: +msg0854=:$%s!%s@%s. %s %s:%s +; p_sysmsg.c line 446: +msg0855=:$%s!%s@%s %s %s :%s +; p_sysmsg.c line 455: +msg0856=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :User %s not on bounce +; p_sysmsg.c line 478: +msg0857=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC Connection %s unknown or not established +; p_sysmsg.c line 481: +msg0858=%sþÿ +; p_topology.c line 112: +msg0859= +; p_topology.c line 120: +msg0860=-------- +; p_translate.c line 76: +msg0861=%s %s : +; p_translate.c line 79: +msg0862=:%s %s %s : +; p_translate.c line 81: +msg0863=:%s %s %s : +; p_translate.c line 94: +msg0864=babelfish.altavista.com +; p_translate.c line 164: +msg0865=doit=done&urltext=%s&lp=%s +; p_translate.c line 165: +msg0866=POST /raging/translate.dyn? HTTP/1.1þÿAccept: */*þÿAccept-Language: enþÿContent-Type: application/x-www-form-urlencodedþÿAccept-Encoding: gzip, deflateþÿUser-Agent: Modzilla/4.0 (compatible; NetBitch 1.0; C64 1.0; DigExt)þÿHost: babelfish.altavista.comþÿContent-Length: %dþÿConnection: Keep-Aliveþÿþÿ%s +; p_translate.c line 174: +msg0867=ERROR: in Translator (%d:%d) +; p_translate.c line 194: +msg0868= +; p_translate.c line 225: +msg0869= +; p_translate.c line 263: +msg0870= %s (%d) schliesse Verbindungÿ +; p_userfile.c line 377: +msg0967=LINK: <- %s (%d) schliesse Verbindungÿ +; p_userfile.c line 380: +msg0968=LINK%d +; p_userfile.c line 395: +msg0969=ALLOWRELAY +; psybnc.c line 54: +msg0970=[SSL-Server] Kann keinen SSL-Context for eingehende Verbindungen anlegen. Abbruch. +; psybnc.c line 59: +msg0971=[SSL-Server] Kann SSL-Zertifikat %s nicht lesen. +; psybnc.c line 64: +msg0972=[SSL-Server] Kann SSL-Private Key %s nicht lesen. +; psybnc.c line 69: +msg0973=[SSL-Server] Konnte SSL Private Key nicht erfolgreich ueberpruefen. +; psybnc.c line 76: +msg0974=[SSL-Client] Kann keinen SSL-Context fuer ausgehende Verbindungen anlegen. Abbruch. +; psybnc.c line 81: +msg0975=[SSL-Client] Kann SSL-Zertifikat %s nicht lesen. +; psybnc.c line 86: +msg0976=[SSL-Client] Kann SSL-Private Key %s nicht lesen. +; psybnc.c line 91: +msg0977=[SSL-Client] Konnte SSL Private Key nicht erfolgreich ueberpruefen. +; psybnc.c line 94: +msg0978=SSL initialisiert +; psybnc.c line 145: +msg0979=.-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.ÿ +; psybnc.c line 146: +msg0980= ,----.,----.,-. ,-.,---.,--. ,-.,----. ÿ +; psybnc.c line 147: +msg0981= | O || ,-' \ \/ / | o || \| || ,--' ÿ +; psybnc.c line 148: +msg0982= | _/ _\ \ \ / | o< | |\ || |__ ÿ +; psybnc.c line 149: +msg0983= |_| |____/ |__| |___||_| \_| \___| ÿ +; psybnc.c line 150: +msg0984= Version DE +; psybnc.c line 150: +msg0985= (c) 1999-2011ÿ +; psybnc.c line 151: +msg0986= the most psychoid ÿ +; psybnc.c line 152: +msg0987= und the cool lam3rz Group IRCnet ÿ +; psybnc.c line 153: +msg0988= ÿ +; psybnc.c line 154: +msg0989=`-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=tCl=-'ÿ +; psybnc.c line 156: +msg0990=** ACHTUNG ** psybnc laeuft als Rootÿ +; psybnc.c line 198: +msg0991=Kofigurations-Datei: %sÿ +; psybnc.c line 199: +msg0992=Sprach-Datei: %sÿ +; psybnc.c line 200: +msg0993=log/psybnc.log +; psybnc.c line 201: +msg0994=SYSTEM +; psybnc.c line 201: +msg0995=PORT1 +; psybnc.c line 203: +msg0996=Keine Listen-Ports definiert.ÿStarte 'make menuconfig' ÿoder fuege:ÿPSYBNC.SYSTEM.PORT1=deinportÿundÿPSYBNC.SYSTEM.HOST1=*ÿzur psybnc.conf hinzuÿ +; psybnc.c line 207: +msg0997=SYSTEM +; psybnc.c line 212: +msg0998=SYSTEM +; psybnc.c line 212: +msg0999=LOGFILE +; psybnc.c line 214: +msg1000=Kein Logfile angegeben, logge in log/psybnc.logÿ +; psybnc.c line 215: +msg1001=log/psybnc.log +; psybnc.c line 226: +msg1002=Kann keine Listener anlegen .. Abbruchÿ +; psybnc.c line 230: +msg1003=psybnc.pid +; psybnc.c line 233: +msg1004=Kann pidfile nicht oeffnen. Abbruch.ÿ +; psybnc.c line 255: +msg1005=psyBNC-Partyline Channel +; psybnc.c line 278: +msg1006=PSYBNC.HOSTALLOWS +; psybnc.c line 282: +msg1007=%s gestarted (PID %d)ÿ +; psybnc.c line 283: +msg1008=%s gestarted (PID :%d) +; p_hash.c line 43: +msg1009=PRIVMSG +; p_hash.c line 44: +msg1010=PING +; p_hash.c line 45: +msg1011=QUIT +; p_hash.c line 46: +msg1012=WHO +; p_hash.c line 47: +msg1013=USER +; p_hash.c line 49: +msg1014=JOIN +; p_hash.c line 50: +msg1015=PART +; p_hash.c line 51: +msg1016=TOPIC +; p_hash.c line 53: +msg1017=NICK +; p_hash.c line 54: +msg1018=BWHO +; p_hash.c line 54: +msg1019=Listet alle Nutzer des Bouncers +; p_hash.c line 54: +msg1020=help/BWHO.DEU +; p_hash.c line 55: +msg1021=PASSWORD +; p_hash.c line 55: +msg1022=Setzt das eigene Password oder das eines anderen Nutzers(Admin) +; p_hash.c line 55: +msg1023=help/PASSWORD.DEU +; p_hash.c line 56: +msg1024=BVHOST +; p_hash.c line 56: +msg1025=Setzt Deinen Vhost +; p_hash.c line 56: +msg1026=help/BVHOST.DEU +; p_hash.c line 58: +msg1027=PROXY +; p_hash.c line 58: +msg1028=Setzt die Proxy, die zum Verbinden genutzt werden soll +; p_hash.c line 58: +msg1029=help/PROXY.DEU +; p_hash.c line 60: +msg1030=SETUSERNAME +; p_hash.c line 60: +msg1031=Setzt Deinen Nutzer-Namen +; p_hash.c line 60: +msg1032=help/SETUSERNAME.DEU +; p_hash.c line 61: +msg1033=SETAWAY +; p_hash.c line 61: +msg1034=Setzt Deinen Away-Text +; p_hash.c line 61: +msg1035=help/SETAWAY.DEU +; p_hash.c line 62: +msg1036=SETLEAVEMSG +; p_hash.c line 62: +msg1037=Setzt die LEAVE-Msg, welche bei Verbindungstrennung angezeigt wird +; p_hash.c line 62: +msg1038=help/SETLEAVEMSG.DEU +; p_hash.c line 63: +msg1039=LEAVEQUIT +; p_hash.c line 63: +msg1040=Wenn auf 1 gesetzt, werden die Channels bei Verbindungstrennung verlassen +; p_hash.c line 63: +msg1041=help/LEAVEQUIT +; p_hash.c line 64: +msg1042=SETAWAYNICK +; p_hash.c line 64: +msg1043=Setzt einen Away-Nick, der bei Verbindungstrennung genommen wird +; p_hash.c line 64: +msg1044=help/SETAWAYNICK.DEU +; p_hash.c line 65: +msg1045=JUMP +; p_hash.c line 65: +msg1046=Springt zum naechsten IRC-Server +; p_hash.c line 65: +msg1047=help/JUMP.DEU +; p_hash.c line 67: +msg1048=BQUIT +; p_hash.c line 67: +msg1049=Beendet die derzetige Server-Verbindung +; p_hash.c line 67: +msg1050=help/BQUIT.DEU +; p_hash.c line 68: +msg1051=BCONNECT +; p_hash.c line 68: +msg1052=Verbindet die durch BQUIT beendete Server-Verbindung wieder +; p_hash.c line 68: +msg1053=help/BCONNECT.DEU +; p_hash.c line 70: +msg1054=AIDLE +; p_hash.c line 70: +msg1055=Eroeglicht/Verhindert psyBNC-AntiIdle +; p_hash.c line 70: +msg1056=help/AIDLE.DEU +; p_hash.c line 71: +msg1057=AUTOREJOIN +; p_hash.c line 71: +msg1058=Ermoeglicht/Verhindert Autorejoin nach Kick/Part +; p_hash.c line 71: +msg1059=help/AUTOREJOIN.DEU +; p_hash.c line 72: +msg1060=ADDSERVER +; p_hash.c line 72: +msg1061=Fuegt einen IRC-Server zur Server-Liste hinzu +; p_hash.c line 72: +msg1062=help/ADDSERVER.DEU +; p_hash.c line 73: +msg1063=DELSERVER +; p_hash.c line 73: +msg1064=Loescht einen IRC-Server mit Server-Nummer +; p_hash.c line 73: +msg1065=help/DELSERVER.DEU +; p_hash.c line 74: +msg1066=LISTSERVERS +; p_hash.c line 74: +msg1067=Listet alle eingetragenen IRC-Server +; p_hash.c line 74: +msg1068=help/LISTSERVERS.DEU +; p_hash.c line 76: +msg1069=ADDNETWORK +; p_hash.c line 76: +msg1070=Fuegt ein seperates IRC-Netzwerk hinzu +; p_hash.c line 76: +msg1071=help/ADDNETWORK.DEU +; p_hash.c line 77: +msg1072=DELNETWORK +; p_hash.c line 77: +msg1073=Loescht ein IRC-Netzwerk vom Client +; p_hash.c line 77: +msg1074=help/DELNETWORK.DEU +; p_hash.c line 78: +msg1075=SWITCHNET +; p_hash.c line 78: +msg1076=Schaltet zu einem anderen Netzwerk als Hauptnetzwerk +; p_hash.c line 78: +msg1077=help/SWITCHNET.DEU +; p_hash.c line 80: +msg1078=ADDOP +; p_hash.c line 80: +msg1079=Fuegt einen Nutzer hinzu, welcher von Dir OP bekommen darf +; p_hash.c line 80: +msg1080=help/ADDOP.DEU +; p_hash.c line 81: +msg1081=DELOP +; p_hash.c line 81: +msg1082=Loescht einen ueber ADDOP hinzugefuegten OP +; p_hash.c line 81: +msg1083=help/DELOP.DEU +; p_hash.c line 82: +msg1084=LISTOPS +; p_hash.c line 82: +msg1085=Listet alle hinzugefuegten OPS +; p_hash.c line 82: +msg1086=help/LISTOPS.DEU +; p_hash.c line 83: +msg1087=ADDAUTOOP +; p_hash.c line 83: +msg1088=Fuegt einen Nutzer hinzu, welcher AutoOp von Dir bekommt +; p_hash.c line 83: +msg1089=help/ADDAUTOOP.DEU +; p_hash.c line 84: +msg1090=DELAUTOOP +; p_hash.c line 84: +msg1091=Loescht einen Nutzer ueber die Nummer, welcher als AutoOp eingetragen war. +; p_hash.c line 84: +msg1092=help/DELAUTOOP.DEU +; p_hash.c line 85: +msg1093=LISTAUTOOPS +; p_hash.c line 85: +msg1094=Listet alle eingetragenen AutoOps +; p_hash.c line 85: +msg1095=help/LISTAUTOOPS.DEU +; p_hash.c line 86: +msg1096=ADDBAN +; p_hash.c line 86: +msg1097=Fuegt einen Ban hinzu (Channel oder global) +; p_hash.c line 86: +msg1098=help/ADDBAN.DEU +; p_hash.c line 87: +msg1099=DELBAN +; p_hash.c line 87: +msg1100=Loescht einen Ban ueber die Nummer +; p_hash.c line 87: +msg1101=help/DELBAN.DEU +; p_hash.c line 88: +msg1102=LISTBANS +; p_hash.c line 88: +msg1103=Listet alle bans +; p_hash.c line 88: +msg1104=help/LISTBANS.DEU +; p_hash.c line 89: +msg1105=ADDASK +; p_hash.c line 89: +msg1106=Fuegt einen Host/Bot hinzu, von dem Du op abfragst +; p_hash.c line 89: +msg1107=help/ADDASK.DEU +; p_hash.c line 90: +msg1108=DELASK +; p_hash.c line 90: +msg1109=Loescht einen Host/Bot ueber die Nummer aus der ADDASK-Liste +; p_hash.c line 90: +msg1110=help/DELASK.DEU +; p_hash.c line 91: +msg1111=LISTASK +; p_hash.c line 91: +msg1112=Listet die Hosts/Bots, von denen Du Op anfragen kannst +; p_hash.c line 91: +msg1113=help/LISTASK.DEU +; p_hash.c line 93: +msg1114=ADDDCC +; p_hash.c line 93: +msg1115=Fuegt eine DCC-Verbindung zu einem Bot hinzu +; p_hash.c line 93: +msg1116=help/ADDDCC.DEU +; p_hash.c line 94: +msg1117=LISTDCC +; p_hash.c line 94: +msg1118=Listet alle DCC-Verbindungen zu bots +; p_hash.c line 94: +msg1119=help/LISTDCC.DEU +; p_hash.c line 95: +msg1120=DELDCC +; p_hash.c line 95: +msg1121=Loescht eine BOT-DCC-Verbindung ueber Nummer +; p_hash.c line 95: +msg1122=help/DELDCC.DEU +; p_hash.c line 96: +msg1123=DCCCHAT +; p_hash.c line 96: +msg1124=Bietet einen DCC-Chat an einen Nutzer +; p_hash.c line 96: +msg1125=help/DCCCHAT.DEU +; p_hash.c line 97: +msg1126=DCCANSWER +; p_hash.c line 97: +msg1127=Beantwortet eine DCC-Chat-Anfrage eines Nutzers +; p_hash.c line 97: +msg1128=help/DCCANSWER.DEU +; p_hash.c line 99: +msg1129=DCCENABLE +; p_hash.c line 99: +msg1130=Ermoeglicht/Verhindert DCC ueber psyBNC +; p_hash.c line 99: +msg1131=help/DCCENABLE.DEU +; p_hash.c line 102: +msg1132=DCCSEND +; p_hash.c line 102: +msg1133=Schickt eine Datei zu einem angegebenen Nutzer +; p_hash.c line 102: +msg1134=help/DCCSEND.DEU +; p_hash.c line 103: +msg1135=DCCGET +; p_hash.c line 103: +msg1136=Akzeptiert eine DCC Dateiversandanfrage eines Nutzers +; p_hash.c line 103: +msg1137=help/DCCGET.DEU +; p_hash.c line 104: +msg1138=DCCSENDME +; p_hash.c line 104: +msg1139=Schickt Dir die angegebe Datei zum Client +; p_hash.c line 104: +msg1140=help/DCCSENDME.DEU +; p_hash.c line 105: +msg1141=AUTOGETDCC +; p_hash.c line 105: +msg1142=Ermoeglicht/Verhindert das automatische Empfangen von DCC-Dateien +; p_hash.c line 105: +msg1143=help/AUTOGETDCC.DEU +; p_hash.c line 107: +msg1144=DCCENABLE +; p_hash.c line 107: +msg1145=Ermoeglicht/Verhindert DCC ueber psybnc +; p_hash.c line 107: +msg1146=help/DCCENABLE.DEU +; p_hash.c line 111: +msg1147=DCCCANCEL +; p_hash.c line 111: +msg1148=Bricht einen DCC Chat oder einen Filetransfer ab +; p_hash.c line 111: +msg1149=help/DCCCANCEL.DEU +; p_hash.c line 114: +msg1150=PLAYPRIVATELOG +; p_hash.c line 114: +msg1151=Gibt das private Message-Log aus +; p_hash.c line 114: +msg1152=help/PLAYPRIVATELOG.DEU +; p_hash.c line 115: +msg1153=ERASEPRIVATELOG +; p_hash.c line 115: +msg1154=Loescht das private Message-Log +; p_hash.c line 115: +msg1155=help/ERASEPRIVATELOG.DEU +; p_hash.c line 119: +msg1156=ADDLOG +; p_hash.c line 119: +msg1157=Fuegt eine Log-Quelle / Filter hinzu +; p_hash.c line 119: +msg1158=help/ADDLOG.DEU +; p_hash.c line 120: +msg1159=DELLOG +; p_hash.c line 120: +msg1160=Loescht eine eingetragene Log-Quelle ueber die Nummer +; p_hash.c line 120: +msg1161=help/DELLOG.DEU +; p_hash.c line 121: +msg1162=LISTLOGS +; p_hash.c line 121: +msg1163=Listet alle Log-Eintraege +; p_hash.c line 121: +msg1164=help/LISTLOGS.DEU +; p_hash.c line 122: +msg1165=PLAYTRAFFICLOG +; p_hash.c line 122: +msg1166=Gibt das Traffic-Log aus +; p_hash.c line 122: +msg1167=help/PLAYTRAFFICLOG.DEU +; p_hash.c line 123: +msg1168=ERASETRAFFICLOG +; p_hash.c line 123: +msg1169=Loescht das Traffic-Log +; p_hash.c line 123: +msg1170=help/ERASETRAFFICLOG.DEU +; p_hash.c line 127: +msg1171=ENCRYPT +; p_hash.c line 127: +msg1172=Verschluesselt das Gesprach zu einem Nutzer oder Channel +; p_hash.c line 127: +msg1173=help/ENCRYPT.DEU +; p_hash.c line 128: +msg1174=DELENCRYPT +; p_hash.c line 128: +msg1175=Entfernt eine Gespraechs-Verschluesselung +; p_hash.c line 128: +msg1176=help/DELENCRYPT.DEU +; p_hash.c line 129: +msg1177=LISTENCRYPT +; p_hash.c line 129: +msg1178=Zeigt die Liste der Gespraechs-Verschluesselungen +; p_hash.c line 129: +msg1179=help/LISTENCRYPT.DEU +; p_hash.c line 132: +msg1180=TRANSLATE +; p_hash.c line 132: +msg1181=Fuegt einen Uebersetzer zu/von Channel/User hinzu +; p_hash.c line 132: +msg1182=help/TRANSLATE.DEU +; p_hash.c line 133: +msg1183=DELTRANSLATE +; p_hash.c line 133: +msg1184=Loescht einen Uebersetzer nach Nummer +; p_hash.c line 133: +msg1185=help/DELTRANSLATE.DEU +; p_hash.c line 134: +msg1186=LISTTRANSLATE +; p_hash.c line 134: +msg1187=Listet die eingetragenen Uebersetzer +; p_hash.c line 134: +msg1188=help/LISTTRANSLATE.DEU +; p_hash.c line 136: +msg1189=BREHASH +; p_hash.c line 136: +msg1190=Veranlasst den Bouncer zum Neustart +; p_hash.c line 136: +msg1191=help/REHASH.DEU +; p_hash.c line 138: +msg1192=MADMIN +; p_hash.c line 138: +msg1193=Gibt einem Nutzer die ADMIN-Rechte +; p_hash.c line 138: +msg1194=help/MADMIN.DEU +; p_hash.c line 139: +msg1195=UNADMIN +; p_hash.c line 139: +msg1196=Nimmt einem Nutzer die Admin-Rechte +; p_hash.c line 139: +msg1197=help/UNADMIN.DEU +; p_hash.c line 140: +msg1198=BKILL +; p_hash.c line 140: +msg1199=Killt einen eingeloggten Nutzer vom Proxy +; p_hash.c line 140: +msg1200=help/BKILL.DEU +; p_hash.c line 142: +msg1201=SOCKSTAT +; p_hash.c line 142: +msg1202=Zeigt/Loggt den derzeitigen Socket-Status +; p_hash.c line 142: +msg1203=help/SOCKSTAT.DEU +; p_hash.c line 144: +msg1204=ADDUSER +; p_hash.c line 144: +msg1205=Fuegt einen neuen Nutzer hinzu +; p_hash.c line 144: +msg1206=help/ADDUSER.DEU +; p_hash.c line 145: +msg1207=DELUSER +; p_hash.c line 145: +msg1208=Loescht einen Nutzer vom Bouncer +; p_hash.c line 145: +msg1209=help/DELUSER.DEU +; p_hash.c line 148: +msg1210=NAMEBOUNCER +; p_hash.c line 148: +msg1211=Gibt dem Bouncer einen Namen (Notwendig fuers Linken) +; p_hash.c line 148: +msg1212=help/NAMEBOUNCER.DEU +; p_hash.c line 149: +msg1213=LINKTO +; p_hash.c line 149: +msg1214=Fuegt einen Bouncer-Link zu Host/Port hinzu +; p_hash.c line 149: +msg1215=help/LINKTO.DEU +; p_hash.c line 150: +msg1216=LINKFROM +; p_hash.c line 150: +msg1217=Fuegt einen Bouncer-Link von Host/Port hinzu +; p_hash.c line 150: +msg1218=help/LINKFROM.DEU +; p_hash.c line 151: +msg1219=RELAYLINK +; p_hash.c line 151: +msg1220=Ermoeglicht/Verhindert die Nutzung eines Links als Relay +; p_hash.c line 151: +msg1221=help/RELAYLINK.DEU +; p_hash.c line 152: +msg1222=DELLINK +; p_hash.c line 152: +msg1223=Loescht einen Link vom Bouncer +; p_hash.c line 152: +msg1224=help/DELLINK.DEU +; p_hash.c line 153: +msg1225=LISTLINKS +; p_hash.c line 153: +msg1226=Listet alle Links vom/zum Bouncer +; p_hash.c line 153: +msg1227=help/LISTLINKS.DEU +; p_hash.c line 154: +msg1228=RELINK +; p_hash.c line 154: +msg1229=Setzt einen Link zurueck (ueber die Linknummer) +; p_hash.c line 154: +msg1230=help/RELINK.DEU +; p_hash.c line 157: +msg1231=PLAYMAINLOG +; p_hash.c line 157: +msg1232=Gibt das Haupt-Log aus +; p_hash.c line 157: +msg1233=help/PLAYMAINLOG.DEU +; p_hash.c line 158: +msg1234=ERASEMAINLOG +; p_hash.c line 158: +msg1235=Loescht das Haupt-Log +; p_hash.c line 158: +msg1236=help/ERASEMAINLOG.DEU +; p_hash.c line 160: +msg1237=ADDALLOW +; p_hash.c line 160: +msg1238=Fuegt einen Host-Allow hinzu (fuer Verbindungen zum Bouncer) +; p_hash.c line 160: +msg1239=help/ADDALLOW.DEU +; p_hash.c line 161: +msg1240=DELALLOW +; p_hash.c line 161: +msg1241=Loescht einen Host-Allow +; p_hash.c line 161: +msg1242=help/DELALLOW.DEU +; p_hash.c line 162: +msg1243=LISTALLOW +; p_hash.c line 162: +msg1244=Listet die Host-Allows des Bouncers +; p_hash.c line 162: +msg1245=help/LISTALLOW.DEU +; p_hash.c line 164: +msg1246=SRELOAD +; p_hash.c line 164: +msg1247=Laedt das Script des jeweiligen Nutzers erneut +; p_hash.c line 164: +msg1248=help/SRELOAD.DEU +; p_hash.c line 165: +msg1249=LISTTASKS +; p_hash.c line 165: +msg1250=Listet die derzeitigen Tasks +; p_hash.c line 165: +msg1251=help/LISTTASKS.DEU +; p_hash.c line 167: +msg1252=BHELP +; p_hash.c line 167: +msg1253=Gibt diese Hilfe aus, mit Argument jeweils die Hilfe zum Befehl +; p_hash.c line 167: +msg1254=help/BHELP.DEU +; p_hash.c line 172: +msg1255=ERROR +; p_hash.c line 173: +msg1256=001 +; p_hash.c line 174: +msg1257=002 +; p_hash.c line 175: +msg1258=003 +; p_hash.c line 176: +msg1259=004 +; p_hash.c line 177: +msg1260=005 +; p_hash.c line 178: +msg1261=251 +; p_hash.c line 179: +msg1262=252 +; p_hash.c line 180: +msg1263=253 +; p_hash.c line 181: +msg1264=254 +; p_hash.c line 182: +msg1265=255 +; p_hash.c line 183: +msg1266=372 +; p_hash.c line 184: +msg1267=375 +; p_hash.c line 185: +msg1268=376 +; p_hash.c line 186: +msg1269=352 +; p_hash.c line 187: +msg1270=353 +; p_hash.c line 188: +msg1271=315 +; p_hash.c line 189: +msg1272=324 +; p_hash.c line 190: +msg1273=332 +; p_hash.c line 191: +msg1274=366 +; p_hash.c line 192: +msg1275=432 +; p_hash.c line 193: +msg1276=433 +; p_hash.c line 194: +msg1277=437 +; p_hash.c line 195: +msg1278=PING +; p_hash.c line 196: +msg1279=NICK +; p_hash.c line 197: +msg1280=JOIN +; p_hash.c line 198: +msg1281=PART +; p_hash.c line 199: +msg1282=QUIT +; p_hash.c line 200: +msg1283=KICK +; p_hash.c line 201: +msg1284=MODE +; p_hash.c line 202: +msg1285=TOPIC +; p_hash.c line 203: +msg1286=PRIVMSG +; p_hash.c line 204: +msg1287=NOTICE +; p_hash.c line 220: +msg1288=PRIVMSG +; p_hash.c line 221: +msg1289=NOTICE +; p_hash.c line 222: +msg1290=JOIN +; p_hash.c line 223: +msg1291=MODE +; p_hash.c line 224: +msg1292=PART +; p_hash.c line 225: +msg1293=KICK +; p_hash.c line 226: +msg1294=NICK +; p_hash.c line 227: +msg1295=NAMES +; p_hash.c line 228: +msg1296=QUIT +; p_hash.c line 229: +msg1297=WHO +; p_hash.c line 230: +msg1298=WHOIS +; p_hash.c line 231: +msg1299=USER +; p_hash.c line 232: +msg1300=TOPIC +; p_hash.c line 233: +msg1301=INVITE +; p_hash.c line 249: +msg1302=NICK +; p_hash.c line 257: +msg1303=:%s-psybnc.net 481 %s :Zugriff verweigert - Du bist kein Bouncer-Admin +; p_hash.c line 279: +msg1304=%s-psybnc.net 421 %s %s :Unbekannter Befehl +; p_hash.c line 305: +msg1305=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP %c %-15s - %sÿ +; p_hash.c line 309: +msg1306=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG NOTICE %s :BHELP Verwende /QUOTE bhelp fuer detailliertere Hinweise.ÿ +; p_hash.c line 316: +msg1307=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hilfe fuer: %sÿ +; p_hash.c line 321: +msg1308=r +; p_hash.c line 323: +msg1309=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hilfedatei %s nicht vorhanden.ÿ +; p_hash.c line 328: +msg1310=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_hash.c line 337: +msg1311=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Hilfe gefunden fuer: %sÿ +; p_hash.c line 372: +msg1312=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nur Admins duerfen diesen Befehl nutzen.þÿ +; p_hash.c line 425: +msg1313=PONG :%sþÿ +; p_hash.c line 431: +msg1314=MODE +; p_script.c line 357: +msg1315=(keine) +; p_client.c line 857: +msg1316=Keins +; p_client.c line 991: +msg1317=von +; p_client.c line 992: +msg1318=zu +; p_client.c line 1062: +msg1319=eingeschalte +; p_client.c line 1062: +msg1320=ausgeschalte +; p_intnet.c line 134: +msg1321=%s!%s@%s QUIT :Neue Verbindungÿ +; p_hash.c line 165: +msg1322=ADDIGNORE +; p_hash.c line 165: +msg1323=Fuegt eine Hostmask/Inhaltefilter zu den Ignores hinzu +; p_hash.c line 165: +msg1324=help/ADDIGNORE.DEU +; p_hash.c line 165: +msg1325=DELIGNORE +; p_hash.c line 165: +msg1326=Loescht eine Hostmask/Inhaltefilter aus den Ignores +; p_hash.c line 165: +msg1327=help/DELIGNORE.DEU +; p_hash.c line 165: +msg1328=LISTIGNORES +; p_hash.c line 165: +msg1329=Zeigt eine Liste der aktuellen Ignores +; p_hash.c line 165: +msg1330=help/LISTIGNORES.DEU +; p_userfile.c line 219: +msg1331=USER%d.IGN +; p_client.c line 1491: +msg1332=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Host angegeben. Verwende ADDIGNORE Inhalt :host (* als Platzhalter) +; p_client.c line 1495: +msg1333=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Kein Inhalt angegeben. Verwende ADDIGNORE Inhalt :host (* als Platzhalter) +; p_client.c line 1499: +msg1334=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Verwende kein ; in Hostnamen +; p_client.c line 1502: +msg1335=USER%d.IGN +; p_client.c line 1504: +msg1336=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ignore fuer Host %s (%s) hinzugefuegt +; p_client.c line 1754: +msg1337=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Nummer angegeben. Nutze DELIGNORE nummer +; p_client.c line 1757: +msg1338=USER%d.IGN +; p_client.c line 1761: +msg1339=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ignore Nummer %s geloescht +; p_client.c line 1887: +msg1340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Liste Ignores: +; p_client.c line 1889: +msg1341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ende der Liste. +; p_hash.c line 170: +msg1342=SETLANG +; p_hash.c line 170: +msg1343=Setzt die Sprache (global) +; p_hash.c line 170: +msg1344=help/SETLANG.DEU +; p_client.c line 2164: +msg1345=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Keine Sprache angegeben. Verwende SETLANG sprache. +; p_client.c line 2182: +msg1346=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sprache auf '%s' gesetzt. +; p_client.c line 2178: +msg1347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Die Sprache '%s' konnte nicht geladen werden. +; p_client.c line 2183: +msg1348=Sprache auf '%s' gesetzt von %s. +; p_hash.c line 210 +msg1349=265 +; p_hash.c line 211 +msg1350=266 +; p_coredns.c line 1274 +msg1351=Namensaufloesung inaktiv. Restarte.. +; p_coredns.c line 1277 +msg1352=Namensaufloesung kann nicht gestartet werden. Programmabbruch. +; p_coredns.c line 1288 +msg1353=Socket fuer die Nameserver-Kommunikation kann nicht alloziert werden: %s +; p_coredns.c line 1307 +msg1354=Die Funktion setsockopt() fuer die Nameserver-Kommunikation kann nicht aufgerufen werden: %s +; p_coredns.c line 1319 +msg1355=Keine Nameserver definiert. +; p_coredns.c line 1344 +msg1356=Asynchrone Namensaufloesung gestartet. +; p_server.c line 1428 +msg1357=User %s(%s) Keine Antwort vom Server. Beende Verbindung. +; p_hash.c line 240 +msg1358=USERHOST +; p_hash.c line 241 +msg1359=ISON blob - /dev/null blob + b262b20f48fa0283c4592b599f170687f503986d (mode 644) --- /dev/null +++ lang/italiano.lng @@ -0,0 +1,2727 @@ +#------------------------------------------------------------------------------ +# Language File for psyBNC - Italian +# by `Ard\ZzZz - mystical@operamail.com +# !!! WARNING !!! Do not change any format-specifics. psyBNC wont work +# correctly without the correct formats. +#------------------------------------------------------------------------------ + +desc psyBNC Language File - Italiano - by `Ard\ZzZz(mysical@operamail.com) + +; p_blowfish.c line 616: +msg0001=%s +; p_blowfish.c line 628: +msg0002=%s +; p_client.c line 70: +msg0003=JOIN :%sþÿ +; p_client.c line 91: +msg0004=:$%s*%s!%s@%s TOPIC +; p_client.c line 91: +msg0005= :%sþÿ +; p_client.c line 96: +msg0006=:%s!*@%s TOPIC +; p_client.c line 96: +msg0007= :%sþÿ +; p_client.c line 116: +msg0008=:%s!%s@%s PART +; p_client.c line 116: +msg0009= :%sþÿ +; p_client.c line 117: +msg0010=Utente %s uscito dal bnc. +; p_client.c line 119: +msg0011=PART :%sþÿ +; p_client.c line 139: +msg0012=motd/USER%d.MOTD +; p_client.c line 147: +msg0013= 001 +; p_client.c line 165: +msg0014=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hai dei messaggi. scrivi /QUOTE PLAYPRIVATELOG per leggerli. +; p_client.c line 167: +msg0015=AWAYþÿ +; p_client.c line 168: +msg0016=.AWAYþÿ +; p_client.c line 205: +msg0017=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%s [last:%-20s]þÿ +; p_client.c line 207: +msg0018=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s) [%s:%s] :%sþÿ +; p_client.c line 210: +msg0019=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%s [last:%-20s]þÿ +; p_client.c line 212: +msg0020=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c %s(%s)@%s [%s:%s] :%sþÿ +; p_client.c line 218: +msg0021=:%s!*@%s BWHO :þÿ +; p_client.c line 226: +msg0022=Log dei socketstat attuali +; p_client.c line 228: +msg0023=Fine delle stat +; p_client.c line 237: +msg0024=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Benvenuto %s !þÿ +; p_client.c line 239: +msg0025=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Questo e' uno psyBNC-IRC-Proxy anonimoþÿ +; p_client.c line 241: +msg0026=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei il primo a connettersi a questo proxy server.þÿ +; p_client.c line 242: +msg0027=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei l'admin del proxy. Usa il comando ADDSERVER per aggiungere un server cosi' il bouncer potra' connettersi.þÿ +; p_client.c line 285: +msg0028=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Ident dato. La sintassi e' ADDUSER ident :usernameþÿ +; p_client.c line 289: +msg0029=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Username dato. La sintassi e' ADDUSER ident :usernameþÿ +; p_client.c line 293: +msg0030=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s esiste gia'.þÿ +; p_client.c line 331: +msg0031=Nuovo utente:%s (%s) aggiunto da %s +; p_client.c line 333: +msg0032=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nuovo utente '%s' aggiunto. La password e' stata impostata a '%s' +; p_client.c line 341: +msg0033=Numero massimo di utenti raggiunto. +; p_client.c line 355: +msg0034=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Nick dati. La sintassi e' DELUSER nickþÿ +; p_client.c line 359: +msg0035=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il utente %s esiste gia'.þÿ +; p_client.c line 364: +msg0036=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L' utente %s e il proprietario. Smussa e cancellato.þÿ +; p_client.c line 368: +msg0037=User %s deleted by %s. +; p_client.c line 383: +msg0038=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi aggiungere un network ad un networkþÿ +; p_client.c line 387: +msg0039=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Network indicato. La sintassi e' ADDNETWORK networkþÿ +; p_client.c line 391: +msg0040=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network puo' essere al massimo 10 caratteri.þÿ +; p_client.c line 395: +msg0041=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il Network %s esiste gia'.þÿ +; p_client.c line 417: +msg0042=Nuovo Network %s aggiunto da %s +; p_client.c line 422: +msg0043=Numero massimo di utenti raggiunto. +; p_client.c line 433: +msg0044=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Network indicato. La sintassi e' DELNETWORK networkþÿ +; p_client.c line 437: +msg0045=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s non trovato.þÿ +; p_client.c line 441: +msg0046=Network %s cancellato da %s. +; p_client.c line 458: +msg0047=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :E' stato indicato un Network non esistente. Usare SWITCHNET nuovo_network :esistenteþÿ +; p_client.c line 463: +msg0048=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Network esistente e' stato indicato. Usare SWITCHNET nuovo_network :esistenteþÿ +; p_client.c line 467: +msg0049=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Network %s non trovato.þÿ +; p_client.c line 474: +msg0050=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il Network %s esiste gia'.þÿ +; p_client.c line 485: +msg0051=:irc.psychoid.net KICK %s %s :Cambio di Network +; p_client.c line 494: +msg0052=:irc.psychoid.net KICK #%s~%s %s :Cambio di Network +; p_client.c line 526: +msg0053=:%s!%s@%s NICK :%s +; p_client.c line 544: +msg0054=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Password fornita. La sintassi e' PASSWORD [user] :newpassþÿ +; p_client.c line 550: +msg0055=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovatoþÿ +; p_client.c line 557: +msg0056=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi cambiare le password degli altri utenti.þÿ +; p_client.c line 561: +msg0057=USER%d +; p_client.c line 566: +msg0058=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password dell'utente %s cambiata in '%s'þÿ +; p_client.c line 592: +msg0059=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Jump richiesto, cambio di server...þÿ +; p_client.c line 593: +msg0060=Jump richiesto da %s. Uscita da IRC. +; p_client.c line 595: +msg0061=QUIT :changing serversþÿ +; p_client.c line 597: +msg0062=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei connesso.þÿ +; p_client.c line 617: +msg0063=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' non trovato.þÿ +; p_client.c line 623: +msg0064=USER%d +; p_client.c line 624: +msg0065=VHOST +; p_client.c line 626: +msg0066=VLINK +; p_client.c line 629: +msg0067=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST cambiato in '%s' sul Link %d. Usa JUMP per attivare l'hostname nuovo.þÿ +; p_client.c line 631: +msg0068=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :VHOST cambiato in '%s'.þÿ +; p_client.c line 648: +msg0069=%s:%s +; p_client.c line 666: +msg0070=USER%d +; p_client.c line 667: +msg0071=PROXY +; p_client.c line 669: +msg0072=PPORT +; p_client.c line 672: +msg0073=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY rimosso. Usa JUMP per attivare i cambiamenti al proxy.þÿ +; p_client.c line 674: +msg0074=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :PROXY impostato su '%s:%d'. Usa JUMP per attivare i cambiamenti al proxy. Usa PROXY : per ritornare al modo senza proxy.þÿ +; p_client.c line 691: +msg0075=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa AIDLE 0 oppure AIDLE 1.þÿ +; p_client.c line 696: +msg0076=USER%d +; p_client.c line 697: +msg0077=AIDLE +; p_client.c line 700: +msg0078=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE attivato.þÿ +; p_client.c line 702: +msg0079=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AIDLE disattivato.þÿ +; p_client.c line 717: +msg0080=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa AUTOREJOIN 0 oppure AUTOREJOIN 1.þÿ +; p_client.c line 722: +msg0081=USER%d +; p_client.c line 723: +msg0082=AUTOREJOIN +; p_client.c line 726: +msg0083=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN attivato.þÿ +; p_client.c line 728: +msg0084=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOREJOIN disattivato.þÿ +; p_client.c line 743: +msg0085=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa LEAVEQUIT 0 oppure LEAVEQUIT 1.þÿ +; p_client.c line 748: +msg0086=USER%d +; p_client.c line 749: +msg0087=LEAVEQUIT +; p_client.c line 752: +msg0088=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT attivato.þÿ +; p_client.c line 754: +msg0089=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :LEAVEQUIT disattivato.þÿ +; p_client.c line 769: +msg0090=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa DCCENABLE 0 oppure DCCENABLE 1.þÿ +; p_client.c line 774: +msg0091=USER%d +; p_client.c line 775: +msg0092=DCCENABLED +; p_client.c line 778: +msg0093=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCCs dinamiche abilitate.þÿ +; p_client.c line 780: +msg0094=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCCs dinamiche disabilitate.þÿ +; p_client.c line 794: +msg0095=USER%d +; p_client.c line 797: +msg0096=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AWAY cambiato in '%s'.þÿ +; p_client.c line 810: +msg0097=USER%d +; p_client.c line 811: +msg0098=LEAVEMSG +; p_client.c line 813: +msg0099=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Messaggio di LEAVE cambiato in '%s'. Il messaggio verra' postato su tutti i canali quando si esce.þÿ +; p_client.c line 826: +msg0100=USER%d +; p_client.c line 827: +msg0101=AWAYNICK +; p_client.c line 829: +msg0102=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nick di AWAY cambiato in '%s'.þÿ +; p_client.c line 843: +msg0103=USER%d +; p_client.c line 846: +msg0104=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Username cambiato in '%s'. Devi usare JUMP per attivarlo.þÿ +; p_client.c line 865: +msg0105=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun server indicato. La sintassi e' ADDSERVER hostname :portþÿ +; p_client.c line 868: +msg0106=USER%d +; p_client.c line 872: +msg0107=%s:%s +; p_client.c line 895: +msg0108=SPASS%d +; p_client.c line 896: +msg0109=SERVERS +; p_client.c line 905: +msg0110=PORT%d +; p_client.c line 906: +msg0111=SERVERS +; p_client.c line 907: +msg0112=SERVER%d +; p_client.c line 908: +msg0113=SERVERS +; p_client.c line 910: +msg0114=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s porta %s (password: %s) aggiunto.þÿ +; p_client.c line 916: +msg0115=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuno slot per server libero.þÿ +; p_client.c line 928: +msg0116=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun server indicato. La sintassi e' DELSERVER numeroþÿ +; p_client.c line 931: +msg0117=USER%d +; p_client.c line 932: +msg0118=SPASS%s +; p_client.c line 933: +msg0119=SERVERS +; p_client.c line 934: +msg0120=PORT%s +; p_client.c line 935: +msg0121=SERVERS +; p_client.c line 936: +msg0122=SERVER%s +; p_client.c line 937: +msg0123=SERVERS +; p_client.c line 939: +msg0124=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server %s cancellato.þÿ +; p_client.c line 957: +msg0125=USER%d +; p_client.c line 963: +msg0126=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Server #%d: %s porta %dþÿ +; p_client.c line 967: +msg0127=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine lista servers.þÿ +; p_client.c line 998: +msg0128=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non hai definito un nome per questo bnc. Fai NAMEBOUNCER name prima.þÿ +; p_client.c line 1002: +msg0129=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host non indicato. Usa %s name :host:port.þÿ +; p_client.c line 1006: +msg0130=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :name non indicato. Usa %s name :host:port.þÿ +; p_client.c line 1010: +msg0131=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Porta non indicata. Usa %s name :host:port.þÿ +; p_client.c line 1024: +msg0132=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Porta non valida. Usa %s name :host:port.þÿ +; p_client.c line 1036: +msg0133=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s gia' esistente.þÿ +; p_client.c line 1041: +msg0134=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non ci sono piu' Link-Connections liberi.þÿ +; p_client.c line 1053: +msg0135=Nuovo link '%s' %s %s:%d aggiunto da %s. +; p_client.c line 1070: +msg0136=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Valore non valido. Usa RELAYLINK linknumber :0|1.þÿ +; p_client.c line 1074: +msg0137=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :linknumber non indicato. Use RELAYLINK linknumber :0|1.þÿ +; p_client.c line 1081: +msg0138=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s sconosciuto.þÿ +; p_client.c line 1090: +msg0139=Relay link per linkare '%s' %sd da %s +; p_client.c line 1103: +msg0140=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Link-Number definito.þÿ +; p_client.c line 1110: +msg0141=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link %s sconosciuto.þÿ +; p_client.c line 1113: +msg0142=Link %d rimosso da %s +; p_client.c line 1116: +msg0143=Link per %s rimosso da %s +; p_client.c line 1122: +msg0144=Link da %s rimosso da %s +; p_client.c line 1136: +msg0145=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s +; p_client.c line 1154: +msg0146=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista dei Links locali.þÿ +; p_client.c line 1173: +msg0147=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%c%d %s %s %s(%d)þÿ +; p_client.c line 1178: +msg0148=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'albero dei Linkþÿ +; p_client.c line 1180: +msg0149=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine Tree.þÿ +; p_client.c line 1243: +msg0150=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Parametri errati. Usa ADDDCC botname user pass :host:portþÿ +; p_client.c line 1305: +msg0151=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa AUTOGETDCC 0 oppure AUTOGETDCC 1.þÿ +; p_client.c line 1310: +msg0152=USER%d +; p_client.c line 1311: +msg0153=AUTOGETDCC +; p_client.c line 1314: +msg0154=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC attivato.þÿ +; p_client.c line 1316: +msg0155=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AUTOGETDCC disattivato.þÿ +; p_client.c line 1342: +msg0156=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : +; p_client.c line 1342: +msg0157= Help (* = Solo per l'Admin del Bouncer)ÿ +; p_client.c line 1343: +msg0158=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :--------------------------------------ÿ +; p_client.c line 1345: +msg0159=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - Fine Aiutoÿ +; p_client.c line 1348: +msg0160=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :BHELP - Fine Aiutoÿ +; p_client.c line 1362: +msg0161=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDOP [#chan] password :host +; p_client.c line 1366: +msg0162=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Password fornita. Usa ADDOP [#chan] password :host +; p_client.c line 1370: +msg0163=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname +; p_client.c line 1373: +msg0164=USER%d.OP +; p_client.c line 1375: +msg0165=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto op per l'hostmask %s (%s) +; p_client.c line 1388: +msg0166=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDAUTOOP #chan :host +; p_client.c line 1392: +msg0167=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Channel indicato. Usa ADDAUTOOP #chan :host +; p_client.c line 1396: +msg0168=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname +; p_client.c line 1399: +msg0169=USER%d.AOP +; p_client.c line 1401: +msg0170=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto auto-op per l'hostmask %s (%s) +; p_client.c line 1414: +msg0171=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Use ADDASK [#chan] password :host +; p_client.c line 1418: +msg0172=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Password indicato. Use ADDASK [#chan] password :host +; p_client.c line 1422: +msg0173=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname +; p_client.c line 1425: +msg0174=USER%d.ASK +; p_client.c line 1427: +msg0175=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto op dall'hostmask %s (%s) +; p_client.c line 1440: +msg0176=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDALLOW :hostmask +; p_client.c line 1444: +msg0177=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname +; p_client.c line 1447: +msg0178=PSYBNC.HOSTALLOWS +; p_client.c line 1449: +msg0179=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto Host allow dall'hostmask %s +; p_client.c line 1462: +msg0180=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Host indicato. Usa ADDBAN [#canale] motivo :host +; p_client.c line 1466: +msg0181=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Motivo indicato. Usa ADDBAN [#canale] motivo :host +; p_client.c line 1470: +msg0182=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; negli hostname +; p_client.c line 1473: +msg0183=USER%d.BAN +; p_client.c line 1475: +msg0184=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto ban per l'host %s (%s) +; p_client.c line 1490: +msg0185=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Log Filter indicato (* per loggare tutto). Usa ADDLOG [#chan/logdest.] :filter(testo da essere loggato) +; p_client.c line 1494: +msg0186=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Destination indicata. Usa ADDLOG [#chan/logdest.] :filter +; p_client.c line 1498: +msg0187=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; nel Filter +; p_client.c line 1501: +msg0188=USER%d.LGI +; p_client.c line 1503: +msg0189=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto log per destinazione %s (filtro %s) +; p_client.c line 1522: +msg0190=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' non trovato.þÿ +; p_client.c line 1530: +msg0191=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Link '%d' resettato e disconnesso.þÿ +; p_client.c line 1547: +msg0192=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun canale o nick indicato. Usa ENCRYPT password :#canale o nick +; p_client.c line 1551: +msg0193=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna Password fornita. Usa ENCRYPT password :#canale o nick +; p_client.c line 1555: +msg0194=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; nei #canali o nei nick +; p_client.c line 1558: +msg0195=USER%d.ENC +; p_client.c line 1561: +msg0196=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto encryption per %s (%s) +; p_client.c line 1590: +msg0197=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun languages indicato. Usa TRANSLATE #canale o nick :language-from language-to +; p_client.c line 1594: +msg0198=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun Canale o Nick indicati. Usa TRANSLATE #canale o nick :language-from language-to +; p_client.c line 1598: +msg0199=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non puoi usare ; per specificare i language +; p_client.c line 1605: +msg0200=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Parametri insufficienti in language. Usa due specificazioni di language. +; p_client.c line 1611: +msg0201=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :languages errati. Usa en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en,pt_en,en_zh,en_ja,en_ko,en_es,en_ru,fr_de,de_fr,ja_en,ko_en,ru_en oppure es_en. +; p_client.c line 1623: +msg0202=USER%d.TRA +; p_client.c line 1626: +msg0203=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Aggiunto translator per %s (%s) +; p_client.c line 1628: +msg0204=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :languages errati. Usa en_de,en_fr,en_it,en_pt,de_en,fr_en,it_en oppure pt_en +; p_client.c line 1641: +msg0205=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELOP number +; p_client.c line 1644: +msg0206=USER%d.OP +; p_client.c line 1646: +msg0207=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Op Number %s rimosso +; p_client.c line 1657: +msg0208=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELOP number +; p_client.c line 1660: +msg0209=USER%d.AOP +; p_client.c line 1662: +msg0210=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Auto-Op Number %s rimosso +; p_client.c line 1672: +msg0211=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELASK number +; p_client.c line 1675: +msg0212=USER%d.ASK +; p_client.c line 1677: +msg0213=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :AskOp Number %s rimosso +; p_client.c line 1687: +msg0214=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELALLOW number +; p_client.c line 1690: +msg0215=PSYBNC.HOSTALLOWS +; p_client.c line 1692: +msg0216=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Host Allow Number %s rimosso +; p_client.c line 1704: +msg0217=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELBAN number +; p_client.c line 1707: +msg0218=USER%d.BAN +; p_client.c line 1711: +msg0219=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ban Number %s rimosso +; p_client.c line 1724: +msg0220=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELLOG number +; p_client.c line 1727: +msg0221=USER%d.LGI +; p_client.c line 1729: +msg0222=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log Entry Number %s rimosso +; p_client.c line 1741: +msg0223=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELENCRYPT number +; p_client.c line 1744: +msg0224=USER%d.ENC +; p_client.c line 1746: +msg0225=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Encryption Number %s rimosso +; p_client.c line 1760: +msg0226=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun number indicato. Usa DELTRANSLATE number +; p_client.c line 1763: +msg0227=USER%d.TRA +; p_client.c line 1765: +msg0228=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Translator Number %s rimosso +; p_client.c line 1777: +msg0229=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista OPs: +; p_client.c line 1779: +msg0230=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1789: +msg0231=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Auto-OPs: +; p_client.c line 1791: +msg0232=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1801: +msg0233=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista AskOPs: +; p_client.c line 1803: +msg0234=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1813: +msg0235=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Host Allows: +; p_client.c line 1815: +msg0236=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1825: +msg0237=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Bans: +; p_client.c line 1827: +msg0238=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1839: +msg0239=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Encryptions: +; p_client.c line 1841: +msg0240=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1855: +msg0241=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Translators: +; p_client.c line 1857: +msg0242=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1872: +msg0243=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista Log-Entrys: +; p_client.c line 1874: +msg0244=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine della Lista. +; p_client.c line 1888: +msg0245=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :REHASH !! Tutte le connessioni saranno resettate. +; p_client.c line 1889: +msg0246=REHASH dall'utente %s +; p_client.c line 1915: +msg0247=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun user indicato. La sintassi e' MADMIN user. +; p_client.c line 1921: +msg0248=L'utente %s ha impostato l'utente %s come amministratore +; p_client.c line 1923: +msg0249=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovato. +; p_client.c line 1937: +msg0250=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun user indicato. La sintassi UNADMIN user. +; p_client.c line 1941: +msg0251=L'utente %s ha tolto i diritti di amministratore dall'utente %s +; p_client.c line 1946: +msg0252=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovato. +; p_client.c line 1960: +msg0253=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :No user given. Syntax is BKILL user. +; p_client.c line 1965: +msg0254=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non e' online. Perche' killare un morto?. +; p_client.c line 1968: +msg0255=L'utente %s ha killato l'utente %s +; p_client.c line 1969: +msg0256=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei stato killato da %s. +; p_client.c line 1975: +msg0257=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non trovato. +; p_client.c line 1995: +msg0258=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Script ricaricatoþÿ +; p_client.c line 2008: +msg0259=Lista processi attivi +; p_client.c line 2013: +msg0260=PID: %d STDIN: %d STDOUT: %d STDERR: %d PROGRAM: %s +; p_client.c line 2017: +msg0261=Fine lista processi +; p_client.c line 2030: +msg0262=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei gia' quittato.ÿ +; p_client.c line 2034: +msg0263=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei stato marcato come quittato.ÿ +; p_client.c line 2037: +msg0264=QUIT :ÿ +; p_client.c line 2040: +msg0265=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sei stato sconnesso.ÿ +; p_client.c line 2054: +msg0266=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei marcato come quittato.ÿ +; p_client.c line 2073: +msg0267=SYSTEM +; p_client.c line 2075: +msg0268=Nome del bouncer impostato come '%s'. +; p_client.c line 2086: +msg0269=L'utente %s e' uscito dal bnc (da %s) +; p_client.c line 2087: +msg0270=:%s!%s@%s QUIT :cyaþÿ +; p_client.c line 2176: +msg0271=%s%s%sþÿ +; p_client.c line 2203: +msg0272=%s%s%sþÿ +; p_client.c line 2276: +msg0273=:irc.psychoid.net PONG irc.psychoid.net :%s +; p_client.c line 2278: +msg0274=:%s PONG %s :%s +; p_client.c line 2379: +msg0275=AWAY :%sþÿ +; p_client.c line 2386: +msg0276=.AWAY %sþÿ +; p_client.c line 2396: +msg0277=NICK %sþÿ +; p_client.c line 2398: +msg0278=NICK %sþÿ +; p_client.c line 2417: +msg0279=L'utente %s e' uscito dal bnc. +; p_client.c line 2425: +msg0280=Utente %s: non c'e' l'utente connesso (%s) +; p_client.c line 2426: +msg0281=Utente %s: non c'e' l'utente connesso (%s) +; p_client.c line 2427: +msg0282=Errore +; p_client.c line 2436: +msg0283=Utente %s disconnesso (da %s) +; p_client.c line 2437: +msg0284=Utente %s disconnesso (da %s) +; p_client.c line 2438: +msg0285=Connessione perduta +; p_dcc.c line 45: +msg0286=USER%d.DCC +; p_dcc.c line 75: +msg0287=%s %s %s +; p_dcc.c line 76: +msg0288=%s:%dÿ +; p_dcc.c line 78: +msg0289=DCC per %s(%s:%d) aggiunta da %s. +; p_dcc.c line 101: +msg0290=USER%d +; p_dcc.c line 105: +msg0291=ENTRY%d +; p_dcc.c line 159: +msg0292=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Lista DCCsþÿ +; p_dcc.c line 168: +msg0293=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%d%c %s (%s:%d)þÿ +; p_dcc.c line 173: +msg0294=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine lista DCCsþÿ +; p_dcc.c line 211: +msg0295=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non esiste la DCC indicata.þÿ +; p_dcc.c line 217: +msg0296=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sessione DCC (%d) chiusa.þÿ +; p_dcc.c line 235: +msg0297=USER%d +; p_dcc.c line 236: +msg0298=ENTRY%d +; p_dcc.c line 240: +msg0299=ENTRY%d +; p_dcc.c line 244: +msg0300=ENTRY%d +; p_dcc.c line 247: +msg0301=ENTRY%d +; p_dcc.c line 249: +msg0302=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC %d cancellata.þÿ +; p_dcc.c line 304: +msg0303=:%s%c%s!DCC@%s PRIVMSG %s :%sþÿ +; p_dcc.c line 328: +msg0304=Connected to DCC: %s to %s (%s:%d) +; p_dcc.c line 330: +msg0305=%sþÿ +; p_dcc.c line 333: +msg0306=%sþÿ +; p_dcc.c line 355: +msg0307=DCC perduta: %s to %s (%s:%d) +; p_dcc.c line 379: +msg0308=Fallita connessione DCC: %s to %s (%s:%d) +; p_dcc.c line 424: +msg0309=Collegamento SSL-DCC: %s to %s (%s:%d) +; p_dcc.c line 427: +msg0310=Collegamento DCC: %s to %s (%s:%d) +; p_dcc.c line 434: +msg0311=Fallita connessione DCC: %s to %s (%s:%d) +; p_dcc.c line 507: +msg0312=/dev/ +; p_dcc.c line 509: +msg0313=/etc/ +; p_dcc.c line 630: +msg0314=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat stabilita +; p_dcc.c line 638: +msg0315=CONNECTED +; p_dcc.c line 658: +msg0316=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat chiusa +; p_dcc.c line 679: +msg0317=:%s(%s!DCCChat@%s PRIVMSG %s :%s +; p_dcc.c line 735: +msg0318=:%s(%s!DCCChat@%s PRIVMSG %s :[%d] Chat stabilita +; p_dcc.c line 755: +msg0319=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Trasferimento file di %s da %s%s abortito. +; p_dcc.c line 774: +msg0320=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Trasferimento file di %s da %s%s interrotto. +; p_dcc.c line 805: +msg0321=Trasferimento file %s inviato a %s%s completato. +; p_dcc.c line 850: +msg0322=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'usente %s%s(%s) ha accettato il file %s. Inizio invio del file. +; p_dcc.c line 876: +msg0323=downloads +; p_dcc.c line 877: +msg0324=downloads/USER%d +; p_dcc.c line 884: +msg0325=Impossibile creare file %s - annullamento. +; p_dcc.c line 890: +msg0326=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connesso a %s%s(%s). Ricezione file %s. +; p_dcc.c line 910: +msg0327=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connessione verso %s%s(%s) perduta. File %s incompleto. +; p_dcc.c line 938: +msg0328=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Errore di scrittura file durante la ricezione da %s%s(%s). File %s incompleto. +; p_dcc.c line 965: +msg0329=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Ricevuto EOF durante la ricezione da %s%s(%s). File %s incompleto. +; p_dcc.c line 967: +msg0330=File %s da %s%s(%s) ricevuto. +; p_dcc.c line 1017: +msg0331=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei connesso. +; p_dcc.c line 1022: +msg0332=Nessun IP definito per l'uso delle DCC. Crea una linea 'PSYBNC.SYSTEM.DCCHOST=IP' nel psybnc.conf. +; p_dcc.c line 1034: +msg0333=Creazione porta in listening impossibile da bindare dopo 20 prove.. annullamento. +; p_dcc.c line 1040: +msg0334=Creazione socket fallita.. uscita. +; p_dcc.c line 1063: +msg0335=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Richiesta di DCC Chat inviata a %s%s (%s:%d) +; p_dcc.c line 1067: +msg0336=NOTICE %s :SSL-DCC Chat (%s) +; p_dcc.c line 1070: +msg0337=NOTICE %s :DCC Chat (%s) +; p_dcc.c line 1085: +msg0338=PRIVMSG %s :%cDCC CHAT chat %s %d%c +; p_dcc.c line 1089: +msg0339=PRIVMSG %s :%cDCC CHAT chat %lu %d%c +; p_dcc.c line 1112: +msg0340=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di DCC Chat. Usa /DCCANSWER %s oppure /DCCANSWER S=%s (SSL) per stabilire la connessione (%s/%d). +; p_dcc.c line 1114: +msg0341=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di DCC Chat. Usa /DCCANSWER %s per stabilire la connessione (%s/%d). +; p_dcc.c line 1161: +msg0342=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna richiesta DCC da '%s' +; p_dcc.c line 1166: +msg0343=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei connesso. +; p_dcc.c line 1171: +msg0344=Nessun IP definito per l'uso delle DCC. Crea una linea 'PSYBNC.SYSTEM.DCCHOST=IP' nel psybnc.conf. +; p_dcc.c line 1177: +msg0345=Filename invalido '%s'. +; p_dcc.c line 1183: +msg0346=downloads/USER%d/%s +; p_dcc.c line 1187: +msg0347=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :File %s non trovato. +; p_dcc.c line 1204: +msg0348=Creazione porta in listening impossibile da bindare dopo 20 prove.. annullamento. +; p_dcc.c line 1210: +msg0349=Creazione socket fallita.. uscita. +; p_dcc.c line 1245: +msg0350=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :SSL-DCC File Send for %s request sent to %s%s (%s:%d) +; p_dcc.c line 1248: +msg0351=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC File Send for %s request sent to %s%s (%s:%d) +; p_dcc.c line 1253: +msg0352=NOTICE %s :SSL-DCC Send %s (%s) +; p_dcc.c line 1256: +msg0353=NOTICE %s :DCC Send %s (%s) +; p_dcc.c line 1271: +msg0354=PRIVMSG %s :%cDCC SEND %s %s %d %lu%c +; p_dcc.c line 1275: +msg0355=PRIVMSG %s :%cDCC SEND %s %lu %d %lu%c +; p_dcc.c line 1282: +msg0356=downloads/USER%d/%s +; p_dcc.c line 1302: +msg0357=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di invio file attraverso DCC per il file %s. Il file verra' downloadato automaticamente. (%s/%d). +; p_dcc.c line 1307: +msg0358=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di invio file attraverso DCC per il file %s. Usa /DCCGET %s%s :%s oppure /DCCGET %sS=%s :%s (SSL) per ricevere il file. (%s/%d). +; p_dcc.c line 1309: +msg0359=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%s%s ha inviato una richiesta di invio file attraverso DCC per il file %s. Usa /DCCGET %s%s :%s per ricevere il file. (%s/%d). +; p_dcc.c line 1371: +msg0360=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessuna richiesta di invio file attraverso DCC da '%s' per il file %s +; p_dcc.c line 1486: +msg0361=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Lista DCCs pendenti +; p_dcc.c line 1490: +msg0362=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s (%s) +; p_dcc.c line 1492: +msg0363=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : %d %s %s +; p_dcc.c line 1498: +msg0364=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s : Fine lista DCCs pendenti +; p_dcc.c line 1548: +msg0365=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :DCC sconosciuta. Usa /DCCCANCEL nick :file oppure /DCCCANCEL nick. +; p_dcc.c line 1562: +msg0366=VERSION +; p_dcc.c line 1564: +msg0367=NOTICE %s :%cVERSION +; p_dcc.c line 1597: +msg0368=DCC CHAT +; p_dcc.c line 1624: +msg0369=DCC SEND +; p_inifunc.c line 144: +msg0370=%s.%s.%s= +; p_inifunc.c line 180: +msg0371=%s.%s.%s= +; p_inifunc.c line 181: +msg0372=%s.%s. +; p_inifunc.c line 281: +msg0373=USER%d +; p_inifunc.c line 282: +msg0374=SERVER%d +; p_inifunc.c line 283: +msg0375=SERVERS +; p_inifunc.c line 286: +msg0376=PORT%d +; p_inifunc.c line 287: +msg0377=SERVERS +; p_inifunc.c line 289: +msg0378=SPASS%d +; p_inifunc.c line 290: +msg0379=SERVERS +; p_inifunc.c line 321: +msg0380=log/USER%d.LOG +; p_inifunc.c line 323: +msg0381=log/USER%d.TRA +; p_inifunc.c line 325: +msg0382=USER%d. +; p_intnet.c line 132: +msg0383=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Il Network interno (int~) non puo' essere joinato, perche' il tuo nick e' gia' in uso da %s!%s@%s. Cambia il tuo nick quindi riprova ad entrare. +; p_intnet.c line 137: +msg0384=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s +; p_intnet.c line 295: +msg0385=%s!%s@%s +; p_intnet.c line 345: +msg0386=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 357: +msg0387=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 383: +msg0388=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 435: +msg0389=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 494: +msg0390=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 555: +msg0391=:intnet!intnet@%s INTNET *@* :%s +; p_intnet.c line 599: +msg0392=%s-psybnc.net +; p_intnet.c line 603: +msg0393=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 608: +msg0394=%s-psybnc.net +; p_intnet.c line 615: +msg0395=:%s-psybnc.net 404 %s %s :Non puoi inviare al canale +; p_intnet.c line 618: +msg0396=:%s-psybnc.net 404 %s %s :Non puoi inviare al canale +; p_intnet.c line 620: +msg0397=:%s!%s@%s %s %s :%s +; p_intnet.c line 630: +msg0398=%s-psybnc.net +; p_intnet.c line 634: +msg0399=:%s-psybnc.net 401 %s %s :Nick non esistente +; p_intnet.c line 639: +msg0400=%s-psybnc.net +; p_intnet.c line 643: +msg0401=:%s!%s@%s %s %s :%s +; p_intnet.c line 667: +msg0402=USER%d +; p_intnet.c line 670: +msg0403=ENTRY%d +; p_intnet.c line 671: +msg0404=INTCHANS +; p_intnet.c line 677: +msg0405=INTCHANS +; p_intnet.c line 677: +msg0406=ENTRY%d +; p_intnet.c line 678: +msg0407=ENTRY%d +; p_intnet.c line 679: +msg0408=INTCHANS +; p_intnet.c line 692: +msg0409=USER%d +; p_intnet.c line 695: +msg0410=ENTRY%d +; p_intnet.c line 696: +msg0411=INTCHANS +; p_intnet.c line 701: +msg0412=INTCHANS +; p_intnet.c line 719: +msg0413=USER%d +; p_intnet.c line 723: +msg0414=ENTRY%d +; p_intnet.c line 724: +msg0415=INTCHANS +; p_intnet.c line 783: +msg0416=%s-psybnc.net +; p_intnet.c line 802: +msg0417=:%s-psybnc.net 474 %s %s :Non puoi entrare nel canale, sei bannato (+b) +; p_intnet.c line 805: +msg0418=:%s-psybnc.net 475 %s %s :Non puoi entrare nel canale, con key (+k) +; p_intnet.c line 808: +msg0419=:%s-psybnc.net 473 %s %s :Non puoi entrare nel canale, ad invito (+i) +; p_intnet.c line 814: +msg0420=:%s!%s@%s JOIN %s +; p_intnet.c line 817: +msg0421=:%s!%s@%s MODE %s +o %s +; p_intnet.c line 823: +msg0422=:%s-psybnc.net 332 %s %s :%s +; p_intnet.c line 835: +msg0423=%s-psybnc.net +; p_intnet.c line 839: +msg0424=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 859: +msg0425=:%s-psybnc.net 441 %s %s :Non stanno nel canale +; p_intnet.c line 881: +msg0426=:%s-psybnc.net 441 %s %s :Non stanno nel canale +; p_intnet.c line 900: +msg0427=:%s-psybnc.net 441 %s %s :Non stanno nel canale +; p_intnet.c line 922: +msg0428=:%s-psybnc.net 441 %s %s :Non stanno nel canale +; p_intnet.c line 952: +msg0429=%s-psybnc.net +; p_intnet.c line 964: +msg0430=:%s-psybnc.net 403 %s %s :Canale inesistente +; p_intnet.c line 989: +msg0431=smitn +; p_intnet.c line 1016: +msg0432=:%s-psybnc.net 367 %s %s %s +; p_intnet.c line 1019: +msg0433=:%s-psybnc.net 368 %s %s :Fine della lista dei ban del canale +; p_intnet.c line 1132: +msg0434=:%s!%s@%s MODE %s %s%s %s +; p_intnet.c line 1134: +msg0435=:%s MODE %s %s%s %s +; p_intnet.c line 1150: +msg0436=%s-psybnc.net +; p_intnet.c line 1155: +msg0437=:%s-psybnc.net 403 %s %s :Canale inesistente +; p_intnet.c line 1162: +msg0438=:%s-psybnc.net 324 %s %s %s %s +; p_intnet.c line 1164: +msg0439=:%s-psybnc.net 324 %s %s %s +; p_intnet.c line 1167: +msg0440=:%s-psybnc.net 324 %s %s %s +; p_intnet.c line 1236: +msg0441=%s-psybnc.net +; p_intnet.c line 1243: +msg0442=:%s-psybnc.net 403 %s %s :Canale inesistente +; p_intnet.c line 1248: +msg0443=:%s-psybnc.net 442 %s %s :Non sei su questo canale +; p_intnet.c line 1255: +msg0444=:%s-psybnc.net 482 %s %s :Non sei OP +; p_intnet.c line 1327: +msg0445=%s-psybnc.net +; p_intnet.c line 1334: +msg0446=:%s-psybnc.net 403 %s %s :Canale inesistente +; p_intnet.c line 1339: +msg0447=:%s-psybnc.net 442 %s %s :Non sei su questo canale +; p_intnet.c line 1341: +msg0448=:%s!%s@%s PART %s :%s +; p_intnet.c line 1354: +msg0449=%s-psybnc.net +; p_intnet.c line 1358: +msg0450=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 1383: +msg0451= KICK +; p_intnet.c line 1407: +msg0452=:%s!%s@%s KICK %s %s :%s +; p_intnet.c line 1415: +msg0453=%s-psybnc.net +; p_intnet.c line 1443: +msg0454=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 1448: +msg0455=:%s-psybnc.net 442 %s %s :Non sei su questo canale +; p_intnet.c line 1452: +msg0456=:%s-psybnc.net 482 %s %s :Non sei OP +; p_intnet.c line 1469: +msg0457=:%s!%s@%s KICK %s %s :%s +; p_intnet.c line 1476: +msg0458=:%s-psybnc.net 441 %s %s :Non sono su questo canale +; p_intnet.c line 1506: +msg0459=:%s!%s@%s NOTICE %s :Il tuo nick e' stato introdotto nella intnet dal link '%s'. Il link e' stato resettato per un collide. +; p_intnet.c line 1519: +msg0460=%s-psybnc.net +; p_intnet.c line 1527: +msg0461=:%s!%s@%s NICK :%s +; p_intnet.c line 1548: +msg0462=%s-psybnc.net +; p_intnet.c line 1555: +msg0463=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 1560: +msg0464=:%s-psybnc.net 442 %s %s :Non sei nel canale +; p_intnet.c line 1593: +msg0465=:%s!%s@%s QUIT :%s +; p_intnet.c line 1614: +msg0466=%s-psybnc.net +; p_intnet.c line 1623: +msg0467=:%s-psybnc.net 352 %s * %s %s %s %s H :0 ? +; p_intnet.c line 1626: +msg0468=:%s-psybnc.net 315 %s * :Fine del WHO +; p_intnet.c line 1631: +msg0469=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 1636: +msg0470=:%s-psybnc.net 442 %s %s :Non sei nel canale +; p_intnet.c line 1641: +msg0471=:%s-psybnc.net 352 %s %s %s %s * %s H :0 ? +; p_intnet.c line 1644: +msg0472=:%s-psybnc.net 315 %s %s :Fine del WHO +; p_intnet.c line 1667: +msg0473=%s-psybnc.net +; p_intnet.c line 1674: +msg0474=:%s-psybnc.net 401 %s %s :No such Nick +; p_intnet.c line 1676: +msg0475=:%s-psybnc.net 311 %s %s %s %s * :psyBNC Network User +; p_intnet.c line 1677: +msg0476=:%s-psybnc.net 319 %s %s : +; p_intnet.c line 1701: +msg0477=:%s-psybnc.net 312 %s %s %s :Network psyBNC +; p_intnet.c line 1705: +msg0478=:%s-psybnc.net 313 %s %s :e' un BNC Administrator +; p_intnet.c line 1707: +msg0479=:%s-psybnc.net 318 %s %s :Fine WHOIS +; p_intnet.c line 1732: +msg0480=Guest +; p_intnet.c line 1756: +msg0481=:%s!%s@%s NOTICE %s :Il tuo nick e' stato introdotto nella intnet dal link '%s'. Il link e' stato resettato per un collide. +; p_intnet.c line 1760: +msg0482=:intnet!intnet@%s INTNET *@* :USER %s %s %s :%s +; p_intnet.c line 1796: +msg0483=%s-psybnc.net +; p_intnet.c line 1803: +msg0484=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 1808: +msg0485=:%s-psybnc.net 442 %s %s :Non sei nel canale +; p_intnet.c line 1812: +msg0486=:%s-psybnc.net 482 %s %s :Non sei OP +; p_intnet.c line 1817: +msg0487=:%s!%s@%s TOPIC %s :%s +; p_intnet.c line 1854: +msg0488=%s-psybnc.net +; p_intnet.c line 1882: +msg0489=:%s-psybnc.net 401 %s %s :Canale inesistente +; p_intnet.c line 1887: +msg0490=:%s-psybnc.net 442 %s %s :Non sei nel canale +; p_intnet.c line 1891: +msg0491=:%s-psybnc.net 482 %s %s :Non sei OP +; p_intnet.c line 1908: +msg0492=:%s!%s@%s INVITE %s :%s +; p_intnet.c line 1911: +msg0493=:%s-psybnc.net 443 %s %s %s :e' gia' nel canale +; p_intnet.c line 1938: +msg0494=USER %s %s %s :%s +; p_intnet.c line 1945: +msg0495=:%s-psybnc.net MODE %s + +; p_intnet.c line 1950: +msg0496=:%s!%s@%s JOIN :%s +; p_intnet.c line 1955: +msg0497=%s %s +; p_intnet.c line 1956: +msg0498=:%s-psybnc.net MODE %s + +; p_intnet.c line 1975: +msg0499=%s %s +; p_intnet.c line 1977: +msg0500=:%s-psybnc.net MODE %s + +; p_intnet.c line 1985: +msg0501=%s %s +; p_intnet.c line 1986: +msg0502=:%s-psybnc.net MODE %s + +; p_intnet.c line 2002: +msg0503=%s %s +; p_intnet.c line 2005: +msg0504=:%s-psybnc.net MODE %s %s +; p_intnet.c line 2027: +msg0505=:%s!%s@%s QUIT :%s %s +; p_intnet.c line 2036: +msg0506=:%s!%s@%s QUIT :%s %s +; p_link.c line 94: +msg0507=USER %s %s 127.0.0.1 :%sþÿ +; p_link.c line 95: +msg0508=NICK %sþÿ +; p_link.c line 96: +msg0509=RELAY: Utente %s connesso. +; p_link.c line 104: +msg0510=RELAY: Utente %s: impossibile connettere. +; p_link.c line 128: +msg0511=RELAY: Utente %s: connessione perduta. +; p_link.c line 158: +msg0512=PSYBNC %s :%dþÿ +; p_link.c line 165: +msg0513=PASS %sþÿ +; p_link.c line 166: +msg0514=:*!*@%s RECURSIVE :%sþÿ +; p_link.c line 168: +msg0515=:*!*@* BWHO :þÿ +; p_link.c line 173: +msg0516=:TOPO!TOPO@* LISTLINKS * :þÿ +; p_link.c line 174: +msg0517=LINK %d: connesso a %s porta %d. +; p_link.c line 182: +msg0518=LINK %d: impossibile connettere a %s porta %d. +; p_link.c line 194: +msg0519=LINK %d: connessione a %s porta %d perduta. +; p_link.c line 196: +msg0520=Lost Link (%s) +; p_link.c line 234: +msg0521=INTNET +; p_link.c line 249: +msg0522=QUERY +; p_link.c line 254: +msg0523=:psyBNC!*@%s SYSMSG %s@%s :%s - No such userþÿ +; p_link.c line 259: +msg0524=:$%s*%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ +; p_link.c line 261: +msg0525=:$%s@%s!psyBNC@psyBNC.dk PRIVMSG %s :%sþÿ +; p_link.c line 266: +msg0526=SYSMSG +; p_link.c line 302: +msg0527=:psyBNC!*@ +; p_link.c line 317: +msg0528=%s*%s +; p_link.c line 320: +msg0529=:$%s*%s!%s@%s. JOIN : +; p_link.c line 342: +msg0530=:%s!psyBNC@psyBNC.dk NOTICE %s :%sþÿ +; p_link.c line 353: +msg0531=Questo Link non ha nome, cancellazione. +; p_link.c line 368: +msg0532=RECURSIVE +; p_link.c line 372: +msg0533=LINK %d: RECURSIVE (%s:%d) - Cancellazione Link +; p_link.c line 386: +msg0534=PARTY +; p_link.c line 395: +msg0535=PRIVMSG +; p_link.c line 400: +msg0536=psyBNC +; p_link.c line 403: +msg0537=logged in. +; p_link.c line 405: +msg0538=User +; p_link.c line 412: +msg0539=%s@%s +; p_link.c line 419: +msg0540=logged off. +; p_link.c line 421: +msg0541=User +; p_link.c line 428: +msg0542=%s@%s +; p_link.c line 430: +msg0543=logged off +; p_link.c line 435: +msg0544=Linked to +; p_link.c line 437: +msg0545=:TOPO!TOPO@%s LISTLINKS * :þÿ +; p_link.c line 441: +msg0546=Lost Link ( +; p_link.c line 451: +msg0547=:$%s*%s!%s@%s. %s %s:%s +; p_link.c line 475: +msg0548=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%s [last:%-20s]þÿ +; p_link.c line 477: +msg0549=:psyBNC!*@%s SYSMSG %s@%s :[%s] %c %s(%s) [%s:%s] :%sþÿ +; p_link.c line 485: +msg0550=LISTLINKS +; p_link.c line 505: +msg0551=:psyBNC!*@%s SYSMSG %s@%s :[%s]%c%d %s %s %s(%d)þÿ +; p_link.c line 514: +msg0552=TOPIC +; p_link.c line 522: +msg0553=:$%s*%s!%s@%s TOPIC +; p_link.c line 522: +msg0554= :%sþÿ +; p_link.c line 530: +msg0555=INTNET +; p_link.c line 562: +msg0556=Lost Link (%s) +; p_link.c line 563: +msg0557=LINK %d: Link perduto. +; p_link.c line 610: +msg0558=%sRELAY: Utente %s@%s (%s:%d): prova %s porta %d (%s). +; p_link.c line 638: +msg0559=linkdescriptors esauriti +; p_link.c line 660: +msg0560=RELAY: impossibile connettere a %s porta %d. +; p_link.c line 694: +msg0561=%sLINK %d: Connessione su %s:%d. +; p_link.c line 705: +msg0562=LINK %d: impossibile connettere a %s porta %d. +; p_log.c line 42: +msg0563=%s :%sÿ +; p_log.c line 46: +msg0564=%s :%sÿ +; p_log.c line 48: +msg0565=%s :%sÿ +; p_log.c line 84: +msg0566=salt.h +; p_log.c line 89: +msg0567=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :ATTEZIONE ! Sposta il file salt.h dalla shell in un posto sicuroÿ +; p_log.c line 92: +msg0568=log/USER%d.LOG +; p_log.c line 104: +msg0569=For a list +; p_log.c line 105: +msg0570=notes waiting on +; p_log.c line 107: +msg0571=http:// +; p_log.c line 108: +msg0572=HTTP:// +; p_log.c line 134: +msg0573=log/USER%d.LOG +; p_log.c line 139: +msg0574=%s~%s :(%s) %sÿ +; p_log.c line 156: +msg0575=log/USER%d.LOG +; p_log.c line 158: +msg0576=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Inizio play del Logÿ +; p_log.c line 162: +msg0577=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_log.c line 164: +msg0578=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa ERASEPRIVATELOG per eliminare il logÿ +; p_log.c line 178: +msg0579=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei amministratoreÿ +; p_log.c line 186: +msg0580=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Inizio del log principaleÿ +; p_log.c line 188: +msg0581=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_log.c line 190: +msg0582=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Usa ERASEMAINLOG per eliminare il logÿ +; p_log.c line 217: +msg0583=log/USER%d.TRL +; p_log.c line 220: +msg0584=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun filtro definito. Usa PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (* per loggare ogni cosa). Puoi anche usare PLAYTRAFFICLOG last.þÿ +; p_log.c line 234: +msg0585=%s %d-%d-%d %d:%d:%d %d-%d-%d %d:%d:%d :%sÿ +; p_log.c line 260: +msg0586=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Inizio del play del log a partire da last.þÿ +; p_log.c line 262: +msg0587=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Inizio del play del log (%s, da %04d-%02d-%02d %02d:%02d:%02d a %04d-%02d-%02d %02d:%02d:%02d, filtro %s)þÿ +; p_log.c line 268: +msg0588=%d-%d-%d-%d-%d-%d:%s: +; p_log.c line 312: +msg0589=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Fine del log.þÿ +; p_log.c line 314: +msg0590=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Fine del log (%s)þÿ +; p_log.c line 321: +msg0591=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Sintassi errata. Usa PLAYTRAFFICLOG source mm-dd-yy hh:mm:ss mm-dd-yy hh:mm:ss :text (* for ogni cosa)þÿ +; p_log.c line 333: +msg0592=%s.old +; p_log.c line 345: +msg0593=log/USER%d.LOG +; p_log.c line 347: +msg0594=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log cancellatoÿ +; p_log.c line 359: +msg0595=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non sei amministratoreÿ +; p_log.c line 365: +msg0596=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log principale cancellatoÿ +; p_log.c line 381: +msg0597=log/USER%d.TRL +; p_log.c line 385: +msg0598=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Log del traffico cancellatoÿ +; p_log.c line 387: +msg0599=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Nessun log di traffico apertoÿ +; p_log.c line 433: +msg0600=log/USER%d.TRL +; p_log.c line 438: +msg0601=%02d-%02d-%02d-%02d-%02d-%02d:%s:%sÿ +; p_memory.c line 39: +msg0602=MEMORIA ESAURITA. Ultimo contesto: %s/%s Linea %d - killo il bouncer ! +; p_memory.c line 290: +msg0603=Contesto programma : %s/%s Linea %d +; p_memory.c line 299: +msg0604=Errore BUS - Crash ! +; p_memory.c line 306: +msg0605=SEGMENT VIOLATION - Crash ! +; p_memory.c line 313: +msg0606=Errore di floating point - Crash ! +; p_memory.c line 322: +msg0607=Terminato - quit per tutti gli utenti +; p_memory.c line 330: +msg0608=QUIT :terminatedÿ +; p_memory.c line 336: +msg0609=ERROR :terminatedÿ +; p_memory.c line 345: +msg0610=Ricevuto il segnale TERMINATE dal terminale +; p_memory.c line 354: +msg0611=Ricevuto HangUp - rehash +; p_memory.c line 363: +msg0612=Ricevuto il segnale QUIT - ignorato +; p_memory.c line 372: +msg0613=Log stat SSL +; p_memory.c line 374: +msg0614=Criptatore globale: Nessuna negoziazione attiva +; p_memory.c line 378: +msg0615=Nessuno. +; p_memory.c line 379: +msg0616=Criptatore globale: %s +; p_memory.c line 381: +msg0617=%4ld elementi nella cache di sessione +; p_memory.c line 383: +msg0618=%4d client connessi (SSL_connect()) +; p_memory.c line 385: +msg0619=%4d client connessi che hanno finito +; p_memory.c line 388: +msg0620=%4d richieste di rinegoziazione client +; p_memory.c line 391: +msg0621=%4d connessioni server (SSL_accept()) +; p_memory.c line 393: +msg0622=%4d connessioni server che hanno finito +; p_memory.c line 396: +msg0623=%4d richieste di rinegoziazione server +; p_memory.c line 399: +msg0624=%4d hits cache di sessione +; p_memory.c line 400: +msg0625=%4d miss cache di sessione +; p_memory.c line 401: +msg0626=%4d timeouts della cache di sessione +; p_memory.c line 402: +msg0627=Fine statistiche SSL +; p_memory.c line 434: +msg0628=Ricevuto USER1 - Debug dei sockets +; p_memory.c line 453: +msg0629=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s(%s/%d), SINCE - %s +; p_memory.c line 458: +msg0630=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, ENC - %s, SINCE - %s +; p_memory.c line 462: +msg0631=SOCK %-3d : TYPE - %s, SRC - %-41s:%-5d, DST- %-41s:%-5d, STATE - %s, BYTESIN - %-16d, BYTESOUT - %-16d, SINCE - %s +; p_memory.c line 469: +msg0632=SOCK: %-3d spirato, chiusura +; p_memory.c line 489: +msg0633=Ricevuto USR2 - Ricaricamento configurazione +; p_memory.c line 499: +msg0634=Interrotto - chiusura applicazione. +; p_memory.c line 506: +msg0635=Ricevuto segnale Ill - continuazione. +; p_memory.c line 513: +msg0636=Killato - chiusura applicazione. +; p_network.c line 86: +msg0637=:int~%s!%s +; p_network.c line 88: +msg0638=:%s!%s +; p_network.c line 110: +msg0639=%s %s %s +; p_network.c line 112: +msg0640=%s %s %s +; p_network.c line 156: +msg0641=%s %s +; p_network.c line 170: +msg0642=%s %s +; p_network.c line 184: +msg0643=%s - Network sconosciutoÿ +; p_network.c line 261: +msg0644=%s%c#%s~%s +; p_network.c line 282: +msg0645=%s:%s~%s +; p_network.c line 292: +msg0646=%c%s~%s +; p_network.c line 333: +msg0647=%s%c%s%c +; p_network.c line 335: +msg0648=%s%s%c +; p_network.c line 338: +msg0649=%s%s%c +; p_network.c line 342: +msg0650=%s%c%s~%s%c +; p_network.c line 344: +msg0651=%s%s~%s%c +; p_network.c line 377: +msg0652=%s %s~%s +; p_network.c line 423: +msg0653=%s :%s +; p_network.c line 443: +msg0654=%s %s %s +; p_network.c line 445: +msg0655=%s %s~%s %s +; p_network.c line 485: +msg0656=0123456789 +; p_network.c line 490: +msg0657=%s%s%c +; p_network.c line 492: +msg0658=%s%s~%s%c +; p_network.c line 495: +msg0659=%s%s%c +; p_network.c line 504: +msg0660=INVITE +; p_network.c line 511: +msg0661=%s :#%s~%s +; p_network.c line 535: +msg0662=%s %s %s +; p_network.c line 537: +msg0663=%s %s~%s %s +; p_peer.c line 132: +msg0664=LINK %d: Prima connessione attraverso SSL. Certificato salvato +; p_peer.c line 137: +msg0665=Link %d +; p_peer.c line 142: +msg0666=:%s!*@%s IAM :þÿ +; p_peer.c line 144: +msg0667=:*!*@* BWHO :þÿ +; p_peer.c line 145: +msg0668=:psyBNC@%s!*@%s TOPIC +; p_peer.c line 145: +msg0669= :%sþÿ +; p_peer.c line 147: +msg0670=:*!*@* LISTLINKS :þÿ +; p_peer.c line 165: +msg0671=Linked to %s +; p_peer.c line 166: +msg0672=Linked to %s +; p_peer.c line 175: +msg0673=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG * :Relay non permessi. Arrivederci.þÿ +; p_peer.c line 262: +msg0674=User %s: Primo log in attraverso SSL. Certificato ricevuto e salvato. +; p_peer.c line 269: +msg0675=User %s +; p_peer.c line 275: +msg0676=User %s loggato nel bnc. +; p_peer.c line 277: +msg0677=User %s loggato nel bnc. +; p_peer.c line 289: +msg0678=:-psyBNC!psychiod@EuShells.com NOTICE %s :Nuova connessione da %sÿ +; p_peer.c line 294: +msg0679=User %s loggato (non in Partyline). +; p_peer.c line 297: +msg0680=User %s loggato. +; p_peer.c line 321: +msg0681=:%s!%s@%s NICK :%sþÿ +; p_peer.c line 335: +msg0682=NICK %sþÿ +; p_peer.c line 343: +msg0683=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Hai messaggi. Scivi /QUOTE PLAYPRIVATELOG per leggere i tuoi messaggi. +; p_peer.c line 345: +msg0684=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Non ci sono nuovi messaggi per te +; p_peer.c line 374: +msg0685=Perduta connessione da %s (%s) +; p_peer.c line 385: +msg0686=Perduta connessione da %s (%s) +; p_peer.c line 405: +msg0687=Login fallito. Disconnessione.ÿ +; p_peer.c line 419: +msg0688=PSYBNC +; p_peer.c line 424: +msg0689=VHOST +; p_peer.c line 427: +msg0690=CONNECT +; p_peer.c line 431: +msg0691=RELAY +; p_peer.c line 440: +msg0692=:-psyBNC!psyBNC@psyBNC.dk NOTICE %s :Il tuo client IRC non ha inviato la password. Scrivi /QUOTE PASS tuapassword per connetterti. +; p_peer.c line 451: +msg0693=Fallito link in entrata %s (%s) +; p_peer.c line 463: +msg0694=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Password errata. Disconnessione.ÿ +; p_peer.c line 464: +msg0695=Autenticazione fallita per %s dall'host %s +; p_peer.c line 481: +msg0696=*!*@%s +; p_peer.c line 485: +msg0697=*!*@%s +; p_peer.c line 507: +msg0698=Sono consentite un massimo di 3 connessioni per host !ÿ +; p_peer.c line 513: +msg0699=Troppe connessioni, rimozione delle connessioni da %s +; p_peer.c line 514: +msg0700=Troppe connessioni dall'host !ÿ +; p_peer.c line 518: +msg0701=:Welcome!psyBNC@psyBNC.dk NOTICE * : +; p_peer.c line 532: +msg0702=killed by user abort +; p_peer.c line 573: +msg0703=SYSTEM +; p_peer.c line 573: +msg0704=DCCHOST +; p_peer.c line 573: +msg0705=PSYBNC +; p_peer.c line 577: +msg0706=DCCHOST dev'essere in formato IP decimale puntato (nnn.nnn.nnn.nnn) +; p_peer.c line 584: +msg0707=PORT%d +; p_peer.c line 585: +msg0708=SYSTEM +; p_peer.c line 585: +msg0709=PSYBNC +; p_peer.c line 588: +msg0710=HOST%d +; p_peer.c line 589: +msg0711=SYSTEM +; p_peer.c line 589: +msg0712=PSYBNC +; p_peer.c line 614: +msg0713=Impossibile impostare un Host per le DCC Chats e per i Files. Imposta almeno un Listener per un IP. +; p_script.c line 123: +msg0714=Numero massimo di subtasks paralleli raggiunto durante la tentata esecuzione di '%s' dall'utente %s +; p_script.c line 187: +msg0715=EOFÿ +; p_script.c line 208: +msg0716=Impossibile creare i sockets per il task '%s' dell'utente %s +; p_script.c line 216: +msg0717=SIN/%d +; p_script.c line 226: +msg0718=SOUT/%d +; p_script.c line 236: +msg0719=SERR/%d +; p_script.c line 343: +msg0720=DCCCHAT +; p_script.c line 344: +msg0721=DCCSEND +; p_script.c line 345: +msg0722=SERVER +; p_script.c line 346: +msg0723=DIALOGUE +; p_script.c line 348: +msg0724=ALIAS +; p_server.c line 43: +msg0725=motd/USER%d.MOTD +; p_server.c line 46: +msg0726= 001 +; p_server.c line 75: +msg0727=MODE %s +iþÿ +; p_server.c line 95: +msg0728=PONG :%sþÿ +; p_server.c line 97: +msg0729=PONG :%sþÿ +; p_server.c line 106: +msg0730=PRIVMSG %s :awayþÿ +; p_server.c line 108: +msg0731=NICK %sþÿ +; p_server.c line 110: +msg0732=NICK %sþÿ +; p_server.c line 144: +msg0733=NICK %sþÿ +; p_server.c line 155: +msg0734=USER%d +; p_server.c line 181: +msg0735=JOIN %s %sÿ +; p_server.c line 183: +msg0736=JOIN %sÿ +; p_server.c line 200: +msg0737=$QUIT +; p_server.c line 201: +msg0738=PART %s :%sþÿ +; p_server.c line 203: +msg0739=PART %s :%sþÿ +; p_server.c line 220: +msg0740=$QUIT +; p_server.c line 221: +msg0741=PRIVMSG %s :%cACTION e' away (%s)%cþÿ +; p_server.c line 223: +msg0742=PRIVMSG %s :%cACTION e' away (%s)%cþÿ +; p_server.c line 253: +msg0743=:%s!%s@%s JOIN :%s%sÿ +; p_server.c line 255: +msg0744=:%s 332 %s %s%s :%sÿ +; p_server.c line 266: +msg0745=:irc.psychoid.net MODE %s%s +%c %sþÿ +; p_server.c line 284: +msg0746=MODE %s +b %s +; p_server.c line 285: +msg0747=KICK %s %s :bannato: %s +; p_server.c line 288: +msg0748=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s(%s) corrisponde al ban (%s), kickbannato su %s +; p_server.c line 302: +msg0749=MODE %s +o %s +; p_server.c line 305: +msg0750=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s(%s) corrisponde all'autoop (%s), oppato su %s +; p_server.c line 330: +msg0751=MODE %s +o %s +; p_server.c line 332: +msg0752=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :L'utente %s(%s) corrisponde all'op (%s), oppato su %s +; p_server.c line 358: +msg0753=.op %s %sþÿ +; p_server.c line 366: +msg0754=PRIVMSG %s :op %s %s +; p_server.c line 369: +msg0755=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Chiesto a %s(%s) l'op su %s +; p_server.c line 398: +msg0756=%s!%s@%s +; p_server.c line 423: +msg0757=WHO %s +; p_server.c line 566: +msg0758= KICK +; p_server.c line 596: +msg0759=[KICKED] from %s (%s) +; p_server.c line 666: +msg0760=Utente %s (%s) disconnesso (da %s) Motivo: %s +; p_server.c line 675: +msg0761=motd/USER%d.MOTD +; p_server.c line 735: +msg0762= 315 +; p_server.c line 781: +msg0763= 324 +; p_server.c line 826: +msg0764= 332 +; p_server.c line 877: +msg0765= 353 +; p_server.c line 1029: +msg0766=%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c +; p_server.c line 1068: +msg0767=%c%c%c%c%c%c +; p_server.c line 1081: +msg0768=%s %dþÿ +; p_server.c line 1085: +msg0769=CONNECT %s:%d HTTP/1.0ÿÿ +; p_server.c line 1104: +msg0770=RELAY %s :%dþÿ +; p_server.c line 1105: +msg0771=VHOST :%sþÿ +; p_server.c line 1106: +msg0772=CONNECT %s :%dþÿ +; p_server.c line 1110: +msg0773=PASS %sþÿ +; p_server.c line 1112: +msg0774=USER %s %s 127.0.0.1 :%sþÿ +; p_server.c line 1114: +msg0775=NICK %sþÿ +; p_server.c line 1116: +msg0776=NICK %sþÿ +; p_server.c line 1119: +msg0777=PASS %sþÿ +; p_server.c line 1121: +msg0778=Utente %s (%s) connesso a %s:%d (%s) +; p_server.c line 1132: +msg0779=Utente %s: impossibile connettere a %s porta %d. +; p_server.c line 1138: +msg0780=motd/USER%d.MOTD +; p_server.c line 1150: +msg0781=Utente %s disconnesso dal server. +; p_server.c line 1158: +msg0782=motd/USER%d.MOTD +; p_server.c line 1206: +msg0783=L'utente %s (%s) non ha nessun server in lista +; p_server.c line 1213: +msg0784=L'utente %s (%s) non ha nessun server in lista +; p_server.c line 1262: +msg0785=%s/.ispoof +; p_server.c line 1278: +msg0786=Utente %s (%s) prova il proxy %s porta %d sul server %s porta %d +; p_server.c line 1283: +msg0787=Utente %s (%s) prova %s porta %d sul link %s (%s:%d) (%s). +; p_server.c line 1286: +msg0788=Utente %s (%s) prova server %s porta %d (%s). +; p_server.c line 1294: +msg0789=Utente %s: impossibile connettere a %s porta %d. +; p_socket.c line 75: +msg0790=Errore creazione socket +; p_socket.c line 116: +msg0791=IMPOSSIBILE ALLOCARE SPAZIO PER IL SOCKET - SHUT DOWN +; p_socket.c line 196: +msg0792= (SSL) +; p_socket.c line 206: +msg0793=Impossibile creare sock Listener sull'host %s porta %d%s +; p_socket.c line 243: +msg0794=Impossibile creare sock Listener sull'host %s porta %d%s (lookup) +; p_socket.c line 265: +msg0795=Impossibile creare sock Listener sull'host %s porta %d%s (lookup) +; p_socket.c line 286: +msg0796=Impossibile creare sock Listener sull'host %s porta %d%s (bind) +; p_socket.c line 293: +msg0797=Impossibile creare sock Listener sull'host %s porta %d%s (listen) +; p_socket.c line 298: +msg0798=In Listening su: %s porta %d%sÿ +; p_socket.c line 299: +msg0799=Listener creato :%s porta %d%s +; p_socket.c line 493: +msg0800=PING :pþÿ +; p_socket.c line 496: +msg0801=PING :pþÿ +; p_socket.c line 812: +msg0802=PONG +; p_socket.c line 846: +msg0803=Impossibile creare connessione SSL per il socket %d(%d) (SETFD) +; p_socket.c line 862: +msg0804=Impossibile creare connessione SSL per il socket %d(%d) (CONNECT) +; p_socket.c line 972: +msg0805=%s: Nessun certificato SSL dato +; p_socket.c line 975: +msg0806=%s: Nessun certificato SSL dato - Connessione rifiutata +; p_socket.c line 983: +msg0807=%s: Ricevuto il corretto Certificato e la giusta key +; p_socket.c line 988: +msg0808=%s: Ricevuto il corretto Certificato, ma non la giusta key - Connessione rifiutata +; p_socket.c line 991: +msg0809=%s: Ricevuto il corretto Certificato, ma non la giusta key - ignorato +; p_socket.c line 998: +msg0810=%s: Ricevuto Certificato non valido (%s) - Ignorato +; p_socket.c line 1003: +msg0811=%s: Ricevuto Certificato non valido (%s) - Connessione rifiutata +; p_socket.c line 1108: +msg0812=Impossibile trovare il socket in listening. +; p_socket.c line 1115: +msg0813=Connessione illecita da %s. Connessione chiusa. +; p_socket.c line 1121: +msg0814=connessione da %s +; p_socket.c line 1151: +msg0815=Impossibile inizializzare la connessione SSL da %s: %s. Chiusura connessione. +; p_socket.c line 1156: +msg0816=Connessione SSL accettata da %s +; p_socket.c line 1332: +msg0817=Impossibile creare la connessione SSL per il socket %d(%d) (FD) +; p_string.c line 346: +msg0818=LISTS +; p_string.c line 353: +msg0819=ENTRY%d +; p_string.c line 385: +msg0820=LISTS +; p_string.c line 388: +msg0821=ENTRY%d +; p_string.c line 390: +msg0822=ENTRY%d +; p_string.c line 391: +msg0823=%s;%s +; p_string.c line 421: +msg0824=LISTS +; p_string.c line 425: +msg0825=%s.%s. +; p_string.c line 433: +msg0826=ENTRY%d +; p_string.c line 467: +msg0827=%s:%s +; p_string.c line 470: +msg0828=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Elemento #%d: %s +; p_string.c line 573: +msg0829=lang/%s.lng +; p_string.c line 583: +msg0830=desc +; p_string.c line 639: +msg0831=MSG%04d +; p_sysmsg.c line 37: +msg0832=:%s!%s@%s JOIN : +; p_sysmsg.c line 40: +msg0833=:irc.psychoid.net 332 %s +; p_sysmsg.c line 40: +msg0834= :%sþÿ +; p_sysmsg.c line 42: +msg0835=:irc.psychoid.net 353 %s = +; p_sysmsg.c line 50: +msg0836=:irc.psychoid.net 353 %s = +; p_sysmsg.c line 59: +msg0837=:irc.psychoid.net 366 %s +; p_sysmsg.c line 59: +msg0838= :Fine della lista NAMES.þÿ +; p_sysmsg.c line 60: +msg0839=Utente %s entrato. +; p_sysmsg.c line 135: +msg0840=%s!%s. QUIT :link perduto (%s)þÿ +; p_sysmsg.c line 191: +msg0841=psyBNC +; p_sysmsg.c line 193: +msg0842=PRIVMSG +; p_sysmsg.c line 216: +msg0843=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_sysmsg.c line 244: +msg0844=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :%sÿ +; p_sysmsg.c line 326: +msg0845=:%s!*@%s PARTY * :%sþÿ +; p_sysmsg.c line 343: +msg0846=:%s!*@%s QUERY %s :%sþÿ +; p_sysmsg.c line 354: +msg0847=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non nel bouncer +; p_sysmsg.c line 367: +msg0848=psyBNC +; p_sysmsg.c line 369: +msg0849=logged in. +; p_sysmsg.c line 384: +msg0850=logged off. +; p_sysmsg.c line 396: +msg0851=logged off. +; p_sysmsg.c line 398: +msg0852=Lost Link ( +; p_sysmsg.c line 413: +msg0853=:%s!psyBNC@%s. QUIT :Lost Linkþÿ +; p_sysmsg.c line 436: +msg0854=:$%s!%s@%s. %s %s:%s +; p_sysmsg.c line 446: +msg0855=:$%s!%s@%s %s %s :%s +; p_sysmsg.c line 455: +msg0856=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Utente %s non nel bouncer +; p_sysmsg.c line 478: +msg0857=:-psyBNC!psyBNC@psyBNC.dk PRIVMSG %s :Connessione DCC %s sconosciuta o non stabilita +; p_sysmsg.c line 481: +msg0858=%sþÿ +; p_topology.c line 112: +msg0859= +; p_topology.c line 120: +msg0860=-------- +; p_translate.c line 76: +msg0861=%s %s : +; p_translate.c line 79: +msg0862=:%s %s %s : +; p_translate.c line 81: +msg0863=:%s %s %s : +; p_translate.c line 94: +msg0864=babelfish.altavista.com +; p_translate.c line 164: +msg0865=doit=done&urltext=%s&lp=%s +; p_translate.c line 165: +msg0866=POST /raging/translate.dyn? HTTP/1.1þÿAccept: */*þÿAccept-Language: enþÿContent-Type: application/x-www-form-urlencodedþÿAccept-Encoding: gzip, deflateþÿUser-Agent: Modzilla/4.0 (compatible; NetBitch 1.0; C64 1.0; DigExt)þÿHost: babelfish.altavista.comþÿContent-Length: %dþÿConnection: Keep-Aliveþÿþÿ%s +; p_translate.c line 174: +msg0867=ERRORE: nel Translator (%d:%d) +; p_translate.c line 194: +msg0868= +; p_translate.c line 225: +msg0869= +; p_translate.c line 263: +msg0870=