Property changes on: trunk/tools/wmib/Infobot.cs |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Index: trunk/tools/wmib/RClogs.cs |
— | — | @@ -43,21 +43,21 @@ |
44 | 44 | } |
45 | 45 | } |
46 | 46 | |
47 | | - /// <summary>
|
48 | | - /// List of pages
|
| 47 | + /// <summary> |
| 48 | + /// List of pages |
49 | 49 | /// </summary> |
50 | 50 | private List<IWatch> pages = new List<IWatch>(); |
51 | | - /// <summary>
|
52 | | - /// Wiki
|
| 51 | + /// <summary> |
| 52 | + /// Wiki |
53 | 53 | /// </summary> |
54 | 54 | public static List<wiki> wikiinfo = new List<wiki>(); |
55 | | - /// <summary>
|
56 | | - /// Channels
|
| 55 | + /// <summary> |
| 56 | + /// Channels |
57 | 57 | /// </summary> |
58 | 58 | private static List<string> channels; |
59 | 59 | private static List<RecentChanges> rc = new List<RecentChanges>(); |
60 | | - /// <summary>
|
61 | | - /// Stream reader
|
| 60 | + /// <summary> |
| 61 | + /// Stream reader |
62 | 62 | /// </summary> |
63 | 63 | private static StreamReader RD; |
64 | 64 | private static string channeldata = variables.config + "/feed"; |
— | — | @@ -81,11 +81,11 @@ |
82 | 82 | rc.Add(this); |
83 | 83 | } |
84 | 84 | |
85 | | - /// <summary>
|
86 | | - /// New channel to watch by a bot
|
87 | | - /// </summary>
|
88 | | - /// <param name="target">Object to send output to</param>
|
89 | | - /// <param name="name">Name of wiki</param>
|
| 85 | + /// <summary> |
| 86 | + /// New channel to watch by a bot |
| 87 | + /// </summary> |
| 88 | + /// <param name="target">Object to send output to</param> |
| 89 | + /// <param name="name">Name of wiki</param> |
90 | 90 | /// <returns></returns> |
91 | 91 | public static bool InsertChannel(config.channel target, string name) |
92 | 92 | { |
— | — | @@ -119,11 +119,11 @@ |
120 | 120 | return true; |
121 | 121 | } |
122 | 122 | |
123 | | - /// <summary>
|
124 | | - /// Remove
|
125 | | - /// </summary>
|
126 | | - /// <param name="target">Object to get output back to</param>
|
127 | | - /// <param name="WikiName">Name of site</param>
|
| 123 | + /// <summary> |
| 124 | + /// Remove |
| 125 | + /// </summary> |
| 126 | + /// <param name="target">Object to get output back to</param> |
| 127 | + /// <param name="WikiName">Name of site</param> |
128 | 128 | /// <returns></returns> |
129 | 129 | public static bool DeleteChannel(config.channel target, string WikiName) |
130 | 130 | { |
— | — | @@ -157,8 +157,8 @@ |
158 | 158 | return true; |
159 | 159 | } |
160 | 160 | |
161 | | - /// <summary>
|
162 | | - /// Connect to wm irc
|
| 161 | + /// <summary> |
| 162 | + /// Connect to wm irc |
163 | 163 | /// </summary> |
164 | 164 | public static void Connect() |
165 | 165 | { |
— | — | @@ -329,7 +329,7 @@ |
330 | 330 | wikiinfo.Add(new wiki("#it.wikipedia", "https://fr.wikipedia.org/w/index.php", "it_wikipedia")); |
331 | 331 | wikiinfo.Add(new wiki("#nl.wikipedia", "https://fr.wikipedia.org/w/index.php", "nl_wikipedia")); |
332 | 332 | wikiinfo.Add(new wiki("#ja.wikipedia", "https://fr.wikipedia.org/w/index.php", "ja_wikipedia")); |
333 | | - wikiinfo.Add(new wiki("#mediawiki.wikipedia", "https://www.mediawiki.org/w/index.php", "mediawiki"));
|
| 333 | + wikiinfo.Add(new wiki("#mediawiki.wikipedia", "https://www.mediawiki.org/w/index.php", "mediawiki")); |
334 | 334 | wikiinfo.Add(new wiki("#test.wikipedia", "https://test.wikipedia.org/w/index.php", "test_wikipedia")); |
335 | 335 | return 0; |
336 | 336 | } |
Property changes on: trunk/tools/wmib/RClogs.cs |
___________________________________________________________________ |
Added: svn:eol-style |
337 | 337 | + native |