Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
I
idle rpg irc
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Déploiement
Releases
Registre de conteneurs
Registre de modèles
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
ElTata
idle rpg irc
Validations
68f06c43
Valider
68f06c43
rédigé
Il y a 5 ans
par
ElTata
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
updated changelog
parent
c5f4e1a9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
CHANGELOG.md
+7
-0
7 ajouts, 0 suppression
CHANGELOG.md
Irpg/Main.pm
+0
-3
0 ajout, 3 suppressions
Irpg/Main.pm
avec
7 ajouts
et
3 suppressions
CHANGELOG.md
+
7
−
0
Voir le fichier @
68f06c43
...
@@ -13,6 +13,13 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and
...
@@ -13,6 +13,13 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and
comments, or post them in the issues of the project for public view.
comments, or post them in the issues of the project for public view.
--
## v5.2.0: released 10/22/19
-
new feature : people who are nickserv-identified are automatically logged in
with their last played character
-
this happens on startup of the bot, and every time a user joins
--
--
## v5.1.0: released 10/22/19
## v5.1.0: released 10/22/19
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Irpg/Main.pm
+
0
−
3
Voir le fichier @
68f06c43
...
@@ -511,11 +511,8 @@ sub parse {
...
@@ -511,11 +511,8 @@ sub parse {
# to login
# to login
$onchan
{
$arg
[
7
]}
=
time
()
if
(
$opts
->
{
botchan
}
eq
$arg
[
3
]);
$onchan
{
$arg
[
7
]}
=
time
()
if
(
$opts
->
{
botchan
}
eq
$arg
[
3
]);
if
(
exists
(
$prev_online
->
{
$arg
[
7
]
.
"
!
"
.
$arg
[
4
]
.
"
\@
"
.
$arg
[
5
]}))
{
if
(
exists
(
$prev_online
->
{
$arg
[
7
]
.
"
!
"
.
$arg
[
4
]
.
"
\@
"
.
$arg
[
5
]}))
{
$rps
->
{
$prev_online
->
{
$arg
[
7
]
.
"
!
"
.
$arg
[
4
]
.
"
\@
"
.
$arg
[
5
]}}{
online
}
=
1
;
$rps
->
{
$prev_online
->
{
$arg
[
7
]
.
"
!
"
.
$arg
[
4
]
.
"
\@
"
.
$arg
[
5
]}}{
online
}
=
1
;
$auto_login
{
$prev_online
->
{
$arg
[
7
]
.
"
!
"
.
$arg
[
4
]
.
"
\@
"
.
$arg
[
5
]}}
=
1
;
$auto_login
{
$prev_online
->
{
$arg
[
7
]
.
"
!
"
.
$arg
[
4
]
.
"
\@
"
.
$arg
[
5
]}}
=
1
;
}
}
elsif
(
grep
{
$rps
->
{
$_
}{
nick
}
eq
$arg
[
7
]
}
keys
%$rps
)
{
elsif
(
grep
{
$rps
->
{
$_
}{
nick
}
eq
$arg
[
7
]
}
keys
%$rps
)
{
Irpg::Irc::
sts
("
WHOIS
$arg
[7]
");
Irpg::Irc::
sts
("
WHOIS
$arg
[7]
");
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter