[06:50:24]
*
CrazyCat[AFK]
is now known as CrazyCat
[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:02:04]
Excalibur
*** <Boole@Epiknet> a mis le mode #eggdrop +l 20
[07:03:57]
CrazyCat
regexp {([^!]+)!([^@]+)@(.+)} $uhost - nick ident host
[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: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:13:51]
Amand
parfait merci
[07:19:27]
*
ComputerTech
joined #eggdrop
[07:19:35]
*
[Guru]
set mode +l 23
[07:19:38]
*
ComputerTech
waves at CrazyCat
[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:14]
ComputerTech
python for my GUI irc client i'm building
[07:22:03]
ComputerTech
gonna try replicate hexchat, since it's reached it's EOL
[07:23:43]
CrazyCat
It was not from me, I just fix it
[07:23:57]
ComputerTech
well still, the last one i tried kept breaking xD
[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:27:45]
CrazyCat
Amand: tu utilises la version debian ou tu le recompile ?
[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: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: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:36:02]
Amand
je vais tester
[07:36:58]
Amand
j'ai du mal a lire
[07:37:24]
CrazyCat
Don't care about ubuntu, raspbian roxx
[07:37:39]
*
ComputerTech
looks it up
[07:38:04]
CrazyCat
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
[07:38:06]
CrazyCat
NAME="Raspbian GNU/Linux"
[07:38:10]
CrazyCat
VERSION="12 (bookworm)"
[07:38:12]
CrazyCat
VERSION_CODENAME=bookworm
[07:38:17]
Amand
il n'a pas l'air d'apprecié le "deb"
[07:38:49]
CrazyCat
Amand: tu fais quoi et comment ?
[07:39:10]
Amand
dans le terminal
[07:39:17]
Amand
faut l'ajouter
[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:40:09]
ComputerTech
I wasn't even aware weechat supported tcl as a plugin language tbh
[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:49]
Amand
j'ai fait un apt-get update
[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: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:55:22]
Amand
ty CrazyCat
[07:55:27]
Amand
maintenant faut que je me familiarise
[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:21]
CrazyCat
et ansuite tu choisis tes scripts dans le nouveau buffer
[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: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: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
[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: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