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:35]
over23 pridany aspon zakladni popisy, co je zac megabro bot
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 184: Line 198:
  * owned and managed by : Embargo  * owned and managed by : Embargo
 <​code>​ <​code>​
 +Adelajka>​ megabro: help
 <​megabro>​ Adelajka: (help [<​plugin>​] [<​command>​]) -- This command gives a useful description of what <​command>​ does. <​plugin>​ is only necessary if the command is in more than one plugin. You may also want to use the '​list'​ command to list all available plugins and commands. <​megabro>​ Adelajka: (help [<​plugin>​] [<​command>​]) -- This command gives a useful description of what <​command>​ does. <​plugin>​ is only necessary if the command is in more than one plugin. You may also want to use the '​list'​ command to list all available plugins and commands.
 +Adelajka>​ megabro: version
 +The current (running) version of this Limnoria is 2017.08.18, running on Python 3.6.3 (default, Oct  3 2017, 21:​45:​48) ​ [GCC 7.2.0]. ​ The newest versions available online are 2019.02.22 (in master), 2019.05.28 (in testing).
 </​code>​ </​code>​
  
 ====== 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 199: Line 217:
 @Google ​ @Google ​
 @Misc  @Misc 
-@Network ​+ @Network ​
 @NickAuth ​ @NickAuth ​
 @Owner ​ @Owner ​
Line 308: 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.1563201329.txt.gz
  • Last modified: 2019/07/15 16:35
  • by over23