Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
project:irc:secretary [2019/07/15 16:36]
over23 [BOT megabro]
project:irc:secretary [2019/07/18 04:36] (current)
over23
Line 1: Line 1:
 ====== IRC howtos, freenode.net #labka channel, IRSSI magic & scripts, SECRETARY <3 ====== ====== IRC howtos, freenode.net #labka channel, IRSSI magic & scripts, SECRETARY <3 ======
  
 +|**Project status:**| **ACTIVE** |**Language:​** {{ project:​irc:​eng_flag_1_.png?​30px }} ||
 |**Project owner:**| [[user:​overdrive|Overdrive]] | |**Project owner:**| [[user:​overdrive|Overdrive]] |
-|**Interested:​** | peterbay, [[user:​dave@page]] |+|**Interested:​** | peterbay, [[user:​dave@page]], [[user:​embargo]] |
 |**Related:​**| [[irc_logs:​best_of_secretary|Best IRC Logs]] --  [[https://​github.com/​Labka-cz/​Irssi_scripts|GitHub - Labka Repo : Secretary scripts]] -- [[https://​github.com/​Over23/​Linux_Configs/​blob/​master/​config|GitHub : Over's IRSSI config - comment-less]] | |**Related:​**| [[irc_logs:​best_of_secretary|Best IRC Logs]] --  [[https://​github.com/​Labka-cz/​Irssi_scripts|GitHub - Labka Repo : Secretary scripts]] -- [[https://​github.com/​Over23/​Linux_Configs/​blob/​master/​config|GitHub : Over's IRSSI config - comment-less]] |
 | **linkz:** | https://​github.com/​irssi/​irssi/​blob/​master/​docs/​special_vars.txt;​ https://​irssi.org/​documentation/​tips/;​ https://​quadpoint.org/​articles/​irssi/;​ http://​www.antonfagerberg.com/​blog/​my-perfect-irssi-setup/​ | | **linkz:** | https://​github.com/​irssi/​irssi/​blob/​master/​docs/​special_vars.txt;​ https://​irssi.org/​documentation/​tips/;​ https://​quadpoint.org/​articles/​irssi/;​ http://​www.antonfagerberg.com/​blog/​my-perfect-irssi-setup/​ |
Line 61: Line 62:
 </​code>​ </​code>​
  
 +
 +
 +
 +
 +
 +==== Channel with password ==== 
 +If you're an op on that channel, you can use the following
 +
 +/MODE #channel +k MyPrivateKey
 +In order to join the above protected channel, use
 +
 +/JOIN #channel MyPrivateKey
 +Remember to change the word "​channel"​ with your channel name and "​MyPrivateKey"​ to your desired password.
 ==== AutoJoin channels ==== ==== AutoJoin channels ====
  
Line 192: Line 206:
 ====== BOT megabro : known functionality ====== ====== BOT megabro : known functionality ======
 <​code>​ <​code>​
 +@roulett ​ - - russian roulette ​
 @title [URL] - is returning HTML tag <​title>​ @title [URL] - is returning HTML tag <​title>​
 @Admin, ​ @Admin, ​
Line 202: Line 217:
 @Google ​ @Google ​
 @Misc  @Misc 
-@Network ​+ @Network ​
 @NickAuth ​ @NickAuth ​
 @Owner ​ @Owner ​
Line 311: Line 326:
   /msg ChanServ set #​CHANNELNAME mlock -nc   /msg ChanServ set #​CHANNELNAME mlock -nc
   ​   ​
 +===== ToDo : ToTest ​ =======
 +==== XDCC, DCC - File transfer - file server ====
 +* https://​en.wikipedia.org/​wiki/​XDCC
 +   * https://​github.com/​irssi/​scripts.irssi.org/​blob/​master/​scripts/​xdccget.pl
 +   * https://​github.com/​irssi/​scripts.irssi.org/​blob/​master/​scripts/​xdcc_autoget.pl
 +   * https://​raw.githubusercontent.com/​irssi/​scripts.irssi.org/​master/​scripts/​xdcc.pl - to test file transfer functionality of IRC channel
 +   * search engine for DCC downloadable files: http://​ixirc.com
 +
 + ==== Headline ====
 +  * https://​www.pushsafer.com/​en/​irssi - notify from IRC to IOS, Android and ...
 +
 +==== rozmrdanej ssl cert ====
  
 +   * https://​github.com/​irssi/​irssi/​issues/​599
  
  
  
  • project/irc/secretary.1563201402.txt.gz
  • Last modified: 2019/07/15 16:36
  • by over23