Conseil : Recherchez des résultats uniquement en français. Vous pouvez indiquer votre langue de recherche sur la page Préférences.
Résultats de recherche
GitHub - nixheads/Irc-bash-client: most simple bash client for irc
https://github.com/nixheads/Irc-bash-clientTraduire cette page
30 nov. 2015 - ... log file] [-v] i also intergrated commands to talk a bot (if you own one) [-l bot pass] [-k bot nick] [-j bot op chan] You can set the options in 3 ways: from commandline as shown above create a config file (.bashirc) and set the variables there. or edit the irc-bash script and change the options at the top of the file ...Console IRC Clients - The Linux Documentation Project
www.tldp.org/HOWTO/IRC/console.htmlTraduire cette page
IRC Channel: #EPIC on EFNet. Based on ircII, EPIC (Enhanced Programmable ircII Client) is meant for real scripters and users searching freedom. When you start it for the first time you'll notice that you should really learn the basics of scripting. You can get the latest version of EPIC from http://prbh.org/?page=ftp .[IRC] Envoyer une commande sur IRC avec un script Bash / Autres ...
https://forum.ubuntu-fr.org › Forum › Autres logiciels et problèmes généraux
19 juin 2010 - 3 messages - 2 auteurs
Bonjour à tous,. J'aimerai faire un script Bash qui puisse envoyer une commande sur un serveur IRC toutes les 24 heures puis se déconnecter. Pour la périodicité j#bash freenode - IRC Chat Room - Bash, Programming - Internet ...
irc.netsplit.de/channels/details.php?room=%23bash&net...Traduire cette page
Il y a 6 jours - 2 messages - 2 auteurs
Chat room #bash on IRC network freenode: Get information about #bash's users and topics and start to chat from here!ubuntu - Send message to IRC channel from bash - Server Fault
https://serverfault.com/.../send-message-to-irc-channel-from-bashTraduire cette page
21 sept. 2010 - The server is rebooting now" > /tmp/irc/in ... One solution would be to use expect to script communication with the IRC server using a telnet client. ... #!/bin/bash -e USER=$1 MYPASSWORD=$2 IRC_SERVER=$3 IRC_PORT=$4 CHANNEL=$5 MSG=$6 ( echo NICK $USER echo USER $USER 8 * : $USER ...shell - How can I make a chat script in bash? - Stack Overflow
https://stackoverflow.com/.../how-can-i-make-a-chat-script-in-bashTraduire cette page
29 déc. 2015 - If you truly want to write a chat client in pure bash, it would have to be local chat (Sending messages to an IRC server from a shell script (Bash)
https://heyrafael.com/sending-messages-to-an-irc-server-from-a-sh...Traduire cette page
7 sept. 2012 - This is a helpful little script I found on the net and modified to work around an issue with fast CPUs and slow IRC servers. If you find yourself needing to send messages from a shell script to an IRC server but keep coming against the 451 PRIVMSG: You have not registered error, inserting a sleep between ...Alex's blog: A simple bash IRC logging bot
flux242.blogspot.com/2011/06/simple-bash-irc-loggin-bot.htmlTraduire cette page
10 juin 2011 - Couple of years ago I googled for a simple bash IRC logging bot that I could start on my router to log some channels. I've found a very simple script that worked but didn't handle PINGs from the server. So I extended it a bit trying to keep it as simple as possible. root@alix:~# cat ./irclogbot.sh #!/bin/sh ..."listen" for a word on a irc chat and then execute script or echo ...
https://www.reddit.com/.../bash/.../listen_for_a_word_on_a_irc_ch...Traduire cette page
2 juin 2016 - 3 messages - 2 auteurs
Hey everyone, I was trying to wrap my head around this, and probably broke my neck doing so. I like bash scripting because it's kind of a "keep...Bash.org
www.bash.org/Traduire cette page
Welcome! Browse away to your amusement, and feel free to add some quotes yourself. If you like or dislike a quote, vote with the + and - links. If you feel that the quote doesn't deserve to be in the database at all, click its [X] link next to it; while the quote will not be removed from the database immediately, it will be ...