#eggdrop Bot Logged User list

Network: Zeolia
Modes: +nrt
Last Seen: 59 minutes ago
Topic: ..·.·::::::::: Entraide pour les Eggdrops, Tcl et shells -| https://www.eggdrop.fr |- :::::::::·.·..  | dernier script ajouté : NetBots v4.10 - https://tinyurl.com/2celutn2
#2
Rank
13
Users

Channel Log Archive for #eggdrop

Prev
Next

* All times are UTC
Friday, March 1, 2024
[06:50:24] * CrazyCat[AFK] is now known as CrazyCat
[06:59:11] Amand hi
[07:00:34] Amand pour découper une variable ident@host
[07:00:38] Amand lassign [split $uhost "@"] ident host
[07:00:59] Amand mais pour découper une variable en 3 avec ce format : nick!ident@host
[07:01:04] Amand on doit s'y prendre comment?
[07:01:36] Excalibur --> uto!~nemesis@EpiK-3981CEE.w86-209.abo.wanadoo.fr entre sur #eggdrop@Epiknet
[07:02:04] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 20
[07:02:08] CrazyCat Avec scan ?
[07:02:32] CrazyCat Ou avec une regexp
[07:03:57] CrazyCat regexp {([^!]+)!([^@]+)@(.+)} $uhost - nick ident host
[07:04:04] Amand scan?
[07:04:38] Amand j'ai mal formulé ma question, il est possible de le faire avec un lassign?
[07:05:26] CrazyCat Ah. Normalement on peut mettre plusieurs caractères dans split
[07:05:30] CrazyCat Je vais tester
[07:06:53] CrazyCat % set test nick!ident@my.host
[07:06:57] CrazyCat % lassign [split $test "!@"] n i h
[07:06:59] CrazyCat % puts "$n - $i - $h"
[07:07:01] CrazyCat nick - ident - my.host
[07:07:03] CrazyCat Easy
[07:13:51] Amand parfait merci
[07:14:26] CrazyCat De nada
[07:19:27] * ComputerTech joined #eggdrop
[07:19:30] ComputerTech morning
[07:19:35] * [Guru] set mode +l 23
[07:19:38] * ComputerTech waves at CrazyCat
[07:19:47] CrazyCat Hey ComputerTech
[07:19:52] ComputerTech hey mate
[07:19:54] ComputerTech how's it going?
[07:20:26] CrazyCat fine thx, what about you?
[07:20:37] ComputerTech doing pretty good, nice morning, just working on some python
[07:21:04] CrazyCat python for eggdrop or just python?
[07:21:07] ComputerTech trying to grab the /names data and push it into a treewidget for my irc client i'm building
[07:21:07] ComputerTech xD
[07:21:14] ComputerTech python for my GUI irc client i'm building
[07:21:42] CrazyCat Wow...
[07:21:46] ComputerTech yee, lot of work
[07:22:03] ComputerTech gonna try replicate hexchat, since it's reached it's EOL
[07:22:40] CrazyCat Ok, nice project
[07:22:48] ComputerTech thx
[07:22:51] ComputerTech nice anope module btw
[07:22:53] ComputerTech the autolimit one
[07:23:43] CrazyCat It was not from me, I just fix it
[07:23:47] ComputerTech ah
[07:23:57] ComputerTech well still, the last one i tried kept breaking xD
[07:24:53] ComputerTech .w
[07:24:58] ComputerTech aw no weather bot 🙃
[07:26:08] Amand d'ailleurs j'arrive pas à mettre à jour weechat
[07:26:17] CrazyCat Useless: I've weather plugin in my weechat :D
[07:26:18] Amand je suis dans une version de 2022
[07:26:22] ComputerTech kek
[07:26:44] ComputerTech i use weechat if i use a CLI client
[07:26:57] ComputerTech it's the best tbh
[07:27:45] CrazyCat Amand: tu utilises la version debian ou tu le recompile ?
[07:28:07] ComputerTech hah tcl
[07:28:08] ComputerTech nice
[07:28:10] Amand la version de ubuntu ( je suis sur xubuntu )
[07:28:31] CrazyCat Ah ben oui, si tu prends celle des dépots cinamon, elle date forcément
[07:29:43] CrazyCat Il faut ajouter les dépots weechat plutôt que ceux d'ubuntu
[07:31:46] ComputerTech sad hexchat has reached it's EOL tbh, but then again it's been dead development wise since 2021 ish
[07:32:06] Amand quand je tape uname -a
[07:32:09] Amand Linux amand-ThinkPad-X270-W10DG 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
[07:32:16] ComputerTech based Ubuntu :D
[07:32:19] ComputerTech Client: HexChat 2.16.2 • OS: Ubuntu "mantic" 23.10 • CPU: Intel(R) Pentium(R) CPU 6405U @ 2.40GHz (800MHz) • Memory: Physical: 3.4 GiB Total (2.3 GiB Free) Swap: 4.0 GiB Total (2.1 GiB Free) • Storage: 94.5 GB / 122.5 GB (28.0 GB Free) • VGA: Intel Corporation Comet Lake-U GT2 [UHD Graphics 620] @ 8086:9b71 • Uptime: 22h 54m 29s
[07:32:20] ComputerTech ;p
[07:33:57] CrazyCat cat /etc/os-release
[07:34:04] ComputerTech hehe
[07:34:41] CrazyCat Mais bon, Ubuntu "mantic" 23.10
[07:34:47] CrazyCat Tu as toutes les infos
[07:34:56] Amand PRETTY_NAME="Ubuntu 22.04.4 LTS"
[07:34:56] Amand VERSION="22.04.4 LTS (Jammy Jellyfish)"
[07:34:56] Amand VERSION_ID="22.04"
[07:34:56] Amand NAME="Ubuntu"
[07:35:00] CrazyCat Oups non, ça c'est ComputerTech
[07:35:09] ComputerTech xD
[07:35:58] Amand deb [signed-by=/usr/share/keyrings/weechat-archive-keyring.gpg] https://weechat.org/ubuntu noble main
[07:36:02] Amand je vais tester
[07:36:19] CrazyCat noble ?
[07:36:37] CrazyCat Tu es en 22.04
[07:36:40] CrazyCat jammy !
[07:36:55] Amand mwarf
[07:36:58] Amand j'ai du mal a lire
[07:36:58] ComputerTech can't wait for Ubuntu 24.04 tbh
[07:37:00] Amand lol
[07:37:24] CrazyCat Don't care about ubuntu, raspbian roxx
[07:37:32] ComputerTech kek
[07:37:34] ComputerTech wait what
[07:37:37] ComputerTech raspbian?
[07:37:37] ComputerTech o.O
[07:37:39] * ComputerTech looks it up
[07:38:00] ComputerTech never knew of this one before lol
[07:38:02] CrazyCat cat /etc/os-release
[07:38:04] CrazyCat PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
[07:38:06] CrazyCat NAME="Raspbian GNU/Linux"
[07:38:07] Amand deb [signed-by=/usr/share/keyrings/weechat-archive-keyring.gpg] https://weechat.org/ubuntu jammy main
[07:38:08] CrazyCat VERSION_ID="12"
[07:38:10] CrazyCat VERSION="12 (bookworm)"
[07:38:12] CrazyCat VERSION_CODENAME=bookworm
[07:38:15] ComputerTech nice
[07:38:17] Amand il n'a pas l'air d'apprecié le "deb"
[07:38:22] ComputerTech so it's based of debian then
[07:38:23] Amand er
[07:38:39] CrazyCat ComputerTech: yep
[07:38:49] CrazyCat Amand: tu fais quoi et comment ?
[07:38:50] ComputerTech nice
[07:39:04] Amand je tape
[07:39:06] Amand deb [signed-by=/usr/share/keyrings/weechat-archive-keyring.gpg] https://weechat.org/ubuntu jammy main
[07:39:10] Amand dans le terminal
[07:39:15] Amand ah mais
[07:39:17] Amand faut l'ajouter
[07:39:17] CrazyCat Non
[07:39:20] Amand dans le sources.list
[07:39:25] CrazyCat echo "deb [signed-by=/usr/share/keyrings/weechat-archive-keyring.gpg] https://weechat.org/ubuntu noble main" | sudo tee /etc/apt/sources.list.d/weechat.list
[07:39:43] CrazyCat Il y a les instructions sur le site, copier/coller ça aide des fois
[07:39:56] CrazyCat (s/noble/jammy/g)
[07:40:09] ComputerTech I wasn't even aware weechat supported tcl as a plugin language tbh
[07:40:09] ComputerTech xD
[07:40:16] CrazyCat echo "deb [signed-by=/usr/share/keyrings/weechat-archive-keyring.gpg] https://weechat.org/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/weechat.list
[07:41:14] CrazyCat ComputerTech: weechat hangs with python, perl and tcl. Previoously it also accepts php
[07:41:27] ComputerTech rip php
[07:41:27] ComputerTech :P
[07:41:40] CrazyCat and JS and ruby :)
[07:41:45] ComputerTech ew JS
[07:41:46] ComputerTech :P
[07:41:49] Amand j'ai fait un apt-get update
[07:41:51] ComputerTech i had to use some JS
[07:41:54] ComputerTech for this site i wrote
[07:42:01] ComputerTech file sharing site
[07:42:09] ComputerTech works quite nicely
[07:42:27] ComputerTech removed the public registration part because i have no intentions of allowing every random cunt to use it :D
[07:42:36] CrazyCat Amand: tu as aussi utilisé la 2ème ligne de bash ?
[07:42:39] ComputerTech last time i hosted a public file sharing site, someone uploaded some illegal content -.-
[07:43:46] CrazyCat Amand: ce qui serait utile à mon avis, c'est de faire ce qui est préconisé depuis "Clé GPG"
[07:43:54] CrazyCat Et pas te limiter à APT
[07:44:52] Amand ok
[07:46:24] ComputerTech :D
[07:46:27] ComputerTech new wallpaper \o/
[07:46:36] Amand W: Le fichier configuré « main/binary-i386/Packages » ne sera pas pris en compte car le dépôt « https://weechat.org/ubuntu jammy InRelease » ne semble pas capable de le fournir (erreur de saisie dans sources.list ?)
[07:46:45] Amand je regarde si je n'ai pas fait une erreur
[07:54:40] Amand ah bah ça a fonctionné
[07:54:56] Amand 4.2.1
[07:55:22] Amand ty CrazyCat
[07:55:27] Amand maintenant faut que je me familiarise
[07:56:31] Amand https://weechat.org/themes/ les thèmes ne sont pas sexy
[07:57:29] * BdS joined #eggdrop
[07:57:29] * [Guru] set mode +h BdS
[07:57:30] CrazyCat Osef des thèmes, c'est du ncurse
[07:58:11] * [Guru] set mode +l 24
[08:00:31] Amand pour installer un plugin
[08:00:49] Amand ça se passe comment ? bon allez ok je vais aller lire la doc lol
[08:01:02] CrazyCat tu fais /script
[08:01:21] CrazyCat et ansuite tu choisis tes scripts dans le nouveau buffer
[08:01:42] CrazyCat ensuite*
[08:02:32] Amand il est possible d'avoir deux tampons, une pour les notices serveurs et une autre pour les notices normaux?
[08:05:24] CrazyCat Tu avais déjà demandé, et je ne crois pas. Sauf s'il y a un script pour ça mais j'ai des doutes
[08:09:12] CrazyCat Je pense que ça pourrait être scripté, mais sur une notice utilisateur, si tu as plusieurs canaux en commun, difficile de savoir où l'envoyer
[08:13:14] Amand │09:12:49 weechat =!= | script : le téléchargement des scripts est désactivé par défaut ; voir /help script.scripts.download_enabled
[08:13:42] CrazyCat Ben /set script.scripts.download_enabled on
[08:16:09] CrazyCat Ou bien /set *scripts* et tu vas activer l'option
[08:16:59] Amand oui c'est bon j'ai une liste
[08:21:40] Amand ok
[08:22:24] Amand ça va c'est assez simple effectivement la doc est bien faite
[08:22:56] Amand CrazyCat: peu importe pour la fenetre active de la ou tu te positionnes quand tu recois la notice
[08:23:09] Amand tant que les tampons sont rempli
[08:24:37] Excalibur -//- <uto@Epiknet> a quitté (Ping timeout: 180 seconds)
[08:25:04] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 19
[08:26:01] Amand je suis entrain de faire le tour des scripts
[08:40:53] Amand c'est sympa
[09:00:27] Amand hum il y a un truc qui me parait étrange on peut pas scroller vers le haut pour voir les messages anciens d'un channel
[09:00:37] Amand pareil pour la nicklist j'ai pas l'impression que je peux scroll
[09:01:25] CrazyCat Si on peut
[09:01:40] CrazyCat Pour l'historique du canal, page haut
[09:02:04] CrazyCat Pour la nicklist, je crois que c'est F11 et F12
[09:02:46] CrazyCat Et tu peux modifier les touches et leur fonctionnement
[09:21:55] Amand oki je regarde un peu l'ensemble du client
[10:08:45] Excalibur <MenzAgitat@Epiknet> yop
[10:21:10] CrazyCat Plop MenzAgitat
[12:12:39] * Amand quit (Quit: Connection closed for inactivity)
[12:13:34] * [Guru] set mode +l 23
[12:41:41] * CrazyCat is now known as CrazyCat[AFK]
[15:19:26] * BdS quit (Connection closed)
[15:19:59] * [Guru] set mode +l 22
[17:17:22] Excalibur -//- <Village@Epiknet> a quitté (Quit:: I'll be back..)
[17:18:01] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 18
[17:26:09] Excalibur --> Village!Lauras@80s.lt entre sur #eggdrop@Epiknet
[17:27:01] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 19
[17:40:38] Excalibur -//- <Village@Epiknet> a quitté (Quit:: I'll be back..)
[17:41:01] Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 18
[18:32:24] * [Guru] set mode +h Amand
[18:32:24] * Amand joined #eggdrop
[18:32:50] * [Guru] set mode +l 23
[20:47:10] * [Guru] set mode +l 23
Prev
Next