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
Next revision Both sides next revision
project:irc:secretary [2019/07/12 19:16]
over23 [Use hilight to show regexp word [typical your nick]]
project:irc:secretary [2019/07/17 04:30]
over23 [XDCC, DCC - File transfer - file server] : search egine for DCC stored files: http://ixirc.com
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 68: Line 82:
 /channel add -auto #xkcd Foonetic /channel add -auto #xkcd Foonetic
 </​code>​ </​code>​
 +
 +==== IDLE-RPG ====
 +
 +* https://​idlerpg.lolhosting.net/​index.php - game were you are supposed to do nothing, trust me and try it
 +<​code>​
 +/msg IdleBot REGISTER NAME PASSWORD PROFESSION
 +/msg IdleBot LOGIN NAME PASSWPRD
 +
 +/msg IdleBot LOGOUT
 +/msg IdleBot NEWPASS <new password>​
 +/channel help
 +/channel add -auto #idlerpg freenode
 +</​code>​
 +
 +
 +
 +
  
 ===== IRC applications and tools ===== ===== IRC applications and tools =====
Line 162: Line 193:
 01:03:22 -!- Irssi: End of List 01:03:22 -!- Irssi: End of List
 </​code>​ </​code>​
 +
 +
 +====== BOT megabro ======
 + * owned and managed by : Embargo
 +<​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.
 +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>​
 +
 +====== BOT megabro : known functionality ======
 +<​code>​
 +@title [URL] - is returning HTML tag <​title>​
 +@Admin, ​
 +@AutoMode
 +@Channel
 +@ChannelLogger
 +@ChannelStats ​
 +@Config ​
 +@Games ​
 +@Google ​
 +@Misc 
 +@Network ​
 +@NickAuth ​
 +@Owner ​
 +@Topic ​
 +@User
 +@Utilities
 +@Web
 +</​code>​
 +
 +
   ​   ​
 ====== ToDo ====== ====== ToDo ======
Line 261: Line 325:
   /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 ...
  
  
  
  • project/irc/secretary.txt
  • Last modified: 2019/07/18 04:36
  • by over23